/* DATEI: info.css */

 body { margin-top:10px; margin-bottom:10px;  font-family:Arial,sans-serif; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }
     
p,ul,ol,li,div,address,nobr,i,td,th,b { font-size:10pt; }  
/* b,td,th, */

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size:18pt; color:#9C0031; text-decoration:none;}

/* alle TH Überschriften in TH-Farbe #9C0031*/
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

/* *** Achtung! *** wenn h2 { ... ***background-color:none;}*** eingefügt wird dann macht Netscape einen Balken auf H2!!!*** */
/* *** Achtung! *** wenn bei z.B. h2 text-decoration:none; nicht eingefügt wird unterstreicht Netscape die Zeile! *** */
h2 { font-size:16pt; color:#9C0031; text-decoration:none;}

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14pt; color:#008000; text-decoration:none;}
h3.gr { font-size:14pt; color:#808000; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */


h4 { font-size:12pt; color:#9C0031; text-decoration:none;}
h5 { font-size:10pt; color:#808000; text-decoration:none;}
h6 { font-size:9pt; color:#808000; text-decoration:none;}
/* Zwischenueberschriften an manchen Stellen */



/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

 a:link    { color:#9C0031; text-decoration:underline; } 
 a:visited { color:#006400; text-decoration:underline; font-family:Arial,sans-serif; font-size:9pt;}
 a:active  { color:#FFFC99; text-decoration:bold;underline; font-family:Arial,sans-serif; font-size:9pt;}
/* a:hover   { color:#E7B57B; text-decoration:none; font-size:10pt;} */
/* a:hover   { color:#E7B57B; text-decoration:underline; background-color:9C0031;} */
/* a.an      { text-decoration:none; } */

/* Farben: #006400=TH-grün */
/*         #9C0031=TH-rot */
/*         #E7B57B=TH-braun */
/*         ##FFFC99=gelb */


/* th,td,b,i { font-family:Arial,sans-serif; font-size:9pt; color:#FFFFFF; font-weight:bold ;} */


.qbar { background-color:#E7B57B; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #E7B57B = TH helles Braun, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */

.doc { background-color:#9C0031; }

/* Layout-Elemente mit  Hintergrund */
/* background-color = Hintergrundfarbe */
/* #9C0031 = rotes TH, Wert aenderbar */

