/*der body-style definiert global die hintergrundfarbe, die ausrichtung im browserfenster auf 0 pixel links und oben (margin) und die farbe des browserscrollbalken (letzteres nur fuer IE ab v.5 */

body {margin:0px; bgcolor:#cccccc; scrollbar-face-color: #ffffff; scrollbar -highlight- color: #ffffff; scrollbar -shadow- color: #ffffff; scrollbar -3dlight- color: #ffffff; scrollbar -arrow- color: #ffffff; scrollbar -track- color: #ffffff; scrollbar -darkshadow- color: #ffffff; }
 
/*die linkstyles sind global auf schwarz gesetzt, der hover auf grau. werden nicht im sitemenue verwendet. dort arbeiten layer und gif&acute;s mit eventhaendlern*/ 
 
a:link {font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; font-weight: bold; text-decoration: yes;}
a:visited {font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; font-weight: bold; text-decoration: yes;}
a:hover {font-family: Verdana, Helvetica, Arial, sans-serif; color: #666666; font-weight: bold; text-decoration: yes;}
a:active {font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; font-weight: bold; text-decoration: yes;}

/*die selbstdefinierten Klassen erkl&auml;ren sich selbst durch die namen. es sind ausschlie&szlig;lich schriftstile
ueber und ueber2 sind groessenvarianten  von ueberschwarz und ueberblau*/
 
.ueberblau { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #0084B6; text-decoration: none}
.ueberschwarz { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none}
.ueberblau2 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #C0E7F6; text-decoration: none}
.ueber { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #000000;}
.ueber2 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; color: #0084B6;}

/* die textstyles werden in allen seiten verwemdet: textswn = normal schwarz, textswb = schwarz fett*/
.textswn { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #000000;}
.textswb { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #000000;}
.textblau { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #0084B6;}
.textweiss { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff;}
.textrot { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #ff0000;}

.navitext {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal; color: #000000;}
.navipfeil {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal; color: #ff0000;}















