


#navcontainer ul
{
margin: 0px;
padding: 0px;

}



#navcontainer
{
margin: 0px;
padding: 0px;
}


#navcontainer li
{
list-style-type: none;
margin: 0px;
padding: 0px;
cursor: pointer;
}


#navcontainer ul li a.link_1
{
background-color: #B1B1B1;
color: #ffffff;
}





#navcontainer ul li a
{
display: block;
color: #666666;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
font-size: 12px;
line-height: 14px;
border-bottom:1px solid #ffffff;

/* markiert erste ebene mit Pfeil  */
/* background-position: 0% 50%;  */
/* background-repeat: no-repeat;  */
/* background-image: url(../../img/icon_arrow_left2.png);  */

}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #666666;
text-decoration: none;
}



#navcontainer ul li a:hover
{
background-color: #97AA06;
color: #ffffff;
}








#navcontainer ul ul li a
{
color: #666666;
padding: 10px;
font-size: 11px;
line-height: 14px;
border-bottom: 1px solid #ffffff;

}


#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{

/* markiert zweite ebene mit Pfeil  */
text-decoration: none;
padding-left: 25px;
background-position: 10px 11px;
background-repeat: no-repeat;
background-image: url(../../img/dot2.png);

}






#navcontainer ul ul li a:hover
{

color: #666666;
background-color: #D9D9D9;
border-bottom: 1px solid #ffffff;
}



#navcontainer ul li ul.subnavlist
{
margin:0px;
padding-left: 0px;
padding-right: 0px;
background-color: #F4F4F3;
}














#navcontainer ul ul li a#subcurrent
{
font-weight: bold;
color: #666666;
text-decoration: none;
background-color: #E9E9E9;
}









/* markiert erste ebene current  */

#navcontainer ul li a#current
{
background-color: #666666;
color:#ffffff;
border:0px;
background-repeat: no-repeat;
background-image: url(../../img/icon_arrow_aktiv4.png);
background-position: 0% 100%;
}


#navcontainer ul li a.selected2
{
background-color: #666666;
color:#ffffff;
border:0px;
background-repeat: no-repeat;
background-image: url(../../img/icon_arrow_aktiv4.png);
background-position: 0% 100%;
}




#navcontainer .opened
{
background-color: #666666;
color:#ffffff;
border:0px;
background-repeat: no-repeat;
background-image: url(../../img/icon_arrow_aktiv4.png);
background-position: 0% 100%;

}





