   .si_highlight_validate{
   background-color:#fcc03d;
   
   }
   .plugin_kontaktformular{
	float:left;width:500px;margin:20px;
   }
   fieldset {width: 100%;
			 margin: 2px auto 2px 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: 14px; 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 #FCC03D;
						padding: 2px 2px;
						font-size: 14px; 
margin:0;

				  }  
.reihe input{
 height:20px;
 width:255px;
}						
.reihe textarea{
 height:100px;
 width:255px;
  font-size: 14px;
}						
   .reihe input:active, .reihe input:focus, .reihe input:hover { background: #fff !important;}
   .reihe textarea:active, .reihe textarea:focus, .reihe textarea:hover { background: #fff;}
   
   
.reihe {
  clear: both;
  padding: 5px;
}

.formlabel {
  float: left;
  width: 150px;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  color:#555;
}
.formlabel{
margin:0;padding:0;
} 
.feld {
  float: left;
   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 #FCC03D;
color :#555;
font-family:verdana, helvetica, sans-serif;
font-size:10px;
}

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

