

#wrapper {
	width:980px;
	margin:29px auto 0 0;
	/*background-color:#CCCC99;*/
}


#head {
	/*background-color:#FF0000;*/
	width:175px;
	height:430px;
    position:fixed;
    top:29px;
    left:0;
	z-index:999;
}

#content {
	/*background-color:#0000FF;*/
	padding:37px 0 0 175px ;
	min-height:405px;
}

#footer {
	/*background-color:#FFFF00;*/
	padding:110px 0 45px 175px;
}




/* * * *   F O R M U L A R  * * * */ 

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float:left;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

label {
	width:95px;
}

input {
	width:100px;
	border:1px solid #7f9db9;
	margin-bottom:2px;
}

input#infos {
	border:none;
	width:10px;
}
input#submit { /* Submit-Button */
  float: none;
  width: auto;
}

textarea#fragen {
	
	border:1px solid #7f9db9;
}

label {
	text-align: left; 
	padding-right: 1em; 
}

form {
  margin:0;
  padding:.5em;
}

