
/* schriftstil,abstände */

body
{ color: white;  background-color: #2B2C4A; font-family: verdana,arial; font-size: 10pt;}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: 25495f;
scrollbar-highlight-color : #e6e6e6; scrollbar-shadow-color : black;
SCROLLBAR-TRACK-COLOR: #cccccc;}

/* allgemeine links */

a:link{ color: white; text-decoration:underline; ;font-family: verdana; padding:1px }

a:visited{color: white;text-decoration:underline;font-family: verdana; padding:1px }

a:active{ color:white;text-decoration:underline;font-family: verdana; padding:1px  }

a:hover{ color: #808080;background-color:white;  text-decoration:none;font-family: verdana; border:solid 1px black;padding:1px  }


