/******************************
* Print Version HG+
******************************/
html body {
margin: 0;
text-align: left;
font-size: 10pt;
background: #fff;
font-family: verdana;
}

#logo {
width: 203px;
height: 81px;
margin-bottom: 45px;
}

#navtop, #navhorizontal, #ls, #rs img, #rs div.grafik, #rs form {
display: none;
}

h1 {
font-size: 11pt;
font-weight: bold;
}

h2, h3, h4 {
font-size: 10pt;
font-weight: bold;
}

#rs {
width: 99%;
margin: 0;
padding: 0;
color: #000;
border: none;
}

a:link, a:visited {
text-decoration: none;
color: #000;
font-style: italic;
border: none;
}

ul {
list-style: none;
}

li, p {
margin-bottom: 5pt;
}

img {
border: none;
}
/******************************
 * Tabellen
******************************/
table {
margin: .5em 0 1.5em 0;
caption-side: bottom;
border-collapse: collapse;
width: 95%;
table-layout: auto;
font-size: 8pt;
font-family: verdana;
}

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

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

