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

/* Label - alle Beschreibungstexte der Felder */
label {
       font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #3c3f3b;
}


/* einzeilige Texteingabefelder */
.b4yf_inputfeld {
font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #3c3f3b;
        width: 100%;
        margin-bottom: 10px;
}


/* mehrzeilige Texteingabefelder */
.b4yf_textarea {
font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #3c3f3b;
        width: 99%;
        margin-bottom: 10px;
}


/* Select-Auswahlfeld */
.b4yf_selectfeld {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #3c3f3b;
        width: 99%;
        margin-bottom: 10px;
}


/* Infotext aus den variablen Feldern  */
.b4yf_infotext {
font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #3c3f3b;
        padding-top: 10px;
        padding-bottom: 10px;
        font-style: normal;
        font-weight: bold;
}


/* Eingabefeld und "Durchsuchen-Button" für das File-Feld  */
.b4yf_filefeld {
        margin-bottom: 10px;
}


/* Style-Klasse für den <div> Tag des Sicherheitscodes  */
.b4yf_codefeld {
        color: #000000;
        background:  url(images/security.png) 10px no-repeat;
        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: 13px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #333333;
        border: 1px solid #204b1f;
}


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


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



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


.b4yf_fieldset {
        margin: 5px 5px;
        padding: 5px;
        border: 1px solid #fceec4;
        background-color: #fceec4;
}


p {
         font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #3c3f3b;
}


.b4yf_rahmen {
         width: 580px;
        margin: 5px;
        padding: 5px;
        border: 1px solid #fae6ac;
}


.b4yf_copyright {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        padding: 4px;
        color:#fceec4;
        background-color: #fceec4;
}


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


.b4yf_button {
        width: 150px;
        padding: 5px;
        text-align: center;
        background-color: #204b1f;
        color: #fae6ac;
        border: 1px solid #fae6ac;
}


.b4yf_align_right {
        text-align: right;
}


.b4yf_align_center {
        text-align: center;
}




