body { background-color:#700303; margin:0px;
/* legt die Hintergrundfarbe und den Rand für die gesamte Seite fest */

p, div, ul, ol, h1, h2, h3, h4, h5, th, td { font-family:tahoma,Arial,sans-serif; }
/* Schriftart für alle Elemente die Schrift enthalten */

h1, h2, h3, h4, h5, h6 { color:#ffffff; }
/* seperate Schriftfarbe für Überschriften */

h6 { color:#c8c8c8; }
/* seperate Schriftfarbe für Überschriften */


#headpic { position:absolute; top:12px; left:44px; width:400px; }
/* Position der Graphik festlegen */

#menu {
	position:absolute;
	top:173px;
	left:28px;
	width:220px;
	height:600px;
}
/* Position des Menues festlegen */

#text { margin-left:200px; color:#C8C8C8; padding:18px; border-style:none; border-width:1px; }
/* Formatierung fuer den Haupttextkasten: Er muss den Bereich fuer das Menue freilassen (margin-left), bekommt eine andere Hintergrundfarbe und etwas Innenabstand. Fuer Netscape 4 wird ein Workaround mit einem unsichtbaren Rand hinzugefuegt, da dieser sonst die Hintergrundfarbe nicht richtig darstellen wuerde */





ol { list-style-type:upper-roman; }
/* eine Listenformatierung */

#menu ul { list-style-type:none; }
/* Fuer das Menue soll das Bulletzeichen unterdrueckt werden */

/* Schriftgroessen */
h1 { font-size:32px; }
h2 { font-size:27px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:10px; font-weight:normal;line-height: 120% }
h6 { font-size:14px; font-weight:normal;line-height: 120% }


p, div, ol, ul, td, th { font-size:15px; line-height: 130% }

/* Links */
a:link { color:#EC9F3A; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:none; }
a:visited { color:#EC9F3A; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:none; }
a:hover { color:#ffffff; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:underline; }
a:active { color:#FF0000; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:underline; }

a.blue:link { color:#EC9F3A; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:none;}
a.blue:visited { color:#EC9F3A; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:none; }
a.blue:hover { color:#ffffff; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:underline; }
a.blue:active { color:#FF0000; font-size:12px; font-family:tahoma,arial; font-weight: 200; text-decoration:underline; }

