/*Registrierung Formulare*/
.intro section {
    width:100%;
    display:none;
}

.trenner {
    border-bottom-width: thin;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #dadada;
    margin: 20px auto;
}

.formtext {
    position: static;
    float: left;
    text-align: left;
}

#regist {
    width: 100%;
    height: 65px;
    background-color: #cccccc;
    border: none;
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
    padding-left: 30px;
    -webkit-transition: all 0s ease-in 0s;
    -moz-transition: all 0s ease-in 0s;
    -ms-transition: all 0s ease-in 0s;
    -o-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
}

.regist-column {
    width: 30%;
    padding: 10px 32px 10px 0px;
    float: left;
}


.regist-form label {
    display: block;
    padding: 20px 5px 5px 2px;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-align: left;
}

.regist-form input,
.regist-form textarea,
.regist-form select {
    line-height: 1.5;
    font-size: 1.4em;
    padding: 5px 10px;
    color: #000;
    display: block;
    width: 100%;
    background: transparent;
}

.regist-form textarea {
    width: 950px;
}

.regist-form input,
.regist-form textarea {
    border: 1px solid #3f3f3f;
}

.regist-form textarea {
    min-height: 100px;
}

.regist-form input:focus,
.regist-form textarea:focus,
.regist-form label:active + input,
.regist-form label:active + textarea {
    outline: none;
    border: 1px solid #3f3f3f;
}

.regist-form select:focus {
    outline: none;
}

.regist-submit-wrap {
    text-align: center;
    clear: both;
}

.regist-form input.regist-submit {
    background: #3f3f3f;
    border: none;
    color: #fff;
    width: 32%;
    cursor: pointer;
    text-transform: uppercase;
    padding: 15px 0px;
    font-size: 1.1em;
}

.regist-form input.regist-submit:hover {
    background: #fff;
    color: #3f3f3f;
    border: 1px solid #3f3f3f;
}

.check {
    width: 650px;
    height: auto;
    margin-top: 50px;
    text-align: left;
}


.check1,
.check2,
.check3 {
    margin-top: 5px;
}

.checkright1 .show-popup a{
    clear: both;
    padding: 0px;
}

.checkleft1 {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 25px;
}
.checkleft1 input {
    margin-top: 6px;
}

.check1 .checkleft1 input {
    margin-top: 5px;
}

.check2 .checkleft1 input {
    margin-top: 4px;
}

.checkright .show-popup a{
    clear: both;
    padding: 0px;
}

.checkleft {
    float: left;
    margin-right: 10px;

    height: 25px;
}

/* --------------------------------------------------------------
   CUSTOM STYLES
-------------------------------------------------------------- */

/* zqms login styles */

.regist-cell{
    height: 85px;
}

.regist-form .username{
    width: 230px !important;
    display: inline-block !important;
    float: left;
}

.regist-form .usr_birthday_d{
    margin-top: 1px;
    width: 60px !important;
    font-size: 90% !important;
    border: 1px solid #000 !important;
    display: inline-block !important;
    margin-right: 10px !important;
    padding: 3px !important;
}

.regist-form .usr_birthday_m{
    margin-top: 1px;
    width: 110px !important;
    font-size: 90% !important;
    border: 1px solid #000 !important;
    display: inline-block !important;
    margin-right: 10px !important;
    padding: 3px !important;
}

.regist-form .usr_birthday_y{
    margin-top: 1px;
    width: 90px !important;
    font-size: 90% !important;
    border: 1px solid #000 !important;
    display: inline-block !important;
    padding: 3px !important;
}

#registmessage{
    margin-top: 10px;
    margin-bottom: 10px;
}


.ilc_page_title_PageTitle{
    color: #989795 !important;
    font-size: 30px !important;
    line-height: 200% !important;
}

.ilc_page_tnav_TopNavigation{
    border: none !important;
    background-color: #f7f7f7 !important;
}

.ilc_page_bnav_BottomNavigation{
    border: none !important;
    background-color: #f7f7f7 !important;
}

.intro, .ilFailureMessage {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3f3f3f;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    /*overflow-x: hidden;*/
    behaviour: url('../PIE.htc');
}

.intro img{
    border: none;
}

.intro .content, #start, #zqms, #zqmseco, #registrierung {
    width: 1000px;
    position: static;
    margin: 0 auto;
}

#zqms h1, #zqmseco h1, #registrierung h1, #registrierung .headline1,#bg_kontakt .headline1 {
    padding-top: 180px;
    margin-top: 32px;
}