/* Formatierung des Fußzeilenframes */

body       
{ 
margin: 0px;
line-height: 36px;
font-family: Georgia, Verdana, Tahoma;
font-size: 12px;
text-align: center;
background-color: #000;
color: #C0C0C0;
border-top: 1px solid #999
}

/* allg. Textlinks */

a:link      
{ 
text-decoration: none;
color: #fff 
}

a:visited, a:active    
{ 
text-decoration: none;
color: #7A7A7A 
}

a:hover     
{ 
text-decoration: none;
background-color: #6D6D6D;
color: #000 
}