
/* schriftstil,abstände */

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


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

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color:white; scrollbar-base-color: #336699;
scrollbar-highlight-color : white; scrollbar-shadow-color : white;
SCROLLBAR-TRACK-COLOR: #000000;}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px white;
 border-bottom: solid 1px white; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

/* menue linke  seite */


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

}

#menu a:visited{
background-color:white;
color:black;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt; width:180px;

}

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

#menu a:hover {
background-color:#55A0FF;
color: white;
text-decoration:none ;font-family:verdana, sans-serif; font-size:10pt;
width:180px;

}



/* menütitel */

.rubrik {background-color:#55A0FF; color:white;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:180px;
height:24px;
}

/* hauptleisten */

.leiste {background-color:#336699; color:white;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
padding-left: 2px; padding-bottom: 2px; padding-top: 2px;margin: 0px auto;
height:22px;
}


/* 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; }



form {margin-bottom:0px;}
