/* ### HauptNavigation #### */
#nav {
float: left;
width: 240px;
min-height: 300px;
height: expression(this.scrollHeight > 300 ? "auto":"300px");/*IE Win V6*/
margin:0px;
padding: 0px;
}
#nav ul.nav1st {
margin: 10px 0px 0px 0px;
padding: 0px 0px;
}
#nav ul.nav1st li {
list-style-type: none;
}
#nav ul.nav1st li a {
display: block;
color: #abd8e2;
font-size: 13px;
font-family: Times New Roman,Times,serif;
letter-spacing: 2px;
text-transform: uppercase;
margin: 0px 0 0px 0;
padding: 4px 0 7px 27px;
background: url(wk_navibalken_b.gif) bottom left no-repeat;
}
#nav ul.nav1st li a.current {
color: #fff;
background: url(wk_navibalken_w.gif) bottom left no-repeat;
}
#nav ul.nav1st li a.currentNO {
color: #fff;
background: transparent;
padding: 4px 0 0px 27px;
margin:0px;
}
#nav ul.nav1st li a:hover {
color: #fff;
text-decoration: none;
background: url(wk_navibalken_w.gif) bottom left no-repeat;
}
#nav ul.nav1st li a.currentNO:hover {
color: #fff;
text-decoration: none;
background: transparent;
}
#nav ul.nav2nd {
margin: 2px 0px 0px 0px;
padding: 0px 0px 12px 0px;
background: url(wk_navibalken_w.gif) bottom left no-repeat;
}
#nav ul.nav2nd li a {
font-size: 11px;
font-family: Arial;
font-weight: normal;
text-transform: none;
letter-spacing: 1px;
margin: 0px 0 0px 0;
padding: 4px 0 0px 27px;
background: transparent;
}
#nav ul.nav2nd li a.current,
#nav ul.nav3rd li a.current {
background: transparent;
}
#nav ul.nav2nd li a:hover,
#nav ul.nav3rd li a:hover {
background: transparent;
}
#nav ul.nav3rd {
margin: 0px 0px;
padding: 0px 0px;
}
#nav ul.nav3rd li a {
padding-left: 37px;
}

