body         
{ 
margin: 0 0 0 225px;
background-image: url('../images/bg-navi.gif'); 
background-repeat: repeat-y;
background-color: #808080;

font-family: Arial; 

/* font-family: Georgia, Arial, Verdana; */

color: #ffff00
}

/* allgemeine Linkformatierung */
a:link, a:active, a:visited
{  
color: #ffff00;
text-decoration: none      
}
a:hover
{  
text-decoration: none;
color: #ff0000
}

/* Absatz */
p
{
margin-left: 15px;
font-size: 13px;
line-height: 36px
}
