@charset "utf-8";

/* Links
----------------------------------------------- */
a.close,
a:visited.close {
    background: url(/skin/frontend/DD/redesign/images/close.png) no-repeat right 0;
    color: #005a78;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 0 -26px 0 0;
    padding: 0 29px 0 0;
    text-align: right;
    text-decoration: none;
}
a:hover.close {
    background: url(/skin/frontend/DD/redesign/images/close.png) no-repeat right -26px;
    color: #005a78;
    text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h2 {
    font-size: 26px;
    line-height: normal !important;
    margin: 0 0 4px 0;
    padding: 0;
}
p {
    margin: 6px 0;
    padding: 0;
}
p.nltxt {
    line-height: 24px;
}
p.forminfo {
    color: #999;
    font-size: 12px;
}
.np {
    margin: 0;
    padding: 0;
}
p.greenarrow,
p.bluearrow {
    background: url(/skin/frontend/DD/redesign/images/greenarrow.png) no-repeat center top;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0 0 0;
    padding: 7px 0 23px 0;
    text-align: center;
}
p.bluearrow {
    background: url(/skin/frontend/DD/redesign/images/bluearrow.png) no-repeat center top;
}
p.sendebox {
    background: #FFF url(/skin/frontend/DD/redesign/images/bg_sendebox.png) no-repeat 0 0;
    height: 68px;
    margin: 20px 0 0 0;
    padding: 26px 0 0 250px;
}


/* Layout
-----------------------------------------------*/ 
#newsletterbox,
#empfehlungbox_modal {
    float: left;
    height: 305px;
    margin: 0;
    padding: 5px 35px;
    width: 632px;
}
#empfehlungbox_modal {
    height: 510px;
}

/* Formulare
----------------------------------------------- */
form#newsletter,
form#empfehlung_modal {
    border-top: 1px solid #333;
    float: left;
    margin: 14px 0 0 0;
    padding: 7px 0 0 0;
    width: 100%;
}
form#empfehlung_modal {
    color: #404040;
}
fieldset.fsleft,
fieldset.fsright {
    border: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 270px;
}
fieldset.fsright {
    margin-left: 90px;
}
.textinput-p {
    background: #fff url(/skin/frontend/DD/redesign/images/bg_textinput-p.png) no-repeat 0 0;
    border: none;
    color: #404040;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 5px 0 0 5px;
    width: 264px;
}
#newsletter label,
#empfehlung_modal label {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: .5em 0 3px 0;
}
#empfehlung_modal label {
    margin-top: 15px;
}
a.sendebutton,
a:visited.sendebutton {
    background: url(/skin/frontend/DD/redesign/images/sendebutton.png) no-repeat 0 0;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 7px 0 0 -3px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 108px;
}
a:hover.sendebutton {
    background: url(/skin/frontend/DD/redesign/images/sendebutton.png) no-repeat 0 -40px;
    color: #333;
    text-decoration: none;
}
a.sendebutton2,
a:visited.sendebutton2 {
    background: url(/skin/frontend/DD/redesign/images/sendebutton2.png) no-repeat 0 0;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 131px;
}
a:hover.sendebutton2 {
    background: url(/skin/frontend/DD/redesign/images/sendebutton2.png) no-repeat 0 -42px;
    color: #333;
    text-decoration: none;
}
.bodypopbox{
    width: 640px;
}
