@charset "utf-8";
/*-------------------------------------------------
ANFRAGEFORMULAR
-------------------------------------------------*/
#request_header {
	width:640px;
	margin:0 0 20px 0;
}
#request_header .subheadline {
	margin:0 0 1px 0;
	padding:5px 10px;
	height:20px;	
	color:#FFF;
	background-color:#AF161A;	
}
#request_header .description {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:16px;	
}

.request_form_row {
	display:table-row;
	width:640px;
	margin:0 0 5px 0;
}
.request_form_row .left {
	width:180px;
	padding:5px;
	text-align:right;
	line-height:18px;	
}
.request_form_row .middle {
	width:280px;
	padding:5px;
}
input[type=text] {
	width:280px;
	font-family:Tahoma;
	font-size:12px;
}
select {
	width:286px;
	font-family:Tahoma;
	font-size:12px;	
}
textarea {
	width:280px;
	height:150px;
	font-family:Tahoma;
	font-size:12px;
}
.request_form input:focus, .request_form select:focus {
	background:#F6F6F6;
}
.request_form_row .right {
	width:150px;
	padding:5px;
	font-family:Tahoma;
	font-size:10px;
	line-height:18px;	
}

#request_thankyou .subheadline {
	margin:0 0 10px 0;	
}
#request_thankyou .description {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:16px;	
}
#request_thankyou .output {}
#request_thankyou .output #output_row {
	display:table;
}
#request_thankyou .output #output_row .left {
	width:180px;
	padding:5px;
	text-align:right;
}
#request_thankyou .output #output_row .right {
	width:438px;
	padding:5px;
}
