#menu ul li{
	font-size:10pt;
    list-style-type:none;
    font-weight:bold; 
	margin-bottom:10px;
}

#menu ul li.menu-no a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li.menu-act a{
    font-size:12pt;
	color:#900;
    font-weight:bold;
    text-decoration:none;
}
#menu ul li.menu-no a:hover{
    
	color:#900;
    font-weight:bold;
    text-decoration:none;
}

#menu ul li ul{
    margin-top:0px;
    margin-left:0px;
}
#menu ul li ul li.menu-no a{
    font-weight:bold;
    color:#000;
	text-decoration:none;
}
#menu ul li ul li.menu-act a{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
#menu ul li ul li.menu-no a:hover{
	color:#000;
    text-decoration:none;
}

/*---------- Lösung schmidtpublic ----------------*/
#blaettern{
    position:relative;
    z-index:10;
    top:30px;
    left:150px;
    width:100px;    
}
#blaettern .blaetter-no1{
    position:absolute;
    left:0px;
    width:18px;
    height:24px;
    background:url(../../fileadmin/user_upload/templates/blaetter-no1.gif);
}
#blaettern .blaetter-no1 a:hover{
    background:url(../../fileadmin/user_upload/templates/blaetter-ro1.gif);
}

#blaettern .blaetter-no2{
    position:absolute;
    left:32px;
    width:18px;
    height:24px;
    background:url(../../fileadmin/user_upload/templates/blaetter-no2.gif);
}
#blaettern a.blaetter-no2:hover{
    background:url(../../fileadmin/user_upload/templates/blaetter-ro2.gif);
}


