.navcontainer_base
{
position          : absolute;
top               : 240px;
padding           : 0px;
margin-left       : 10px;
}

#navcontainer_left
{
padding           : 0px;
width             : 190px;
}

#navcontainer_left ul
{
margin               : 0px;
padding              : 0px;
list-style-type      : none;
font-family          : Verdana, Helvetica, sans-serif;
font-size            : 13px;
background-color     : rgb(233,234,245); /* hellblau */
}

#navcontainer_left li
{
margin               : 0px 0px 0px 0px;
padding              : 0px;
list-style-type      : none;
background-color     : rgb(233,234,245); /* hellblau */
}

#navcontainer_left a{
display              : block;
padding              : 2px 10px;
margin               : 0px;
width                : 170px;
color                : #FFFFFF; /* weiss */
font-family          : verdana;
font-size            : 12px;
background-image     : url(../resource/verlauf_blau.png);
text-decoration      : none;
border-bottom        : 1px solid #000000;
border-top           : 1px solid #FFFFFF;
}

#navcontainer_left a:hover   /* Menü links: Farbe der Hauptnavigation bei Mouseover*/
		{
			color                : #FFFFFF;
			background-color     : #A0A0A0;
			text-decoration      : none;
		}

#navcontainer_left ul ul li
		{
			margin               : 0px 0px 0px 0px;
			list-style-type      : none;
		}

#navcontainer_left ul ul a
{
display              : block;
padding              : 2px 1px 1px 10px;
margin               : 0px;
width                : 175px;
color                : #000000; /* schwarz */
text-decoration      : none;
background-color     : rgb(233,234,245); /* hellblau */
background-image     : none;
list-style-type      : none;
border-bottom        : 1px solid rgb(233,234,245); /* hellblau */
}

		#navcontainer_left ul ul a:hover      /* Menü links: Farbe der Navigation bei Mouseover*/
		{
			color                : #000000;
			background-color     : #FFFFFF;
			text-decoration      : none;
			list-style-type      : none;
		}