/* dies sind die wichtigen Styles: */
html, body   {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#hintergrund {position:absolute; z-index:1; width:100%; height:100%;}
#fest        {position:absolute; top:0px; left:10%; width:900; z-index:10; border:0px solid #000; padding:10px;}
#scrollbar   {position:absolute; width:890; top:230; left:11%; overflow:auto; z-index:2; border:0px solid #000;} 
#scrollbara  {position:absolute; width:890; top:300; left:11%; height:60%; overflow:auto; z-index:2; border:0px solid #000;} 
#scrollbarb  {position:absolute; width:890; top:230; left:11%; height:60%; overflow:auto; z-index:2; border:0px solid #000;} 
#rotschattig {text-shadow:black 3px 2px; font-size:2em; color:red; font-family:Times New Roman; font-weight:bold}
#logo 	     {position:absolute; top:0px; left:5%; width:100; z-index:10; border:0px solid #000; padding:10px;}

/* nur für das Aussehen, kann verändert werden: */
body {font-family:italic, sans-serif; font-weight:bold; color:gray}


html > body {font-size: 9pt;}

A:link { color: grey; text-decoration: none; }
A:visited { color : grey; text-decoration: none; }
A:hover {color: grey;text-decoration: none ;}


acronym, .titleTip {
 border-bottom: 1px dotted rgb(168,140,83);
 cursor: help;
 margin: 0;
 padding: 0;
}

.doNotDisplay {
 display: none !important;
}


.smallCaps {
 font-size: 117%;
 font-variant: small-caps;
}

h2 {
font-size: 125%;
}

p {
 margin: 1em 0 1.5em 0;
 padding: 0;
}

dt {
 font-weight: bold;
 margin: 0;
 padding: 0 0 0.5ex 0;
}

dd {
 margin: 0 0 1.5em 1.5em;
 padding: 0;
}