@charset "UTF-8";
/* CSS Document */

.bodypopbox_big{
    width: 750px;
    overflow: auto;
}

#cont_anmelden {
    margin-left: 52px;	
    overflow: auto;
}

#header_anmelden {
    font-size:12px;
    color: #214b7a;
    margin:0 0 16px 609px;
}

#nlboxformdiv, #nlboxthankyoudiv {
    width:460px;
    float:left;
    margin-left:52px;
}

#nlboxformdiv h2, #nlboxthankyoudiv h2 {
    font-size:24px;
    color: #488c9b;	
}

#nlboxformdiv p, #nlboxthankyoudiv p {
    font-size:18px;
    color: #303030;
    font-weight:bold;
}

#nlboxformdiv .small_grey, #nlboxthankyoudiv .small_grey {
    font-size:12px;
    color: #999999;
    font-weight:normal;
}

#nlboxthankyoudiv #formular h2, #nlboxthankyoudiv #formular p{
    font-size: 14px;
    font-weight:bold;
    margin-left: 27px;
    margin-bottom: 10px;
    margin-right: 15px;
}

#nlboxthankyoudiv #formular h2 {
    padding-top:20px;
}

#anmelden_rechts {
    width:192px;
    float:right;
}


/* Formular blue box */
#formular {  
    width:453px;
    height:100%;
    background-image: url(../images/spmodalbox/box_content.gif);
}

#formular_oben {  
    width:453px;
    height:5px;
    background-image: url(../images/spmodalbox/box_upper.gif);
    background-position: left top;
    margin-top:20px;
}

#formular_unten {  
    width:453px;
    height:5px;
    background-image: url(../images/spmodalbox/box_lower.gif);
    background-position: left bottom;
    margin-bottom:20px;
}

#formular ul.textfeld li.feld #advice-validate-email-email {
    width: 265px !important;
}

ul.textfeld {   
    margin:0px 0px 10px 0px; 
    padding:25px 0 0 0;  
    position:relative;
    overflow:auto;
    width:100%;
}  
ul.textfeld li {   
    list-style:none; 
    display:inline;
}    
li.text { 
    margin:5px 0px 0px 27px;
    padding:0px;    
    font-size:12px;  
    text-align: left;
    width:132px;  
    float:left;
    font-weight:bold;
    color:#3e3e3e;
} 
li.feld { 
    margin:0px; 
    padding:0px;    
    float:left;
} 
.tfeld {
    background: url(../images/spmodalbox/textfeld_bg.png) no-repeat;
    color: #404040; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica;
    margin: 0;
    padding: 2px 0 0 4px;
    border: none;
    width:230px;
    height:19px;
}

ul.popup {   
    margin:0px 0px 10px 0px; 
    padding:0px;  
    position:relative;
    overflow:auto;
    width:100%;
}  
ul.popup li {   
    list-style:none; 
    display:inline;
}    
.nlstadt {
    -moz-border-radius:4px 4px 4px 4px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #999999;
    padding:2px 0;
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica;
    width:230px;
    height:20px;
}

.button_absenden {
    margin-left:159px;
}

#msgContemail {
    color: red;
}