
/* schriftstil, hintergrund */

body
{ color: black ; background-color:#ffcc33;  font-family: verdana,arial; font-size: 10pt;}

table,tr,td
{color: black;font-family: verdana,arial; font-size: 10pt}


/* scroll-leiste,farbig ab IE 5.5 */

body {SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-BASE-COLOR: #ffcc33;
scrollbar-highlight-color :black; scrollbar-shadow-color : black;
scrollbar-track-color: #DF904F;}





/* allgemeine links */

a:link{ color: black; text-decoration:underline ;font-family: verdana; font-size: 10pt;}

a:visited{color: black;text-decoration:underline;font-family: verdana; font-size: 10pt;}

a:active{ color:black;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ background-color: #df904f; color:black; text-decoration:underline;font-family: verdana; font-size: 10pt; }