

#subnavi_title{
    letter-spacing : 0.5px;
	font-size: 140%;
	padding: 26px 0 7px 14px;
}

#subnavi_bild{
    padding: 0 5px 20px 0;
}



#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 130px;
font-size: 90%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 10px;
border:1px dashed #CFDCE5;/*  --- #CFDCE5 --*/
padding: 5px 5px 0 0;
background:url(../images/layout/side_navibg.gif);
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding: 0;
}

#navlist a
{
display: block;
color: #8592BB;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
\width: 130px;
w\idth: 114px;
}

#subnavlist a
{
display: block;
color: #9C9C9C;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #c7d7e3;
background: none;
color:#35384d;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 8px solid #4974ff;/*   current farbe*/
background: none;
color: #3333FF;
text-decoration: none;
}
