/* Schriftstil, Abstaende */
body
{
margin-top:8px;
margin-left:8px;
margin-right:8px;
margin-bottom:8px;
color:black;
background-color:#ffffff;
font-family:verdana,arial;
font-size: 10pt;
}
table,tr,td
{
color:black;
font-family:verdana,arial;
font-size: 10pt
}
/* Scrollleiste Internet Explorer ab v5.5 */
body
{
scrollbar-arrow-color:#808080;
scrollbar-base-color:white;
scrollbar-highlight-color:#808080;
scrollbar-shadow-color:#000000;
SCROLLBAR-TRACK-COLOR:#cccccc;
}
/* Menue */
#menu a
{
display:block;
background-color:#ffffff;
color:black;
text-decoration:none;
font-family:verdana,sans-serif;
font-size:10pt;
width:140px;
border-bottom:solid 1px #ffffff;
border-top:solid 1px #ffffff;
}
#menu a:visited
{
background-color:#ffffff;
color:black;
text-decoration:none;
font-family:verdana,sans-serif;
font-size:10pt;
width:140px;
border-bottom:solid 1px #ffffff;
border-top:solid 1px #ffffff;
}
#menu a:active
{
background-color:#ffffff;
color:black;
text-decoration:none;
font-family:verdana,sans-serif;
font-size:10pt;
width:140px;
border-bottom:solid 1px #ffffff;
border-top:solid 1px #ffffff;6;
}
#menu a:hover
{
background-color:#6495ED;
color:black;
text-decoration:none;
font-family:verdana,sans-serif;
font-size:10pt;
width:140px;
border-bottom:solid 1px #000000;
border-top:solid 1px #000000;
}
/* Menuetitel */
.rubrik
{
background-color:#203a80;
color:white;
text-decoration:none;
font-family:verdana,sans-serif;
font-size:10pt;
width:140px;
border-bottom:solid 1px #000000;
border-top:solid 1px #000000;
height:19px;
}
/* Fuss- und Kopfleiste */
.leiste
{
background-color:#203a80;
color:white;
text-decoration:none;
font-family:verdana,sans-serif;
font-size:10pt;
height:17px;
}
/* Schriftform und -farbe von allgemeinen Links */
a:link
{
color:blue;
text-decoration:underline;
font-family:courier;
font-size:10pt;
}
a:visited
{
color:blue;
text-decoration:underline;
font-family:courier;
font-size:10pt;
}
a:active
{
color:blue;
text-decoration:underline;
font-family:courier;
font-size:10pt;
}
a:hover
{
color:#808080;
background-color:white;
text-decoration:none;
font-family:courier;
font-size:10pt;
}
form
{
margin-bottom:0px;
}