/* Formatierung des Navigationsframes */ 

body         
{ 
margin: 0px;
background-color: #000; 
background-image: url('../images/bg-vertikal.jpg'); 
background-repeat: repeat-y 
}

.bg_navi     
{ 
width: 350px;
height: 650px; 
background-image: url('../images/bg.jpg'); 
background-repeat: no-repeat 
}

#navi        
{ 
margin-top: 125px;
margin-left: 10px 
}

a:link, a:active, a:visited            
{ 
display: block;
width: 110px;
line-height: 28px;
font-family: Arial, Helvetica, Tahoma;
font-size: 11pt;
border-top: 1px solid #000;
border-right: 1px solid #000;
text-decoration: none 
}

a:link            
{ 
color: #999 
}

a:visited, a:active    
{ 
color: #C0C0C0
}

a:hover      
{ 
display: block;
width: 130px;
line-height: 28px;
font-family: Arial, Helvetica, Tahoma;
font-size: 11pt;
text-decoration: none;
border-top: 1px solid #fff;
border-right: 1px solid #6D6D6D;
color: #fff;
letter-spacing: 0.5pt 
}
