
/* schriftstil,abstände */

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


table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: white ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

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

/* menue links */


#menu1 a {background-color: #a6b6ca;color:white; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
}

#menu1 a:visited{background-color: #a6b6ca;color:white;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;
  }

#menu1 a:active{background-color: #a6b6ca; color:white;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;
  }

#menu1 a:hover {background-color: #a6b6ca;
 color: #808080; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;


}



/* allgemeine links im text */

a:link{ color: white; text-decoration:underline; ;font-family: verdana; font-size: 10pt; }

a:visited{color: white;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{ color:white;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #808080; background-color:white; text-decoration:none;font-family: verdana; font-size: 10pt; }




