/*Hauptnavigation*/

.navigation {
font-family: verdana;
background: white;
height: 70px;
margin-top: 10px;
}

.navigation ul {
list-style: none;
font-size: 17px;
padding: 9px 0px 0px 2px;
margin-left: 0px;
font-family: verdana;
}

.navigation ul li {
float:left;
position:relative;
background-image:none;

}

* html .navigation ul li {
margin-left: 5px;
margin-right: 5px;
}

.navigation  ul li a{
display:block;
font-weight:bold;
line-height:40px;
padding-left: 12px;
padding-right: 11px;
}

* html .navigation  ul li a{
padding: 0px;
background: transparent;
float: left;
}


.navi_nor a {
color: white;
text-decoration: none;
color: black;

}

.navi_act a{
background: black;
color: white;
text-decoration: none;
}

.navi_nor a:hover{
background: black;
color: white;
}