/* RAND *//* margin-top = Abstand zwischen Fensterrand und Inhalt oben *//* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */body { margin-top:10px; margin-bottom:10px; }/* NORMALER TEXT  ev. font-family:normal; */p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Helvetica,Arial,sans-serif;}/*normal oder Arial,sans-serif; */p,ul,ol,li,div,td,th,nobr,b,i { font-size:10pt; }/* TITEL H1 */h1 { font-size:18pt; }/* TITEL H2 */h2 { font-size:16pt; }/* TITEL H2 - ZUSATZ */h2.sh2 { font-size:10pt; }/* TITEL H3 */h3 { font-size:12pt; }/* TITEL H4 */h4 { font-size:11pt;}/*Aktuell Text*/div.akt {color:#FFFFFF}/* LINKS */a:link { color:#000099; text-decoration:underline; }a:visited { color:#551A8B; text-decoration:underline; }a:active { color:#0000FF; text-decoration:underline; }a:hover { color:#000000; text-decoration:underline; }/* LINKS - ZUSATZ site */a.site:link { color:#000066; text-decoration:none; }a.site:visited { color:#CC0066; text-decoration:none; }a.site:active { color:#000000; text-decoration:underline; }a.site:hover { color:#6699FF; text-decoration:underline; }/* a:link = Verweise zu noch nicht besuchten Seiten *//* a:visited = Verweise zu bereits besuchten Seiten *//* a:active = Verweise, die gerade angeklickt werden *//* underline = unterstrichen, Default-Wert, Wert aenderbar *//* none = nicht unterstrichen, Wert aenderbar */a.an { text-decoration:none; }/* ADRESS TEXT */address {font-size: 8pt; font-style:normal;}/* farbe normale praeformatierte Bereiche, nicht fuer Quelltexte */pre.normal { color:#000000; }