@charset "UTF-8";
* {
margin: 0;
padding: 0;
border: 0;
}



body {
    	background: #222;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
  		font: 12px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		margin-bottom: 10px;

    }
    
h1 {
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-bottom: 5px;
	text-transform: capitalize;	
		}
a {

	font: 12px Georgia, "Times New Roman", Times, serif;
		color: #eee;
		margin-bottom: 10px;

}


    .michaelhauri #container {
	position:absolute;
	top:4%;
	left:50%;
	width: 800px;
	margin-left:-400px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 1300px;
	
    }
	
	    .michaelhauri #header {
	margin-bottom: 20px;
	
    }
	 .michaelhauri #titel {
	margin-bottom: 8px;
    }
 	.michaelhauri #contact {
	margin-left: 7px;
	 }
	 
    .michaelhauri #mainContent {
	height: ;
	margin-top: 20px;
    }
	
	.michaelhauri #div2  {
	height: ;
	overflow: hidden;

    }
	
	.michaelhauri #teaser {
	height:180px;
	padding-bottom: 15px;	
    }
	

 .michaelhauri #mail {
height: 300px;	
float: right;
margin: 0px 200px 0px 20px;
	}
	
	.michaelhauri #div2 img {
	width: 270px;
	margin-right: 15px;	
	float:left;

    }
	
	.michaelhauri #div1 {
	   margin-top: 10px;
	   height: 20px;
	     }
	 
   .michaelhauri #div3 {
	   height: 20px;
	   }

	form {
	padding: 10px;
	width: 300px; /* Breite des Formulars */
	border: 1px dashed #CCCCCC; 
}

	form label { 
   display: block; /* Beschriftung auf eigener Zeile */
   cursor: pointer; /* Mauszeiger wird zur Hand */ 
   
}

input#name,
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin: 2px 0 2px 0;
}


input#email,
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin: 2px 0 2px 0;
}

textarea { 
   height: 160px; 
}
