/*Definition Hauptnavigation----------------------------------------------------------------------------------------*/

div#hauptnavi {
position: absolute;
text-align: left;
align: middle;
width:782px;
height: 12px;
top:257px;
left:0px;
}

#hauptnavi ul{
padding : 0;
margin : 0;
white-space : nowrap;
}

#hauptnavi ul  li{
display : inline;
float: left;
}

#hauptnavi ul li a{
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
align: middle;
color: #FFFFFF;
font-family: Arial, Verdana;
font-size: 13px;
font-style: normal;
font-weight: normal;
height: 17px;
border-left: 1px solid #FFFFFF;
}

/*Linkdefinition dunkelblau*/

#hauptnavi a:link{
text-decoration: none;
display: block;
width: 259px;
background-color: #37589C;
}

#hauptnavi a:visited{
width: 259px;
text-decoration: none;
display: block;
background-color: #37589C;
}

#hauptnavi a:active{
width: 259px;
text-decoration: none;
display: block;
background-color: #37589C;
}

#hauptnavi a:hover{
width: 259px;
text-decoration: none;
display: block;
background-color: #FF0000;
}
/*-------------------------------------------------------*/


/*Linkdefinition blau*/

#hauptnavi a.blau:link{
text-decoration: none;
display: block;
width: 259px;
background-color: #6683BA;
}

#hauptnavi a.blau:visited{
width: 259px;
text-decoration: none;
display: block;
background-color: #6683BA;
}

#hauptnavi a.blau:active{
width: 259px;
text-decoration: none;
display: block;
background-color: #6683BA;
}

#hauptnavi a.blau:hover{
width: 259px;
text-decoration: none;
display: block;
background-color: #FF0000;
}

/*-------------------------------------------------------*/


/*Linkdefinition hellblau*/

#hauptnavi a.hellblau:link{
text-decoration: none;
display: block;
width: 260px;
background-color: #A3B5D6;
}

#hauptnavi a.hellblau:visited{
width: 260px;
text-decoration: none;
display: block;
background-color: #A3B5D6;
}

#hauptnavi a.hellblau:active{
width: 260px;
text-decoration: none;
display: block;
background-color: #A3B5D6;
}

#hauptnavi a.hellblau:hover{
width: 260px;
text-decoration: none;
display: block;
background-color: #FF0000;
}



/*Linkdefinition für aktive Links*/

#hauptnavi a.aktiv:link{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
display: block;
background-color: #FF0000;
}

#hauptnavi a.aktiv:visited{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
display: block;
background-color: #FF0000;
}

#hauptnavi a.aktiv:active{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
display: block;
background-color: #FF0000;
}

#hauptnavi a.aktiv:hover{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: underline;
display: block;
background-color: #FF0000;
}

.pfeil {
font-weight: bold;
font-size: 14px;
}
/*------------------------------------------*/


div#link_aktuell {
position: absolute;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: none;

height: 12px;
top:257px;
left:0px;
padding-left : 30px;
padding-top : 3px;
padding-bottom : 4px;
}


/*Linkdefinition link akt*/

#link_aktuell a.link_akt:link{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

#link_aktuell a.link_akt:visited{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

#link_aktuell a.link_akt:active{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

#link_aktuell a.link_akt:hover{
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: underline;
}
/*-------------------------------------------------------*/