@CHARSET "UTF-8";
@import url(//fonts.googleapis.com/css?family=Helvetica Neue);

body{
    margin: 0px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    background: #d2d2d2;
    line-height: 25px;
}

div.anmeldeformular {
    width: 940px;
    height: auto;
    background-color: #ffffff;
    color: #666666;
    margin: 50px auto 0px auto;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
}

div.fortschritt {
    width: 940px;
    height: 130px;
    border-top: 1px solid #D7D7D7;
    padding: 30px 0px 30px 0px;
}

div.schritt_eins {
    width: 230px;
    height: 130px;
    float: left;
}

div.schritt_zwei {
    width: 220px;
    height: 130px;
    float: left;
}

div.schritt_drei {
    width: 250px;
    height: 130px;
    float: left;
}

div.pfeil {
    width: 85px;
    height: 85px;
    float: left;
    transform: rotate(53deg) skew(20deg);
    -webkit-transform: rotate(53deg) skew(20deg);
    margin: 10px 0px 0px 0px;
    box-shadow: 4px -4px 2px #B7B7B7;
}

div.schritt_bild {
    width: 150px;
    height: 50px;
    padding: 0px 0px 0px 100px;
}

div.schritt_text {
    width: 250px;
    height: 70px;
    text-align: center;
}

div.daten_wrapper {
    width: 936px;
    height: auto;
    border: 1px solid #D7D7D7;
    padding: 1px 1px 1px 1px;
}

div.daten {
    width: 896px;
    height: auto;
    background-color: #f5f1f0;
    padding: 0px 20px 0px 20px;
}

div.datenblock {
    width: 896px;
    height: auto;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #D7D7D7;
    overflow: auto;
}

span.titel {
    font-weight: bold;
    font-size: 22px;
}

div.zeile {
    width: 500px;
    height: 30px;
    margin: 10px 0px 10px 0px;
}

span.text_abfrage {
    float: left;
}

label {
    float: left;
}

span.links {
    float: left;
}

div.rechts {
    float: right;
}

select {
    float: right;
    width: 300px;
    height: 30px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input {
    float: right;
    width: 296px;
    height: 28px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#ORT {
    width: 138px;
    margin: 0px 0px 0px 16px;
}

#PLZ {
    width: 138px;
    margin: 0px 0px 0px 16px;
}

#AB_ERLAUBNIS {
    float: left;
    height: 20px;
    width: 20px;
}

#AB_ERLAUBNIS_CHECK {
    float: left;
    height: 20px;
    width: 20px;
}

input:focus {
    border: 1px solid #66C01D;
}

select:focus {
    border: 1px solid #66C01D;
}

select.normal {
    width: 300px;
    height: 30px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:    inset 0 1px 1px #BFBFBF;
    -webkit-box-shadow: inset 0 1px 1px #BFBFBF;
    box-shadow:         inset 0 1px 1px #BFBFBF;
}

input.normal {
    width: 296px;
    height: 28px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:    inset 0 1px 1px #BFBFBF;
    -webkit-box-shadow: inset 0 1px 1px #BFBFBF;
    box-shadow:         inset 0 1px 1px #BFBFBF;
}

div.zeile_checkboxen {
    width: 896px;
    height: 70px;
}

div.checkboxen {
    height: 70px;
    width: 716px;
    margin: 0px 0px 0px 25px;
    float: left;
}

input.eine_checkbox {
    float: left;
    margin: 5px 8px 0px 4px;
}

span.checkbox_titel {
    float: left;
    margin: 0px 130px 0px 0px;
}

div.checkbox_mit_text {
    width: 470px;
    height: 75px;
    background-color: #ffffff;
    margin: 20px 0px 20px 0px;
    padding: 5px 5px 5px 5px;
}

div.text {
    width: 440px;
    height: 50px;
    float: left;
}

span.checkbox_text {
    font-weight: bold;
    font-size: 14px;
}

div.text_und_button {
    width: 896px;
    height: 30px;
    border-top : 1px solid #D7D7D7;
    background-color: #ebebeb;
    padding: 20px 20px 20px 20px;
}

span.pflicht {
    float: left;
}

