@charset "UTF-8";
/* CSS Document */

#kontakt_formular{
	width: 425px;
	padding: 10px;
	background-color:#f1f1f1;
}
#kontakt_formular h1{
	margin: 3px 5px 3px 0px;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	color:#a63c6a;
	font-size: 13px;
	font-weight: bold;
	
}

#formular_line{
	padding: 5px 0 5px 0;
}

.input_field{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 0 7px;
	/*background: url(../images/site/button_bg.gif) repeat-x bottom;*/
	border-left: #6b6b6b solid 1px;
	border-top: #6b6b6b solid 1px;
	border-right: #e0e0e0 solid 1px;
	border-bottom: #e0e0e0 solid 1px;
	box-shadow: 0px 0px 4px #ccc;  
	-moz-box-shadow: 0px 0px 4px #ccc;  
	-webkit-box-shadow: 0px 0px 4px #ccc;
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
	color: #444;
}
.input_xs{
	float:right;
	width: 60px;
}
.input_s{
	float:right;
	width: 230px;
}
.input_med{
	float:right;
	width: 300px;
}
.input_area{
	float:right;
	width: 300px;
	height: 150px;
}