
body { 
       background-image: url(img/xbg.png); 
       background-repeat: repeat-x; 
       margin-top: 9px; 
       margin-left: 0px; 
       margin-right: 0px; 
       margin-bottom: 0px; 
     }


ul {  
       list-style-image: url(img/pfeilcapital.png); 
       list-style-type: circle; 
       padding: 0px; 
       margin-left: 0;
   }


.content {
           color: #333333; 
           font-size:12px; 
           margin:0 0 0 0; 
           font-family: Arial , Verdana, Tahoma, sans-serif;
         }
a:link, a:visited, a:active { text-decoration:none; font-weight:normal; color:#303030 }
a:hover 		{ text-decoration:underline; font-weight: normal; color:#7B7B7B }

