/* CSS Navigation */
.navmain {
width:178px;
height:29px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
text-indent:10px;
padding-top:0px;
line-height:29px;/*text zentrieren*/
border-bottom: dashed;
border-bottom-color:#998A4D;
border-bottom-width:1px;
}
.navmain a {
color:#333333;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmain a:hover {
color:#695C2C;
background-color:#D6CDAB;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmainactive {
color:#695C2C;
background-color:#D6CDAB;
width:178px;
height:29px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
text-indent:10px;
padding-top:0px;
line-height:29px;/*text zentrieren*/
border-bottom: dashed;
border-bottom-color:#998A4D;
border-bottom-width:1px;
}
.navmainactive a:{
color:#695C2C;
background-color:#D6CDAB;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmainactive a:link{
color:#695C2C;
background-color:#D6CDAB;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmainactive a:visited{
color:#695C2C;
background-color:#D6CDAB;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmainactive a:hover {
color:#333333;
background-color:#D6CDAB;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmain a:active {
color:#695C2C;
background-color:#D6CDAB;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navmain a:focus {
color:#695C2C;
background-color:#D6CDAB;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navsub {
color:#FFFFFF;
background-color:#666666;
width:178px;
height:29px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
text-indent:30px;
line-height:29px;/*text zentrieren*/
border-bottom: dashed;
border-bottom-color:#998A4D;
border-bottom-width:1px;
}
.navsub a {
color:#695C2C;
background-color:#E7E2CF;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
.navsub a:hover {
color:#333333;
background-color:#E2E2E2;
display:block;
height:29px;
margin-top:0px;
text-decoration:none;
}
