  body{
    color: #ffffff; 
	  background-color: #FFFFFF;    
	  font-size:11px;
    font-family: Verdana, Arial, Helvetica;
    margin: 0px; 
	padding: 0px;
	text-align: center;
  }
  
  .*{margin: 0px; padding: 0px;}
	
  a {color: #6D6C6B; text-decoration: underline; font-size:11px;}
  a:hover {color: #dbd8c6;}
  a.active {color: #dbd8c6;}
  
  .bodytext{font-family: Verdana, Helvetica, sans-serif; margin: 0px; padding: 0px;}
 
  #container{
  height:600px; 
  width:800px; 
  margin:0px auto;
  position:absolute;
   top: 50%;
   left: 50%;
   background: #ffffff;
   margin: -300px 0 0 -400px; /*hier erster wert hŠlfte von hšhe, zweiter wert hŠlfte von breite*/
  }
  
  #music{position:absolute; top: 0px; left: 2000px; overflow: hidden;}
  
  h1{font-family: Times New Roman; color: #003664; font-size: 24px; margin: 0px; padding: 0px;}
  p,a{color: #003664; font-size: 12px;}