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

/* Label - alle Beschreibungstexte der Felder */
label {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

span#b4yf_secimage{
position: absolute;
left:165px;
top:10px;
}

label#b4yf_labelusercode{
position: absolute;
left:20px;
top:13px;
}

label#b4yf_usercode{
position: absolute;
left:20px;
top:35px;
}

input#b4yf_usercode{
position: absolute;
left:165px;
top:35px;
}

/* Absender Label */
label#b4yf_absender{
position: absolute;
top: 80px;
}

/* Absender Feld */
input#b4yf_absender{
position: absolute;
left: 150px;
top: 80px;
	width: 200px;
}

/* Dein Name Label */
label#b4yf_0{
position: absolute;
top: 105px;
}

/* Dein Name Feld */
input#b4yf_0 {
position: absolute;
top: 105px;
left: 150px;
	width: 200px;
}

/* Betreff Label */
label#b4yf_1{
position: absolute;
top: 130px;
}

/* Betreff Feld */
select#b4yf_1 {
position: absolute;
top: 130px;
left: 150px;
	width: 200px;
}

/* Nachricht Label */
label#b4yf_text{
position: absolute;
top: 155px;
}

/* Nachricht Area */
textarea#b4yf_text {
position: absolute;
top: 170px;
	width: 640px;
height: 125px;
}

/* Fehler Div */
div#b4yf_errordiv{
position: absolute;
top: 297px;
width: 640px;
left: 15px;
background-color: transparent;
}

/* Button Div */
div#b4yf_buttondiv{
position: absolute;
top: 335px;
width: 640px;
left: 15px;
}

/* einzeilige Texteingabefelder */
.b4yf_inputfeld {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 99%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #AAAAAA;
}



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


/* Select-Auswahlfeld */
.b4yf_selectfeld {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 99%;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}


/* Infotext aus den variablen Feldern  */
.b4yf_infotext {
	font-size: 12px;
	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: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Style-Klasse fÃ¯Â¿Â½r den <div> Tag des Sicherheitscodes  */
.b4yf_codefeld {
	color: #000000;
	background: #ffffff;
	border: 1px solid #AAAAAA;
	text-align: right;
position: absolute;
top: 80px;
left: 370px;
width: 282px;
height: 65px;
}


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


/* E-Mail: Beschreibung der Felder */
.b4yf_mail_value {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}


/* E-Mail: Ã¯Â¿Â½bergebene Werte */
.b4yf_mail_beschreibung {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



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


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


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


.b4yf_rahmen {
    width: 660px;
height:290px;
	color: #000000;
	background-color: transparent;
	margin: 5px;
	padding: 0px;
}


.b4yf_copyright {
position: absolute;
top: 350px;
width: 640px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    padding: 4px;
}


.b4yf_error {
	padding-top : 10px;
	padding-bottom : 10px;
	color: #FF0000;
	background-color: #F5F5F5;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
}


.b4yf_button {
	width: 150px;
	text-align: center;
}


.b4yf_align_right {
	text-align: right;
}


.b4yf_align_center {
	text-align: center;
}


a.b4yf:link {
	color : #7a6a3a;
}

a.b4yf:visited {
	color : #7a6a3a;
}

a.b4yf:hover {
	color : #7a6a3a;
}

a.b4yf:active {
	color : #7a6a3a;
}



/****************************************/
/* STYLES fÃ¯Â¿Â½r die Anzeige des Testmodus */
/****************************************/

h1 {
	font-size: 1.6em;
	text-align: center;
}

.b4yf_tm_rahmen {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #666666;
}

.b4yf_tm_kopf {
	color: #000000;
	background: #666666 url(../../testmod/templates/images/logo.gif) 10px no-repeat;
	height : 60px;
	padding: 5px;
	margin-bottom: 30px;
}

.b4yf_tm_titel {
	margin-top: 0px;
	margin-left: 70px;
	margin-right: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	line-height: 40px;
	color: #EEEEEE;
	background-color: #666666;
	font-weight: bold;
}

.b4yf_tm_subtitel {
	margin-top: -13px;
	margin-left: 135px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 35px;
	color: #BBBBBB;
	background-color: #666666;
	font-weight: bold;
}

.b4yf_tm_vorheb {
	color: #00ff00;
	background-color: #666666;
	font-size: 1.1em;
}

.b4yf_tm_fieldset {
	border: 1px solid #666666;
	margin: 15px 5px;
	padding: 10px;
}

.b4yf_tm_legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px 10px;
	border: 1px solid #666666;
}

.b4yf_tm_area {
	height: 300px;
	overflow: scroll;
	background-color:#DDDDDD;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 5px;
}

.b4yf_tm_bottom {
	border-top: #666666 solid 1px;
	color: #000000;
	background-color: #EEEEEE;
	padding: 2px;
	text-align: center;
}
