    
/* -------------------- Hintergrundfarbe Kontaktformular -------------------- */
    
table.bestaetigung_kontakt {                                       
    font-size: 10px;                  /* Bestaetigungsseite Hintergrundfarbe und Schrift */
    font-weight: bold;
    font-style: normal;    
    color: #000000; }

td.bestaetigung_kontakt {             /* Eingaben farblich hervorgehoben */
    font-weight: normal;
    color: #000000; }

    
/* ---------------- Eingabefelder hervorheben bei Falscheingabe ---------------- */

#correct_kontakt {
    background-color: #DDDDDD; }      /* Zustand bei Erstaufruf und wenn ausgefüllt nach Sendeversuch */

#wrong_kontakt {
    background-color: #FF9900; }      /* Zustand wenn leer oder falsch nach Sendeversuch */   

    
/* ----------------------- Schriftarten und -groessen ----------------------- */

div.text_kontakt {                                           /* Beschriftung Eingabezellen */
    font-size: 10px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color: #000000; }

p.textsmaller_kontakt {                                    /* Beschriftung fuer Hinweis Button Loeschen */
    font-size: 9px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color: #000000; }

span.radio_kontakt {                                       /* Schrift RadioButtons */
    font-size: 10px;
    font-weight: normal;
    font-style: normal;    
    text-decoration: none;
    color: #000000; }

span.kopie_kontakt {                                       /* Schrift Check Kopie */
    font-size: 10px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color: #000000; }

span.warnungtext1_kontakt {                               /* Schrift Ausgabe falsch ausgefuellt */
    font-size: 11px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color: #000000; }
span.warnungtext2_kontakt {                               /* Schrift Ausgabe falsch ausgefuellt */
    font-size: 11px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color: #FF9900; }

span.warnungbright_kontakt {                               /* Schrift Ausgabe falsch ausgefuellt */
    font-size: 10px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color: #FF9900; }
            
        
/* ------------------------- Style von Eingabefeldern ------------------------- */
                
input.personalien_kontakt {                                 /* Felder Name Vorname email Telefon */
    font-size: 10px;
    font-weight: normal;
    font-style: normal;    
    text-decoration: none;
    color:#000000;
    padding: 2px;
    border: 1px solid #666666; }
    
select.select_kontakt {                                     /* Selectbox Gruende */ 
    font-size: 10px;
    font-weight: normal;
    font-style: normal;    
    text-decoration: none;
    color:#000000;
    padding: 2px;
    width: 224px;
    border: 1px solid #666666; }
    
textarea.textarea_kontakt {                                 /* Eingabefeld Nachricht */
    font-size: 11px;
    font-weight: normal;
    font-style: normal;    
    text-decoration: none;
    color:#000000;
    padding: 2px;
    width: 218px;
    border: 1px solid #666666; }
    
input.buttons_kontakt {                                     /* Buttons */
    font-size: 10px;
    font-weight: bold;
    font-style: normal;    
    text-decoration: none;
    color:#000000;
    background-color:#DDDDDD;
    padding: 2px;
    border: 1px solid #666666; }

