ul, li
{
margin: 0;
padding: 0;
line-height: 20px;
}



/*** SPRACHWAHL ***/

#language_switch {
position: absolute;
width: 165px;
font-size: 12px;
color: #919293;
background-color: inherit;
text-align: right;
z-index: 13;
}

#language_switch a:link,
#language_switch a:visited {
color: #919293;
background-color: inherit;
text-decoration: none;
font-weight: bold;
}

#language_switch .lng_active {
color: #000;
background-color: inherit;
text-decoration: none;
font-weight: bold;
}

#language_switch a:hover,
#language_switch a:active {
color: #919293;
background-color: inherit;
text-decoration: underline;
font-weight: bold;
}

#language_switch .lng_inactive {
color: #d1d1d1;
font-weight: bold;
}



/*** TOP-NAVIGATION ***/

ul.level2 {
position: absolute;
top: 90px;
left: 284px;
width: 710px;
z-index: 12;
}

.level2 li {
display: inline;
text-align: right;
list-style-type: none;
margin-bottom: 0;
padding-left: 13px;
padding-right: 13px;
border-right: 2px solid black;
}

.level2 li.last
{
border-right: none;
word-spacing: 13px;
}

.level2 a {
font-weight: bold;
text-decoration: none;
background-color: inherit;
font-size: 14px;
line-height: 20px;
}



/*** SIDE-NAVIGATION ***/

ul.level3 {
position: absolute;
top: 153px;
left: 0;
width: 175px;
z-index: 10;
}

.level3 li {
text-align: right;
list-style-type: none;
margin-bottom: 0;
}

.level3 a {
font-weight: bold;
text-decoration: none;
background-color: inherit;
font-size: 14px;
line-height: 20px;
}



/*** SUBNAVIGATION ***/

ul.level4 {
position: absolute;
left: 185px;
width: 85px;
z-index: 10;
margin-top: -20px;
}

* html ul.level4 { /* Star html Hack für IE 6 */
margin-top: -2px;
}


.level4 li {
text-align: left;
list-style-type: none;
margin-bottom: 0;
font-weight: normal;
}

.level4 a {
font-weight: normal;
background-color: inherit;
font-size: 12px;
line-height: 19px;
}

.level4 a:link,
.level4 a:visited {
text-decoration: none;
}

.level4 a:hover,
.level4 a:active {
text-decoration: none;
}

