/* Schriftart im gesamten Dokument */
body {
font-family: Arial, Helvetica, sans-serif; background-color: #000000; color: #cd0000; }

/* Absätze, DIV-Container, Tabellen, Formulare in 10 Punkt */
p, div, table, li, form  {
font-size: 10pt; 
}

/* Hintergrundfarbe grau mit weißer Schrift */
h1 {
background-color: #741425;
color: white;
} 

/* Überschrift 2 und 3 blau färben */
h2, h3 {
color: #CD0000; 
} 

/* fette Passagen rot einfärben */
 

/* kursive Passagen blau färben */
i {
color:  #000099; 
} 

/* Link-Stile für Hover-Links  */
.Stil1 {font-size: 10pt;font-weight: bold;}

 a:link { color: #FADCBC;; text-decoration:none; font-weight:bold; }
 a:visited { color: #FADCBC;; text-decoration:none; font-weight:bold; }
 a:hover { color: #FADCBC;; text-decoration:none; font-weight:bold; font-size:16px }
 a:active { color: #FADCBC;; background-color:#FFFF99; font-weight:bold; }

 /* Menu top  */ 
.menu_top { font-weight:bold; font-size:14px }
 