input.button_ueberpruefen {
    float: right;
    height: 28px;
    font-weight: bold;
    box-shadow: 1px 1px 1px 0px #BFBFBF;
    border: 1px solid #66C01D;
    color: #ffffff;
    font-size: 15px;
    background: #66c01d; /* Old browsers */
    background: -moz-linear-gradient(top,  #66c01d 26%, #88ee29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#66c01d), color-stop(100%,#88ee29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66c01d 26%,#88ee29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c01d', endColorstr='#88ee29',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px -1px #88CE29;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.anmeldung_header_fehler {
    color: red;
}

div.anmeldung_fehler {
    color: red;
}

/*2.Schritt*/

div.zeile_links {
    width: 180px;
    height: 30px;
    float: left;
}

div.zeile_rechts {
    width: 600px;
    height: 30px;
    float: left;
}

div.zeile_2 {
    width: 780px;
    height: 30px;
    margin: 10px 0px 10px 0px;
}

div.checkbox_mit_text_2 {
    width: 470px;
    height: 50px;
    margin: 20px 0px 20px 0px;
    padding: 5px 5px 5px 5px;
}

input.button_zurueck {
    float: left;
    height: 28px;
    font-weight: bold;
    box-shadow: 1px 1px 1px 0px #BFBFBF;
    border: 1px solid #66c01d;
    color: #ffffff;
    font-size: 15px;
    background: #66c01d; /* Old browsers */
    background: -moz-linear-gradient(top,  #66c01d 26%, #88ee29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#66c01d), color-stop(100%,#88ee29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66c01d 26%,#88ee29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c01d', endColorstr='#88ee29',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px -1px #88CE29;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input.button_weiter {
    float: right;
    height: 28px;
    font-weight: bold;
    box-shadow: 1px 1px 1px 0px #BFBFBF;
    border: 1px solid #66c01d;
    color: #ffffff;
    font-size: 15px;
    background: #66c01d; /* Old browsers */
    background: -moz-linear-gradient(top,  #66c01d 26%, #88ee29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#66c01d), color-stop(100%,#88ee29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66c01d 26%,#88ee29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c01d', endColorstr='#88ee29',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px -1px #88ce29;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*Schritt 3*/

div.daten_2 {
    width: 896px;
    height: 500px;
    background-color: #f5f1f0;
    padding: 0px 20px 0px 20px;
}

div.daten_links {
    width: 550px;
    height: auto;
    padding: 20px 0px 20px 0px;
    float: left;
}

div.daten_rechts {
    width: 346px;
    height: auto;
    padding: 20px 0px 20px 0px;
    float: right;
}

div.rechts_oben {
    width: 280px;
    height: 320px;
    margin: 0px 50px 0px 16px;
}

div.vorschau_bild {
    width: 270px;
    height: 310px;
    padding: 5px 5px 5px 5px;
    background-color: #f5f1f0;
}

div.rechts_unten {
    width: 280px;
    height: 50px;
    margin: 20px 50px 0px 16px;
}

div.button_down {
    width: 280px;
    height: 50px;
    box-shadow: 1px 1px 1px 0px #BFBFBF;
    border: 1px solid #66c01d;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.button_down_links {
    height: 47px;
    width: 43px;
    padding: 3px 0px 0px 7px;
    border-right: 1px solid #88CE29;
    float: left;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

input.button_pdf {
    width: 229px;
    height: 50px;
    border: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    background: #66c01d; /* Old browsers */
    background: -moz-linear-gradient(top,  #66c01d 26%, #88ee29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#66c01d), color-stop(100%,#88ee29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66c01d 26%,#88ee29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c01d', endColorstr='#88ee29',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px -1px #88CE29;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.button_down>a {
    text-decoration: none;
    display: block;
    width: 229px;
    height: 37px;
    float: right;
    color: #ffffff;
    font-weight: bold;
    background: #66c01d; /* Old browsers */
    background: -moz-linear-gradient(top,  #66c01d 26%, #88ee29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#66c01d), color-stop(100%,#88ee29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66c01d 26%,#88ee29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66c01d 26%,#88ee29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c01d', endColorstr='#88ee29',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px -1px #88CE29;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 22px;
    padding: 13px 0px 0px 0px;
    text-align: center;
}

h1.gelb {
    color: #66C01D;
}

span.gelb {
    color: #66C01D;
}

div.balken {
    width: 938px;
    height: 30px;
    background-color: #ffffff;
    color: #fca728;
    border: 1px solid #D7D7D7;
}

div.balken1 {
    width: 312px;
    height: 30px;
    border-right: 1px solid #D7D7D7;
}

div.balken2 {
    width: 312px;
    height: 30px;
    border-right: 1px solid #D7D7D7;
}

div.balken3 {
    width: 312px;
    height: 30px;
}

select.anmeldung_anrede_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_name_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_vorname_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_gebdatum_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_strasse_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_plz_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_ort_pflicht {
    background-color: #8FFF57;
}

select.anmeldung_land_id_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_email_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_iban_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_bic_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_bank_pflicht {
    background-color: #8FFF57;
}

input.anmeldung_inhaber_pflicht {
    background-color: #8FFF57;
}

#FELD2820{
    width: 20px;
    float: left;
    height: 2px;
}

span.newsletter{
    display: block;
    float: right;
    width: 470px;
}

.anmeldung_feld3328{
    float: left;
    width: 20px;
}