body { background-color:#FFFFFF; margin:0; padding:20px 310px 110px 25px; font-family:Times New Roman,serif; font-size:13px; }
/* legt die Hintergrundfarbe und den Rand fuer die gesamte Seite fest */
a:link { color:#0000A0; font-weight:bold; }
a:visited { color:#0050A0; font-weight:bold; }
a:active { color:#0070C0; font-weight:bold; }
a:hover { border-right: blue 3px dashed; background: #C0C0C0; color: #0070C0 }
p,h2,h3,h4,ul,ol,li,td,th,address,blockquote,nobr,b,i { font-family:verdana,sans-serif; font-size:8pt; }

p,blockquote { text-align:justify }

h1 { font-size:13pt; color:#FFFFFF; font-weight:bold; }
a.navigation:link { color: #FFFF00; font-weight:bold; }

a.navigation:visited { color: #FFC000; font-weight:bold; }
a.navigation:hover { color: rgb(255,148,0); font-weight:bold; }
a.navigation:active { color: rgb(255,148,0); font-weight:bold; }

#menu { position:absolute; top:160px; left:10px; width:180px; }
/* Position des Menues festlegen */
div,ol,ul,td,th { font-family:verdana,sans-serif; font-size:8pt; }
#menu ul { list-style-type:none; }

/* Fuer das Menue soll das Bulletzeichen unterdrueckt werden */

#text { margin-left:220px; padding:15px; border-left:1px; background-color:#FFFFFF; border-left-style:dotted; border-left-width:2px; border-left-color:#003080; border-right-style:dotted; border-right-color:#000066; border-right-width:2px;  border-top:none; border-bottom:none; width:420px;}
/* 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 */