/* Kontaktformular */

@charset "UTF-8";

@media screen, projection
{
	.tx-pilmailform-pi1 {  }
	#mailform { width:550px;  }
	#mailform input,
	#mailform label,
	#mailform textarea,
	#mailform select { display:block; float:left; font-family: Verdana, Arial, Helvetica, sans-serif; }
	#mailform input,
	#mailform textarea,
	#mailform select { margin-bottom:15px; padding:2px; border:1px solid #ff8700; color:#444; background:#f1f1f1; width:95%; }
	#mailform input:focus,
	#mailform textarea:focus,
	#mailform select:focus { background:#fff; }
	#mailform br { clear:both; }
	#mailform label { margin-bottom:5px; padding:2px 5px 2px 0; }
	#mailform textarea { width:538px; height:200px; margin:0; }
	#mailform p { clear:both; padding:0; text-align:center; font-weight:bold; font-size:11px; }

	#mailform label.checkbox { width:auto; }
	#mailform input.checkbox { width:auto; margin:3px 5px 0 0; border:0; background:none; }
	
	#mailform input#submit { width:100px; float:right; margin-right:5px; }

	#mailform label.error { color:red; }
	#mailform input.error, #mailform textarea.error { border:2px solid red; }
	#mailform span { display:block; float:left; }
	#mailform span.error { color:red; padding:3px 0 0 5px; }
	
	.tx-pilmailform-pi1 dl.error { width:517px; border:1px solid #d7d7d7; padding:0.5em 1em; background:#efefef; }
	.tx-pilmailform-pi1 dl.error dt { color:#f00; }
	
	/* IE Hacks */
	* html #mailform input.checkbox { border:0px solid white; margin-top:1px; }
	*+html #mailform input.checkbox { border:0; margin-top:1px; }
	
	* html #mailform label.checkbox { margin-left:43px; }
	* html #mailform input#submit { margin-left:45px; }
}
	
