/* CSS Document */

form, fieldset, legend, label, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

form#contact_form fieldset {
	background-color: #ffffff;
	border: none;
	width: 300px;
	padding-bottom: 0px;
	color: #000;
	float: left;
	margin-left: 20px;

}

form#contact_form legend {
	display: none;
}

form#contact_form dl label {

	height: 20px;
}


form#contact_form input {
	width: 190px;
	border: 1px solid #bfbfbf;
	background-color: #bfbfbf;
	height: 17px;
	color:#000;
	font-size:12px;
}

form#contact_form input.input_error {
	border: 1px solid red;
	
}

form#contact_form input#submit {
	width: 80px;
	border:1px solid #000 !important;
	background-color:none !important;
	height: 25px;
	color: #333333;
}


form#contact_form textarea {
	width: 190px;
	border: 1px solid #bfbfbf;
	background-color: #bfbfbf;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

form#contact_form dl#form_left {
	width: 300px;
	
}

form#contact_form dl {
	
	margin-left: 0px;
	margin-top: 40px;
}



form#contact_form dl dt {
	clear: both;
	float: left;
	display: inline;
	width: 70px;
	height: 25px;
}


form#contact_form dl dd {
	float: right;
	display: inline;
	width: 200px;
	height: 25px;
}



form#contact_form dl#form_right {

	width: 220px;
	margin-left: 20px;
	
}

form#contact_form dl#form_right dt {
	float: right;
	width: 220px;
	
}


form#contact_form dl#form_right dd {
	float: left;
	width: 30px;
}

form#contact_form fieldset div.text_right {
	width: 250px;
	margin-right: 0px;
	margin-top: 40px;
	margin-left: 20px;

}

.f_ausgabe {text-align:center; padding-top: 190px; padding-left:70px;}

/* ######################## */

dl.contact_data {
	width: 235px;
}

dl.contact_data dt {
	clear: both;
	float: left;
	width: 43px;
}

dl.contact_data dd {
	float: left;
	width: 150px;
}
