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



body {
	background-image:url(../image/body_bg.gif);

}

h1.contact_header {
	margin-left: 190px;
	padding-top: 25px;
	color:#333333;
}

div#content_contact_box {
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 190px;
	width: 250px;
}

div#content_form_box {
	margin-top: 40px;
	float: right;
	display: inline;
	width: 500px;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #ffffff;
	width: 200px;
	height: 40px;
}


input {
	border: 1px solid #ffffff;
	width: 200px;
}


input#plz {
	border: 1px solid #ffffff;
	width: 40px;
}

input#ort {
	border: 1px solid #ffffff;
	width: 155px;
	margin-left: 3px;
}

input#Heizungsbauer {
	width: 20px;
	border: none;
}

input#Endabnehmer {
	width: 20px;
	border: none;
}

dl {
	width: 470px;
}

dt {
	width: 140px;
	float: left;
	height: 30px;
}

dd {
	width: 300px;
	float: left;
	height: 30px;
}

dt.nachricht {
	height: 60px;
}

dd.nachricht {
	height: 60px;
}

dt.captcha {
	height: 80px;
}

dd.captcha {
	height: 80px;
}

dt.kundentyp {
	height: 50px;
}

dd.kundentyp {
	height: 50px;
}


div#submit {
	margin-left:  140px;
}

input.error {
	background-color:#ffd400;
}

div#content_contact_box a {
	color: #333333;
	text-decoration:none;
}

div.left_imp {
	clear: both;
	float: left;
	display: inline;
	width: 120px;
}

div.right_imp {
	float: left;
	display: inline;
	width: 220px;
}

div.right_imp a{
	color: #333333;
	text-decoration:none;
}





