@charset "utf-8";
/* CSS Document */


#menulijst {
font-family: Trebuchet MS;
font-size: 11px;
font-weight: bold;
float:left;
overflow:hidden;
margin-top: 45px;
margin-left: 15px;
width:220px;
}


/***********************************************************************
 CSS FÜR HAUPT- UND UNTERNAVIGATIONSMENÜS
************************************************************************/
#menulijst li {
margin:0px;
}

#menulijst a {
color: #da6c4c;
font-size:11px;
font-weight:bold;
text-decoration:none;
width:180px;
line-height: 25px;
}

#menulijst li li a {
border:0;
color:#e48b65;
font-size:12px;
font-weight:bold;
margin-left:0px;
padding: 3px 2px 3px 8px;
text-decoration:none;
list-style-type:disc;
}

#menulijst li li a:hover {
color:#89504e;
}



#menulijst ul {
list-style-type:none;
margin:0;
padding:0;
padding-left: 10px;
}

#menulijst a:hover,#menulijst li .aktiv {
color:#89504e;
}
