/*  -------------------------------------------------------------
    Formulare
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          .datei         schritt11.html
          .kapitel       8
    -------------------------------------------------------------   */

/*  -------------------------------------------------------------
    1. GLOBAL RESET
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
               * {
                    margin: 0;
                    padding: 0;
               }

/*  -------------------------------------------------------------
    2. STRUKTUR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   
               */
    body {
    font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
    font-size: 12px;
    color: #000000;
    background-color: #CACDD3;
               }


               div#container {
                margin: 0;
                padding: 0;
                text-align: left;
                width: 290px;
                height: 162px;
                background-image: url("../images/signup_back.gif");
                background-repeat: no-repeat;                
               }
               
               div#container_info {
                margin: 0;
                padding: 0;
                width: 290px;
                height: 162px;
                background-image: url("../images/yellow_back.gif");
                background-repeat: no-repeat;                
               }
               
               .input_email {
                    /* Linker Bereich des Formulars: für Labels */
                    position: relative;
                    top: 82px;
                    left: 25px;
                    width: 224px;
                    height: 19px;
               }

               .submit {
                    /* Linker Bereich des Formulars: für Labels */
                    position: relative;
                    top: 87px;
                    left: 150px;
                    width: 224px;
                    height: 19px;
               }

               .checkbox_agb {
                    /* Linker Bereich des Formulars: für Labels */
                    position: absolute;
                    top: 41px;
                    left: 87px;
                    width: 14px;
                    height: 14px;
                    border: 2px solid #000;
                    -moz-border-radius: 3px;        
                    padding: 1px; 
                    color: #000000;
               }

                       
               
               .wrong {
                    /* Rechter Bereich des Formulars: für Eingabefelder */

                    text-align: left;
                    float: left;
                    display: inline;
                    padding: 4px;
                    margin: 5px 0;
               }


/*  -------------------------------------------------------------
    3. GESTALTUNG VON EINGABEFELDERN IM OBJEKTE FORMULAR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


               
               .input_email input{
                  
                    padding: 2px; 
                    color: #000000;
                    font: 1.2em/1.5em Arial, "Helvetica, Trebuchet MS", Verdana, sans-serif; 
                    width: 224px;
                    height: 19px;        
                    border: 2px solid #000;
                    -moz-border-radius: 3px; 
               }

               .checkbox{
                    width: 14px;
                    height: 14px;
               }
               .checkbox_agb input, textarea, select {
                    border: none;
                    border-style: none;
                   
               }
               

/*  -------------------------------------------------------------
    3. GESTALTUNG VON EINGABEFELDERN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */



               #submit {
                    /* Versenden-Schaltfläche */
                    font: 1.1em/1.6em "Trebuchet MS", Verdana, sans-serif; 
                    width: 250px;
                    border: 1px solid #986C2B;
                    padding: 2px 5px 2px 5px;
                    color: #fff;
                    background-color: #986C2B;
                    margin-left: 50px;
                    font-weight: bold;
                    -moz-border-radius: 3px;
               }
               
               
               .form_error {
               color: #FF0027;
               font-weight: bold;
               font-size: larger;
               }

 
               /* wenn javascript unterdückt ist, diese fehlermeldung   */
               .newsletter_wrong{
                   font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
                   font-size: 14px;
                   color: black;
                   border:2px;
                   background-color: #EEEE5A;
                   background-repeat: repeat;
                   border-color: #11E811;
                   border-style: double;
                   padding: 4px;
                   margin: 12px;
                   position:absolute;
                   left:20px; top:-5px; width:200px; height:40px;
                   z-index:3;
                   text-align: center;
                   text-transform: uppercase;
                }


               .agb_wrong{
                   font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
                   font-size: 14px;
                   color: black;
                   border:2px;
                   background-color: #EEEE5A;
                   background-repeat: repeat;
                   border-color: #11E811;
                   border-style: double;
                   padding: 4px;
                   margin: 12px;
                   position:absolute;
                   left:20px; top:-5px; width:200px; height:17px;
                   z-index:1;
                   text-align: center;
                   text-transform: uppercase;
                }
                
               
              .newsletter_msg{
                   font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
                   line-height: 18px;
                   font-size: 14px;
                   font-weight: 300;
                   color: black;
                   padding: 8px 4px 8px 4px;
                   margin: 12px;
                   position:absolute;
                   left:10px; top:-5px; width:220px; height:125px;
                   z-index:4;
                   text-align: center;
                }
                
               .newsletter_not_ok{
                   background: #fcfcfc url(../images/forms/warning.png) no-repeat left;
                   font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
                   line-height: 18px;
                   font-size: 14px;
                   font-weight: 300;
                   color: #000000;
                   border:2px;
                   border-color: #E36652;
                   border-style: solid;
                   border-width: 1px;
                   padding: 8px 4px 8px 4px;
                   margin: 12px;
                   position:absolute;
                   left:485px; top:365px; width:300px; height:auto;
                   z-index:1;
                   text-align: center;
                    -moz-border-radius: 3px;
                    padding: 5px 5px 5px 30px;
                    background-color:#EEEE5A;
                }

                
 


/*  -------------------------------------------------------------
    4. ALLGEMEINE ATTRIBUTE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
            /*   h2 { */
                    /* Überschrift der Seite */
                   /*  font-family: "Trebuchet MS", Calibri, Georgia,serif;
                    font-weight: normal;
                    font-size: 4em; 
                    color: #fff;
               }*/
               span.required {
                    /* Markierung des Eingabefeldes, das ausgefüllt werden soll */
                    color: #fff;
                    font-size: 2em;
               }
               label {
                    /* Beschriftung des Eingabeldes */
                    color: #fafafa;
                                        font: 9px "Helvetica, Trebuchet MS", sans-serif;
                    font-weight: 600;
                    padding: 2px 5px 2px 5px;
                    /* Hintergrundfarbe + Abrundung */
                    background-color: #9c7233;
                    
                    -moz-border-radius: 3px;
               }
               
               .newsletterlabel {
                    /* Beschriftung des Eingabeldes */
                    color: #fafafa;
                    font-weight: 600;
                    padding: 2px 5px 2px 5px;
                    font-size: 12px;
                    /* Hintergrundfarbe + Abrundung */
                    background-color: #9c7233;
                    
                    -moz-border-radius: 3px;
               }

