body { margin: 0px; background-color:#899973; font-weight: bold;
background-image:url("images/bg.gif");
 }

#navi a
{
        color: #dce1d0;
	font: 12px Verdana,Arial,Helvetica,sans-serif; font-weight: bold;
        text-decoration: none;
        border: 0px;

        display: block;
        width: 175px;
        padding: 10px 20px;
        margin: 0px;
}

#navi2 a
{
        color: #556B2F;
	font-weight: bold;
        background: #dce1d0;
}

#navi a:hover {  
    	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
		
#menue {
position:absolute; width:165px; z-index:1;  padding: 0px 0px; left: 0px; top:100px; border-bottom: 1px dotted #000000;
}