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

/* globale schriftdefinition */
body, td   { color: black; font-weight: normal; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* headlines */
.head   { color: black; font-weight: normal; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* highlights */
.high  { color: blue; font-weight: normal; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

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

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

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

