   fieldset {width: 100%;
			 margin: 5px auto 5px auto;
			 padding-bottom:0;
			 display: block;
			 font-size: 5px; 
			 border: 1px solid #ddd;
			border-right: 0;
			border-left: 0;
			border-top: 0;
			 clear: both;
			}

   fieldset p{	font-size: 13px; padding-left: 5px;}
		
	* html fieldset {padding: 5px;}
			
   legend {
		   padding: 4px;
		   margin-left: 0px;
		   padding-left: 0px;
		   margin-bottom: 4px;
		   font-weight: bold;
		   color:#555;
		   }

   label {margin: 5px 15px;color:#888;} 

   .kontaktdaten label {display: block;
						width: 15em;
					   }
	.anfrage label {display: block;
				    width: 5em;
				   }
					   
   .reihe input, .reihe textarea {
						border: 1px solid #64a817;
						padding: 2px 2px;
						font-size: 10px; 

				  }  
.reihe input{
 height:13px;
 width:174px;
}						
.reihe textarea{
 height:130px;
 width:250px;
  font-size: 14px;
}						
   .reihe input:active, .reihe input:focus, .reihe input:hover { background: #E8EBDF !important;}
   .reihe textarea:active, .reihe textarea:focus, .reihe textarea:hover { background: #E8EBDF;}
   
   
.reihe {
  clear: both;
  padding: 0;
}

.formlabel {
  float: left;
  width: 130px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  color:#555;
}

.feld {
  float: left;
  width: 180px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.send_button{
background-color:#fff; width:auto; 
height:25px;
cursor:pointer;
border:1px solid #64a817;
color :#555;
font-family:verdana, helvetica, sans-serif;
font-size:10px;
}

.send_button:link {color:#9d4323; text-decoration:none;font-size:10px;}
.send_button:visited {color:#9d4323; text-decoration:none;font-size:10px;}
.send_button:active {color:#9d4323; text-decoration:none;font-size:10px;}
.send_button:hover {color:#9d4323; text-decoration:underline;font-size:10px;}
