/* alle Seitenraender 0 Pixel */
body { background-color:#FFFFFF; margin-top:0px; }

/* globale schriftdefinition */
body, td  { color: black; font-weight: normal; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

/* headlines */
.head  { color: black; font-weight: normal; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

/* highlights */
.high {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#cc0000;
}

/* Standard-Farben fuer
Hyperlink (dunkelgrau),
Visited Link (dunkelgrau) 
Active Link (dunkelgrau)
Over Link ( dunkelrot)*/
a:link   { color: black; text-decoration: none }
a:visited     { color: #418fcd; text-decoration: none }
a:active   { text-decoration: none }
a:hover  { color: #036; text-decoration: underline }

/* highlightrahmen um geklickte links in ie5 mac abschalten */
:focus { outline:none; }

/* links */
.purelink { text-decoration:none }

