
/* schriftstil,abstände */

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 0px; color: black;  background-color: #cc9900; font-family: verdana,arial; font-size: 10pt;}


table,tr,td
{ color: black ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #ffffff; scrollbar-base-color: #cc9900;
scrollbar-highlight-color : #ffffff; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #976202;}

/* menue linke seite */


#menu1 a {display:block; color:white;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:121px;

}

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

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

#menu1 a:hover {background-color:#e5bf12;
 color: black; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:121px;

}



/* allgemeine links im text */

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{ color: #cc9900;background-color:white;  text-decoration:none;font-family: verdana; font-size: 10pt; }