#nav {
clear: both;
margin-top: 10px;
float: left;
width: 980px;
height:25px;
border: 0px solid #ffffff;
background:url(screen/navigationsleiste_dunkel.jpg) no-repeat;
}

/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
margin-top:0px;
height:20px;
clear: both;
list-style: none;
padding-top: 5px;
}

ul.nav1st li {
clear: both;
display: inline;
padding-right: 20px;
}

ul.nav1st a,
ul.nav1st a:link {
text-decoration: none;
color: #ffffff;
/*background:url(css1/button_normal) no-repeat; */
border-left: 0px solid #cccccc;
}

ul.nav1st a:hover {
/*background:url(css1/button_hover) no-repeat; */
color: #b7d7df;
border-left: 0px solid #286ea0;
}

ul.nav1st li a.current,
ul.nav1st li a.current:link {
/*background:url(css1/button_hover) no-repeat;*/
color: #b7d7df;
border-left: 0px solid #286ea0;
}

ul.nav1st li a.current:hover {
/*background:url(css1/button_hover) no-repeat;*/
color: #b7d7df;
border-left: 0px solid #286ea0;
}

ul.nav2nd {
list-style: none;
width: 200px;
margin: 0;
padding: 0;
}

ul.nav2nd li {
margin-bottom: 5px;
}

ul.nav2nd a,
ul.nav2nd a:link {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #ffffff;
padding: 6px 0 0 30px;
border-left: 0px solid #cccccc;
}

ul.nav2nd a:hover {
color: #cccccc;
border-left: 0px solid #286ea0;
}

ul.nav2nd li a.current,
ul.nav2nd li a.current:link {
color: #cccccc;
border-left: 0px solid #286ea0;
}

ul.nav2nd li a.current:hover {
color: #cccccc;
border-left: 0px solid #286ea0;
}

#deu a {
margin-right: 10px;
background: url(screen/deu.jpg) no-repeat;
display:block;
width:25px;
height:17px;
}

#deu img {
display:block;
width:25px;
height:17px;
border:0;
}

#deu a:hover img {
background: url(screen/deu_aktiv.jpg) no-repeat;
}

#de a:hover {
border:0;
}

#eng a {
margin-right: 10px;
background: url(screen/eng.jpg) no-repeat;
display:block;
width:25px;
height:17px;
}

#eng img {
display:block;
width:25px;
height:17px;
border:0;
}

#eng a:hover img {
background: url(screen/eng_aktiv.jpg) no-repeat; 
}

#eng a:hover {
border:0;
}
