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

form{
	padding:0px;
	margin:0px;
}
#form_anfrage p{
	margin-bottom:5px;
}
#form_anfrage label{
	margin-bottom:5px;
	padding-top:3px;
	clear:both;
}
#form_anfrage .input{
	width:203px;
	padding:2px;
	border:0px;
	border-bottom:1px #999999 solid;
}
#form_anfrage .textarea{
	width:203px;
	height:120px;
	padding:2px;
	border:0px;
	border-bottom:1px #999999 solid;
}

#form_anfrage .submit{
	margin-top:20px;
	padding:5px;
	width:100%;
}
