body { background-color:#FFFFFF; margin:0; padding:120px 310px 110px 25px; font-family:arial,verdana,sans-serif; font-size:10px; }
/* legt die Hintergrundfarbe und den Rand fuer die gesamte Seite fest */
a:link { color:#000000; font-weight:bold; }
a:visited { color:#808080; font-weight:bold; }
a:active { color:#C0C0C0; font-weight:bold; }
a:hover { border-right: grey 3px dashed; background: #C0C0C0; color: #606060 }
p,h2,h3,h4,ul,ol,li,td,th,address,blockquote,nobr,b,i { font-family:arial,verdana,sans-serif; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12px; }
p,blockquote { text-align:justify }
p:first-line { font-weight:bold; color:#000000; }
td.betonung { font-family:arial,verdana,sans-serif; font-size:14px; font-weight: bold; color: #F0F0F0; }
p.betonung { font-weight: bold; color: #F0F0F0; }
h1 { font-size:13pt; color:#FFFFFF; font-weight:bold; }
a.navigation:link { color: #000020; font-weight:bold; }

a.navigation:visited { color: #505050; 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:10px; }
#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:dashed; border-left-width:4px; border-left-color:#000000; border-right-style:none; border-right-width:2px;  border-top:none; border-bottom:none; width:410px; font-family:arial,verdana,sans-serif; font-size:12px; text-align:justify  }
/* 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 */