/* DATEI: acb.css */
 
body    { 
        margin-top:10px; 
        margin-bottom:10px;
        background-color:#0E2E8E;
/*		background-color:#000099;*/
		/*background-image:url(images/hintergr.jpg);*/
		color:"#FFFFFF";
        font-size:12px;
        }
 
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
        { 
        font-family:arial,sans-serif;
        }
 
h1 { font-size: 22px; color: #D8EDED; }
 
h2 { font-size:14px; }
 
h3 { font-size:10pt; }
 
h4 { font-size:9pt; }
 
td,p,h4,h5,ul,ol,li,address,br,nobr,i,th,layer,div,blockquote,cite,b { font-size:10pt; }
 
/* normaler Text */

li { margin-top:2pt; }
 
/* Listenpunkte */
 
pre { font-family:Courier New,Courier; font-size:8pt; color:#0000C0; }
 
/* Quelltext-Beispiele */

code { font-family:Courier New,Courier; color:#0000C0; }
 
/* Quelltext-Befehle im normalen Fliesstext */

var { font-style:normal; color:#0000C0; }
 
/* Dateinamen, URLs, Pfadangaben im normalen Fliesstext */

kbd { font-family:Courier New,Courier; color:#0000C0; }
 
/* Tastatureingabe-Befehle im normalen Fliesstext */
 
tt { font-family:arial,helvetica;font-size:10pt;color:#FFFF00;}
 
/* sonstige dicktengleiche Auszeichnungen */

blockquote,cite { font-style:italic; }
 
/* Zitate in eigenen Absätzen oder im normalen Fliesstext */

td.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }
 
/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
 
.code { background-color:#FFFFE0; }
 
/* Tabelleninhalte mit Quellcode */
 
.tabxpl { background-color:#E4EEFF; }
 
/* Tabelleninhalte mit Erklaerungen */

.doc { background-color:#EEEEEE; }
 
/* Layout-Elemente mit hellgrauem Hintergrund */

.nav { background-color:#FFEEDD; }
 
/* Navigation am Seitenanfang und Seitenende mit hellbeigem Hintergrund */

.qbar { background-color:#FFEEDD; font-size:9pt; font-family:Verdana,Arial,sans-serif; }
 
/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */

.toplinks { background-color:#FFEEDD; border:1px solid #FFFFFF; margin:0px; padding:3px; }
.bottomlinks { background-color:#FFEEDD; border:1px solid #FFFFFF; margin:0px; padding:3px; }
 
dt {font-family:verdana,arial,helvetica;font-size:8pt;color:#BEFF46;text-align:right;}
.inp {color:#000000;font-size:11px;font-family:arial,helvetica;border: groove 1px black;}
.tc {padding-left:4px;padding-right:4px;}
.sl {padding-left:4px;padding-right:2px;}
.sm {padding-left:2px;padding-right:2px;}
.sr {padding-left:2px;padding-right:4px;}
.slk {padding-left:4px;padding-right:2px;font-size:11px;}
.smk {padding-left:2px;padding-right:2px;font-size:11px;}
.srk {padding-left:2px;padding-right:4px;font-size:11px;}
.tbut {font-size:12px;font-weight:bold;background-color:#999999;color:#F9F61E;}
.ticker
{font-size:11px;font-weight:bold;color:#ffffff;background-color:#0E2E8E;border-style:none;font-family:arial,helvetica;}

.fa {font-size: 11px; color: #999999} 
.small {font-size: 9px;}
.mini {	font-size: 8px;}
.minimini {font-size: 7px;}
.rot {font-size: 18px; color: #FF0000}
.blue { color:#0000C0; }

 

pre.normal { color:#000000; }
 
/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
 
a {	font-family: Arial, Sans MS, Times New Roman, Times; font-size:12px; font-weight:bold;}
a:link {text-decoration:none; color:#F9F61E;}
a:visited {text-decoration:none; color:#F9F61E;}
a:active {text-decoration:none; color:#F9F61E;}
a:hover{text-decoration:overline underline; color:#F9F61E;}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */

a.an { text-decoration:none; }
 
/* Anpassung für Netscape, bitte so lassen */
 
.unicode    { 
            font-size:11pt; 
            font-family:Arial Unicode MS,Arial,sans-serif;
            }
 

.oben   { 
        vertical-align:top; 
        border-width:10px; 
        border-style:solid; 
        border-color:#EEEEEE; 
        background-color:#FFFFE0; 
        }
.mittig { vertical-align:middle; }
.unten  { vertical-align:bottom; }
 
.Weiss {
	color: #FFFFFF;
}

