
#navigation ul {
list-style-type : none;
margin : 0;
padding : 0;
}
#navigation li {
width : 126px;
float : left;
text-align : center;
margin-right : 12px;
margin-left : 12px;
}
#navigation li a {
text-decoration : none;
color : #555;
font-size : 12px;
display : block;
width : 100%;
background-color : #fff;
height : 25px;
margin-top : 5px;
padding : 5px 2px 2px;
border-top : 5px solid #fff;
border-right-width : 0;
border-bottom-width : 0;
border-left-width : 0;
}
#navigation li a:hover {
border-top : 5px solid #ff7d00;
border-right-width : 0;
border-bottom-width : 0;
border-left-width : 0;
}
#sprache ul {
list-style-type : none;
margin : 0;
padding : 0;
}
#sprache li {
width : 15px;
float : right;
text-align : center;
margin-right : 5px;
margin-left : 5px;
}
#sprache li a {
text-decoration : none;
color : #555;
font-size : 9px;
display : block;
width : 100%;
height : 9px;
border-top : 5px solid #fff;
border-right-width : 0;
border-bottom-width : 0;
border-left-width : 0;
}
#sprache img {
border : 0;
}
