  * {
    margin: 0;
    padding: 0;
}

	.game {
	  padding: 0;
	  margin: 0;
	  text-align: left;
	  float: left;
	  background: #ffffff; 
	  font-family: verdana; 
    font-size: 12px;
	 }
	     
  .fehlermeld {
	   font-size:12px; 
	   color:red; 
	   font-weight:bold;
	   margin-bottom: 15px;
	   margin-left: 35px;
	 }
	
	.formular { 
	  margin-left: 40px;
	  margin-top: 350px; 
	  width: 640px;
		}	
		
	.formular p {
	  font-size: 12px;
	  font-weight: bold;
	 }	
	 
	 .formular td {
	  font-size: 12px;
	  font-weight: normal;
	  color: #ffffff;
	  font-weight: bold;
	  }		
		
		.formular form:input {
		line-height: 29px;
		}
		  
	#text1 {
	 position: absolute;   
   height: 100px; 
   width: 650px;    
   left: 150px; 
   top: 363px; 
   font-size: 12px;
   color: #005a9b;
	}	     
	
	#text2 {
	 position: absolute;   
   height: 100px; 
   width: 120px;    
   left: 45px; 
   top: 215px; 
   font-size: 9px;
   color: #005a9b;
	}	    
	
	#text3 {
	 position: absolute;   
   height: 100px; 
   width: 650px;    
   left: 340px; 
   top: 375px; 
   font-size: 14px;
   font-weight: bold;
   color: #005a9b;
	}	    
	
	  
