* {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-align: left;	
  }

  
  body {

  	font: 11pt Arial, Helvetica, sans-serif;
  	line-height: 150%;
  }

#top-navigation, #navigation, #inhalt-links {
 display: none;
}
  
/* Elemente */
  
  h1 {
  	font-size: 1.3em;
  	margin: 1em 0;
  	color:#004488;

  }
  
  h2, h3 {
  	font-size: 1.0em;
  	color:#004488;
  }

  p {
  	margin-bottom: 1.2em;
  }
  
   
  ul.vorteile {
   margin: 10px 0px;
   list-style-type: bullet;
  }
  
  ul.vorteile li {
  	background: url(../bilder/vorteil.gif) no-repeat left 2px;
	padding: 2px 0px 5px 26px;
  }
	

  
  a {
  	color: #004488;
  }
  
 
