.aktuell {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #2273A2;
}

a:hover {
  color: #39765C;
}

/*a {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #053979;
  text-decoration: none;
}
*/

a {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.header {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.normal {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.link10 {
  font-family: arial;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

.navi {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
background-color: #C3E2F7;
font:normal 12px Arial;
line-height:18px;
z-index:100;
color: #000000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #000000;
background-color: #C3E2F7;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D7D1D1;
color: #000000;
}