#navcontainer { }
#navcontainer a { text-decoration: none;
background-image:url(../bilder_2/verlauf_blau.gif);
font-size:11px;
font-style:"Times Roman";
font-family:Verdana,"Times New Roman";
color: #ffDF00;
}

#navcontainer ul
{
padding: 0px;
margin: 0px;
list-style-type: none;
position: relative;
font-weight:normal;
color: #ffDF00;
}

#navcontainer li { display: inline;
}

/*1st level elements*/
#navcontainer ul
{
font-size: 80%;                          <!--neu -->
border-top: 0px solid #00036c;
border-bottom: 0px solid #ff036c;
background-color: #000080;
padding: 0px 0px;
margin-bottom: 2em;
}

#navcontainer li { margin: 0 0 0px;}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
background-color: #000080;
border: 0px solid #36c;
color: #ffdf00;
padding: 0px 5px;
background-image:url(../bilder_2/verlauf_blau.gif);
font-weight:normal;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
background-color: #ffffff;
border: 0px solid black;
color: ffdf00;
background-image:url(../bilder_2/verlauf_blau_r.gif);
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited {
/*font-weight: bold;*/
color:#ffdf00;
}

/*Second and subsequent levels*/              /*submenu*/

#navcontainer ul ul
{
font-size: 75%;
position: absolute;
top: 16px;
left: 0;
width: 100%;
border-top: 10px;
background-color: #000080;
border-bottom:0px groove #0000a0;
}

#navcontainer ul ul li { display: inline;
}

#navcontainer ul ul a,                         /*submenu*/
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #000080;
border: 0px solid #95b1bb;
color: #ffdf00;                                /*submenuschriftfarbe*/
}

#navcontainer ul ul a:hover,                   /*submenuauskontakt*/
#navcontainer ul ul a:focus
{
background-color: #000080;
border: 0px solid black;
color: #ffdf00;                                /*submenuschriftfarbe*/
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited {
/*font-weight: bold;*/
color:#ffffff;
}
