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

.beratung-head{
	display: block;
	width: 573px;
	min-width: 573px;
	max-width: 573px;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	background:url(../img/header_mail_beratung.gif) no-repeat;
	position: relative;
	padding: 17px 0px 0px 47px;
	
}
a#openFormBeratungLeft{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 47px;
	min-width: 47px;
	max-width: 47px;
	height: 41px;
	min-height: 41px;
	max-height: 41px;

}
a#openFormBeratung{
	display: block;
	position: absolute;
	right: 0px;
	top: 11px;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	background:url(../img/open_form.gif) no-repeat;
}

#beratungsbox{
	display: none;
	background-color: #A1CDF2;
	padding: 0px 20px 20px 20px;
}
#beratungsbox form{
	display: block;
	width: 580px;
	min-width: 580px;
	max-width: 580px;	
}
#beratungsbox label{
	display: block;
	color: #666;
	font-weight: bold;
	padding: 20px 0px 7px 0px;
}
#beratungsbox input.input-beratung{
	display: block;
	width: 402px;
	min-width: 410px;
	max-width: 410px;	
	height: 13px;
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-weight: bold;
	border: 0px solid #fff;	
	border: none;
	padding: 4px 3px 0px 4px;
}
#beratungsbox label.label-beratung-alter{
	float: left;
	width: 70px;
	min-width: 70px;
	max-width: 70px;	
}
#beratungsbox label.label-beratung-wohnort{
	float: left;
	width: 340px;
	min-width: 340px;
	max-width: 340px;	
}
#beratungsbox input.input-beratung-alter{
	display: block;
	float: left;
	width: 52px;
	min-width: 60px;
	max-width: 60px;	
	height: 13px;
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-weight: bold;
	border: 0px solid #fff;	
	border: none;
	padding: 4px 3px 0px 4px;
	margin-right: 10px;
}
#beratungsbox input.input-beratung-wohnort{
	display: block;
	float: left;
	width: 332px;
	min-width: 340px;
	max-width: 340px;	
	height: 13px;
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-weight: bold;
	border: 0px solid #fff;	
	border: none;
	padding: 4px 3px 0px 4px;
}
#beratungsbox textarea.textarea-beratung{
	display: block;
	width: 402px;
	min-width: 410px;
	max-width: 410px;	
	height: 293px;
	min-height: 300px;
	max-height: 300px;
	color: #666;
	font-weight: bold;
	border: 0px solid #fff;	
	border: none;
	padding: 4px 3px 0px 4px;
}

#beratungsbox input.beratung-submit{
	margin-top: 20px;
}
