 
/* schriftstil,abstände */

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


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

/* allgemeine links im text */

a:link{ color: #FF2007; text-decoration:underline; ;font-family: verdana; font-size: 10pt;}

a:visited{color:#FF2007;text-decoration:underline;font-family: verdana; font-size: 10pt;}

a:active{ color:#FF2007;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #002166; text-decoration:underline;font-family: verdana; font-size: 10pt; }

h1 {
color:#002166;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 14pt;
}

h2 {
color:#002166;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 12pt;
}

/* menue oben */

#menu a {display: block;
line-height:18px;
background-color:#FF2007;
color:#ffffff;
text-decoration:none ;font-family:verdana, sans-serif;
font-weight:bold;
font-size: 9pt;
width:124px;


}

#menu a:visited{
line-height:18px;
color:#ffffff;
background-color:#FF2007;
text-decoration:none ;font-family:verdana, sans-serif;
font-size:9pt;
width:124px;

font-weight:bold;
  }

#menu a:active{
background-color:#5E879B;
color:#ffffff;
text-decoration:none ;font-family:verdana, sans-serif;
font-size: 9pt;
width:124px;
font-weight:bold;

  }

#menu a:hover {
background-color:#428CD7;
color:white;
text-decoration:none ;font-family:verdana, sans-serif;
font-size: 9pt;
width:124px;
font-weight:bold;
}