@media all
{    
/* Kontaktformular */
.kf fieldset {width: 35em;
		  margin: 1.5em auto 1.5em auto;
			 display: block;
			 font-size: 0.90em; 
			 border: 1px solid #c8ddf3;
			 background: inherit;
			 clear: both;
}	
* html fieldset {padding: 5px;}		
.kf legend {background: #c8ddf3;
		   padding: 4px;
		   border: 1px solid #c8ddf3;
		   border-right-width: 2px;
		   border-bottom-width: 2px;
		   margin-bottom: 4px;
		   font-weight: bold;
		   }
.kf label {margin: 5px;} 
.kontaktdaten label {display: block;
						width: 5em;
						float: left;
}
.anfrage label {display: block;
				    width: 5em;
				    float: left;
}
					   
.kf input {margin: 5px;
						border: 1px solid #4b408c;
						background: white;
						padding: 3px 3px;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size: 1.1em;
}

.kf textarea {margin: 5px;
						border: 1px solid #4b408c;
						background: white;
						padding: 3px 3px;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size: 1.1em;
}    
						
.kf input:active{ background: #E8EBDF;}
.kf input:focus { background: #E8EBDF;}
.kf input:hover { background: #E8EBDF;}

.kf textarea:active { background: #E8EBDF;}
.kf textarea:focus { background: #E8EBDF;}
.kf textarea:hover { background: #E8EBDF;}
   
.buttons1 {text-align: center;}
  
}
 


