  
  
  body  {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdena, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #adb7c3;
	width: 900px;
	position:relative;
	margin: 20px auto 0 auto;
	}
	
  
   h1, h2 {
       font-weight: bold;
       text-align: center;
    }
        
  h1 {
     font-size: 28px;
   } 
   
   h2 {
     font-size: 18px;
   } 	 
	
   
   strong {
      font-weight: bold;
	}

   em { 
      font-style: italic;
    }

   a {
      color: #000;
      text-decoration: none;
    }
    
    img {
        border-style: none;
    }
    
    #wrapper {
        margin: 100px;
    }
    
    #puzzle {
        
        border: 10px solid #547;
        
    }
    
    #puzzle img {
        float: left;
    }
    
   #einstellung {
       position: absolute;
        right: 50px;
    }
	
	#kontaktformular {	
		margin-top: 400px;
		padding: 10px;
		border: 2px solid black; 
	}
	