
/* schriftstil,abstände,farben */

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


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

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color:silver ; scrollbar-base-color:#8c7d42 ;
scrollbar-highlight-color : #cccccc; scrollbar-shadow-color : #cccccc;
SCROLLBAR-TRACK-COLOR: #756937;}
}


/* menue oben */

table.menu1{width:450px}

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

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

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

#menu1 a:hover {
background-color:#b8a86c;
color: #424242;
text-decoration:none ;
font-family:verdana, sans-serif; font-size: 10pt;
width:90px;
}


/* allgemeine links */

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

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

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

a:hover{color:#8c7d42;background-color:#ffffff; text-decoration:none;font-family: verdana; font-size: 10pt; }