/* Position der Navigation */ 

#navi        
{ 
margin: 110px 0px 0px 20px 
}

/* Formatierung der Navigation */ 

a.menu:link, a.menu:visited, a.menu:active 
{ 
display: block;
width: 130px;
font-size: 10pt;
font-family: Tahoma, Helvetica, Arial;
text-decoration: none;
background-color: #666;
border-top: 1px solid #C3C3C3;
border-right: 1px solid #C3C3C3;
border-bottom: 1px solid #C3C3C3;
border-left: 1px solid #666;
color: #000;
margin-bottom: 5px;
text-align: center;
line-height: 26px
}

a.menu:hover      
{ 
display: block;
width: 130px;
font-size: 10pt;
font-family: Tahoma, Helvetica, Arial;
font-style: italic;
text-decoration: none;
background-color: #C3C3C3;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #C3C3C3;
color: #fff;
margin-bottom: 5px;
text-align: center;
line-height: 26px
}


#navi2
{
position:absolute;
left:20px; top:230px;
width:200px; height:200px;
}

#admin
{
margin: 20px 0px 10px 20px
}
