/**************************************/
/* FIXE - im Code verwendete - STYLES */
/**************************************/

/* Label - alle Beschreibungstexte der Felder */
label {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* line-height: 20px; */
}


/* einzeilige Texteingabefelder */
.b4yf_inputfeld {
	width: 440px;
	font-size: 0.8em;
	background-color: #FFF;
	color: #000;
	border: 1px solid #666;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* select Feld */
.b4yf_select {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	color: #333333;
	background-color: #FAFAFA;
	margin-bottom: 3px;
	margin: 2px;
	border: 1px solid #666;
	float: left;
}


/* mehrzeilige Texteingabefelder */
.b4yf_textarea {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #AAAAAA;
}


/* Infotext aus den variablen Feldern  */
.b4yf_infotext {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


/* Eingabefeld und "Durchsuchen-Button" für das File-Feld  */
.b4yf_filefeld {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Style-Klasse für den <div> Tag des Sicherheitscodes  */
.b4yf_codefeld {
	color: #000000;
	background: #FFFFFF url(../images/security.png) 10px no-repeat;
	border: 1px solid #AAAAAA;
	text-align: center;
	/* -moz-border-radius:10px; */ /* nicht W3C konform */
	margin: 0px 60px 20px 60px;
	text-align: right;
	padding: 10px;
}


/* Securitycode-Eingabefeld  */
.b4yf_securite_code {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 92px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}


/* E-Mail: Beschreibung der Felder */
.b4yf_mail_value {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}


/* E-Mail: übergebene Werte */
.b4yf_mail_beschreibung {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Informationsfeld Testmodus */
.b4yf_infofeld {
	background-image: url(../images/info.png);
    background-position: 10px;
    background-repeat: no-repeat;
	width: 350px;
	border : 1px solid #AAAAAA;
	color: #000000;
	background-color: #F5F5F5;
	margin: 5px;
	height: 20px;
	font-size: 1.3em;
	padding: 10px 10px 10px 40px;
}

/* Fokus */
.b4yf_inputfeld:hover, .b4yf_inputfeld:focus,
.b4yf_select:hover, .b4yf_select:focus {
	background-color: #EEEEEE;
	border: solid 1px #999999;
}



/******************************/
/* TEMPLATESPEZIFISCHE STYLES */
/******************************/


.b4yf_fieldset {
	border: 0px dashed #cccccc;
	margin: 5px 5px;
	padding: 5px;
}


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


.b4yf_rahmen {
    width: 590px;
	border : 0px solid #AAAAAA;
	color: #000000;
	background-color: transparent;
	margin: 5px;
	padding: 0px;
}


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


#b4yf_error {
	margin: 0px;
	padding: 30px 0 30px 80px;
	color: #DD0000;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #FFFFFF; */
	border: 0px dashed #AAAAAA;
	background-image: url(../images/error_big.png);
    background-position: 0 0;
    background-repeat: no-repeat;
	min-height: 50px;
	vertical-align: middle;
}
#b4yf_error h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #FF0000;
	border: 0;
	margin: 0;
	padding: 10px 0;
	}
#b4yf_error ul {
	margin: 5px;
	padding: 0;
}
#b4yf_error li {
	list-style: none;
	background-image: url(../images/error.png);
    background-position: 0;
    background-repeat: no-repeat;
	margin: 0;
	padding: 10px 20px;
}

.b4yf_button {
	width: 80px;
	font-size: 0.9em;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}


.b4yf_align_right {
	text-align: right;
}


.b4yf_align_center {
	text-align: center;
}


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

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

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

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

.b4yf_errorfeld {
	background-color: #FAA;
}

#b4yf_persoenliches {
	width: 380px;
	padding-left: 10px;
}

#b4yf_persoenliches label {
	width: 120px;
	clear: both;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#b4yf_persoenliches input {
	width: 220px;
	float: left;
}

#b4yf_persoenliches #strasse {
	width: 170px;
}
#b4yf_persoenliches #nr {
	width: 41px;
	margin-left: 3px;
}
#b4yf_persoenliches #plz {
	width: 41px;
}
#b4yf_persoenliches #ort {
	width: 170px;
	margin-left: 3px;
}


