#b4yformmailer legend {
	display: none;
}

#persoenlicheDaten label {
	width: 180px;
	text-align: right;
	margin-right: 5px;
	float: left;
	line-height: 20px;
	vertical-align: bottom;
	clear: both;
	height: 20px;
}

#Anfrage label {
	clear: both;
}

#Anfrage .b4yf_inputfeld {
	/* float: none; */
}

.b4yf_inputfeld {
	width: 200px;
	float: left;
}
 
.b4yf_textarea {
	width: 100%;
	margin-bottom: 5px;
}

.b4yf_selectfeld {
	float: left;
	margin-right: 200px; /* IE-HACK */
}

.b4yf_infotext {
	height: 5px;
	font-size: 1.2em;
}

.b4yf_filefeld {
}

.b4yf_codefeld {
	background-color: #FFFFFF;
	background-image: url(images/security.gif);
    background-position: 5px;
    background-repeat: no-repeat;
	border: 1px solid #AAAAAA;
	text-align: center;
	/* -moz-border-radius:10px; */ /* nicht W3C konform */
	margin: 5px 80px 5px 80px;
	text-align: right;
	padding: 10px;
}

.b4yf_securite_code {
	width: 92px;
}

.b4yf_fieldset {
	border: 1px solid #DDDDDD; /* dashed */
	margin: 6px 0px;
	padding: 5px;
	background-color: #EEEEEE;
	/* background: url(images/th_bg.gif); */
	float: none;
}

#b4yformmailer p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.b4yf_rahmen {
    width: 100%;
	border : 1px solid #AAAAAA;
	color: #000000;
	background-color: #F5F5F5;
	margin: 5px;
	padding: 0px;
}

.b4yf_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    padding: 4px;
	border-top: 1px solid #AAAAAA;
}

.b4yf_error {
	background-color: #FFFFFF;
	/* background-image: url(images/rufzeichen.gif); */
    background-position: 10px;
    background-repeat: no-repeat;
	color: #800000;
	border: 3px solid #800000;
	margin: 0px 0px 20px 0px;
	text-align: center;
	padding: 10px;
	font-size: 1.4em;
}

.b4yf_button {
	width: 150px;
}

.b4yf_align_right {
	text-align: right;
}

.b4yf_align_center {
	text-align: center;
}

a.b4yf:link {
	text-decoration : none;
	color : #666666;
	background-color: #F5F5F5;
	clear: left;
}

a.b4yf:visited {
	text-decoration : none;
	color : #666666;
	background-color: #F5F5F5;
	clear: left;
}

a.b4yf:hover {
	text-decoration : underline;
	color : #000000;
	background-color: #F5F5F5;
	clear: left;
}

a.b4yf:active {
	text-decoration : none;
	color : #000000;
	background-color: #F5F5F5;
	clear: left;
}

.clear {
  clear: both;
}

.b4yf_thx {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	margin: 6px 0px;
	padding: 5px;
	float: none;
}


#Anfrage p {
	font-size: 1.2em;
	padding-bottom: 10px;
}