/* Boxen links */

#menu dl, dt, dd, ul, li {
margin: 0;
padding-left: 0;
list-style-type: none;
}


#menu dd ul {line-height:15px;}

#menu {
position: absolute;
top: 0;
left: 0;
}

#menu {
width: 190px;
left:20px;
border-top:1px solid #e8e8e8;
}
* html #menu {
width: 195px;
left:15px;
}

/*#menu dt {  					Kategorieüberschrift 1.Ebene
margin: 2px 0 0 0;
color:#FFFFFF;
height: 100%;
line-height: 15px;
text-align: center;
font-weight: bold;
background: #cccccc;
}*/
/*#menu dd {      				 subnavi 3.Ebene
font-style:italic;
}*/


#menu ul { 						/*2.Ebene Links*/
font-size:11px;
border-bottom:1px solid #e8e8e8;
/*font-style:italic;*/
line-height:20px;}


#menu li {
cursor: pointer;
text-align: left;
padding-left:2px;
line-height:19px;
background: #ccc;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
}
* html #menu li {
text-align: left;
background: #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#menu li a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
font-weight:normal;
}

/*#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
font-weight:bold;
}*/

#menu li a:hover{
background: #fcfcfc;
}
/*#menu li a:active{
font-weight:bold;
}*/

.subnavi	{
background-color:#e8e8e8; margin-left:-2px;}

.subnavi-markiert	{
background-color: #FCFCFC; margin-left:-2px; color:#ef7f01;}
