
/* schriftstil */

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

table,tr,td{
font-size: 7pt;
}

.news td{
font-size: 8pt;
}



/* scrolleiste */

body{
scrollbar-arrow-color: #000099; 
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #dedede;
scrollbar-3dlight-color : #dedede; 
scrollbar-shadow-color :#dedede;
scrollbar-darkshadow-color :#dedede;
SCROLLBAR-TRACK-COLOR: #dedede;
}



/* menue linke  seite */

#menu a{
display: block;
background-color: #000099;
color: white;
text-decoration: none;
font-size: 10pt;
width: 100%;
}

#menu a:visited{
background-color: #000099;
color: white;
text-decoration: none;
font-size: 10pt;
width:100%;
}

#menu a:active{
background-color: #000099;
color: white;
text-decoration: none;
font-size: 10pt;
width: 100%;
}

#menu a:hover {
background-color: #999999;
color: white;
text-decoration: none;
font-size: 10pt;
width: 100%;
}



/* menütitel */

.rubrik{
background-color: #ffffff;
color: black;
text-decoration: none;
font-size: 8pt;
width: 100%;
height: 100%;
}



/* hauptleisten */

.leiste{
background-color: #ffffff;
color: black;
text-decoration: none;
font-size: 8pt;
padding-left: 2px;
padding-bottom: 2px;
padding-top: 2px;
margin: 0px auto;
height: 22px;
}



/* links */

a:link{
color: #000099;
text-decoration: underline;
}

a:visited{
color: #000099;
text-decoration: underline;
}

a:active{
color: #000099;
text-decoration: underline;
}

a:hover{
color: #999999;
text-decoration: none;
}
