body {
margin: 0;
text-align: left;
font-size: 8pt;
background: #fff;
font-family: Arial, sans-serif;
}

#text {
width: 100%;
}

#header, #footer, #aside {
display: none;
}

h1 {
font-size: 10pt;
color: #000;
font-weight: bold;
border-bottom: 1px solid #000;
padding-bottom: 5px;
margin: 0 0 15px 0;
}

h2 {
font-size: 9pt;
font-weight: bold;
color: #000;
}

p {
margin: 0 0 20px 0;
}

p.bildunterschrift {
color: #000;
font-style: italic;
margin: 0 0 20px 0;
}

p.tipp {
color: #000;
font-style: italic;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
padding: 10px 0px;
margin: 0 0 20px 0;
}

ul {
list-style: circle
}

img {
margin: 0 0 25px 0;
border: 1px solid grey;
}

a {
color: #000;
text-decoration: none;
}

/******************************
 * Tabellen
******************************/
table {
margin: 15px 0 25px 0;
caption-side: bottom;
border-collapse: collapse;
width: 100%;
table-layout: auto;
font-size: 8pt;
font-family: Arial;
}

table {
page-break-inside: avoid;
}

table td {
vertical-align: top;
border: 1px solid #ccc;
padding: 8px;
font-size: 8pt;
}

table th {
padding: 8px;
text-align: left;
background: #b3b3b3;
color: #333; 
border: 1px solid #ccc;
font-size: 8pt;
vertical-align: top;
}
