@charset "utf-8";
body {
border: none; 
list-style: none; 
text-decoration: none; 
vertical-align: baseline; 
background: #fff !important;
color: #000;
font: 11pt "Arial", Verdana, Helvetica, sans-serif;
line-height: 18px; 
text-align: justify; /* Blocksatz */
}

/* Seitenbreite */
body, #main{
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

#headerII, #headerIV, #navi, #navileft, #footer {
display: none;
}



#print img{
background: #fff url() no-repeat;
border: 0px #fff solid;
padding: 0 0 25px 0;
}


ul {
width: 100% 
}

li {
list-style: none; 
}


h1 {
margin: 0 0 14px 0;
font-family:"Arial Narrow", Verdana, Helvetica, sans-serif;
font-weight:lighter;
font-size: 200%;
line-height: 110%; 
}

h2 {
margin: 8px 0 0 0;
font-size: 110%;
}

h4 {
font-size: 100%;
font-weight: bold;
}

p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */

a:link, a:visited {
background: transparent;
color: #000;
font-weight: bold;
text-decoration: none;
}

#fprint {
clear:both;
font-size: 75%;
line-height: 110%;  
text-align: left;
padding-top: 10px;
}

