/* -------------------------------------------------- */
/* Formulare */
/* -------------------------------------------------- */
.error, .wlpeMessage {
    color:#b62428 !important;
}

.bordered {
    border:1px solid #004070;
}

.standard {
    width:200px;
}

.required {
    color:#b62428;
}

input.form_button,
a.form_button {
    border:2px solid #004070;
    color:#004070;
    font-weight:bold;
    padding:2px;
    background:#ccc;
    cursor:pointer;
}
a.form_button:hover {
    color:#004070;
}

input.disabled {
    cursor:default;
    background-color:#ddd;
    color:#004070;
}

/* -------------------------------------------------- */
/* Finanzierungsrechner */
/* -------------------------------------------------- */
table.diycalctab {
}

td.diycalctab_td1 {
    text-align:right;
    white-space:nowrap;
}

td.diycalctab_td2 {
    white-space:nowrap;
}

td.diycalctab_td2 input {
    text-align:right;
}

td.diycalctab_headline {
    font-weight:bold;
    text-decoration:underline;
}

/* -------------------------------------------------- */
/* Index-Menüs */
/* -------------------------------------------------- */
div.index_menu {
    background:#ccc;
    text-align:center;
    padding:5px;
    color:#666;
    margin:20px 0;
}

div.index_menu a {
    white-space:nowrap;
    color:#004070;
}

div.index_menu a:hover {
    color:#CC3300;
}

span.index_item_active {
    font-weight:bold;
}

span.index_item_inactive {
}

/* -------------------------------------------------- */
/* Finanzierungs-ABC */
/* -------------------------------------------------- */
div.financing_abc {
}

div.financing_abc p {
    line-height:120%;
}

dl.financing_abc_outer {
}

dt.financing_abc_outer {
    font-weight:bold;
    border-bottom:2px solid #004070;
    margin-bottom:3px;
    padding-bottom:2px;
}

dt.financing_abc_outer a:hover {
    color:#004070;
}

dl.financing_abc_inner {
}

dl.financing_abc_inner dt {
    font-weight:bold;
}

dl.financing_abc_inner dd {
    margin-bottom:15px;
    line-height:120%;
}

/* -------------------------------------------------- */
/* Downloads */
/* -------------------------------------------------- */
div.download {
}

ul.download_liste {
    list-style:none;
}

ul.download_liste li {
    margin:0.5em 0;
}

#mainContent div.download p {
    line-height:120%;
}

div.download_item {
    margin-bottom:15px;
    line-height:120%;
    clear:right;
}

div.download_item_right {
    width:150px;
    float:right;
    margin:-2px 0 20px 20px;
}

div.download_item_left {
    margin:0 170px 0 0;
}

.download_item_header {
    font-weight:bold;
    margin:0 0 5px;
}

/* -------------------------------------------------- */
/* Werbemittel-Bestellfunktion */
/* -------------------------------------------------- */
div.werbemittel {
}

dl.werbemittel_artikel {
}

dt.werbemittel_artikel {
    font-weight:bold;
    color:#50667B;
    border-bottom:2px solid #004070;
    margin:0 0 10px 0;
}

dd.werbemittel_artikel {
    margin-bottom:30px;
    line-height:120%;
}

table.werbemittel_artikel {
    width:100%;
    border-collapse:collapse;
    empty-cells:show;
}

table.werbemittel_artikel td {
    margin:0 !important;
    padding:0 !important;
}

table.werbemittel_artikel td.c1 {
    width:100%;
}

table.werbemittel_artikel td.c1 ul {
    list-style-position:inside;
}

table.werbemittel_artikel td.c2 {
    padding:0 15px !important;
    vertical-align:bottom;
    white-space:nowrap;
}

table.werbemittel_artikel td.c2 input {
    vertical-align:middle;
}

table.werbemittel_artikel td.c3 {
}

table.werbemittel_bestellzettel {
    width:100%;
    border-collapse:collapse;
    empty-cells:show;
}

table.werbemittel_bestellzettel td {
    margin:0 !important;
    padding:0 !important;
}

table.werbemittel_bestellzettel td.c1 {
    width:100%;
    padding:3px 0 !important;
}

table.werbemittel_bestellzettel td.c2 {
    padding:3px 10px !important;
    white-space:nowrap;
    text-align:right;
}

table.werbemittel_bestellzettel td.c3 {
    padding:3px 10px !important;
    white-space:nowrap;
    text-align:right;
}

table.werbemittel_bestellzettel td.c4 {
    padding:3px 0 !important;
    text-align:right;
}

table.werbemittel_bestellzettel tr.head th {
    border-bottom:1px solid #004070;
    padding-bottom:3px;
}

table.werbemittel_bestellzettel tr.sum td {
    border-top:1px solid #004070;
    font-weight:bold;
}

ul.werbemittel_liste {
    list-style:none;
}

ul.werbemittel_liste li {
    margin:0.5em 0;
}

dl.werbemittel_artikel_preise {
}

dl.werbemittel_artikel_preise dt {
    float:left;
    clear:both;
}

dl.werbemittel_artikel_preise dd {
    text-align:right;
    margin-right:190px;
}

p.werbemittel_artikel_preise {
    margin-top:15px;
    font-style:italic;
}

/* -------------------------------------------------- */
/* Partner */
/* -------------------------------------------------- */
div.partner {
}

#mainContent div.partner p {
    line-height:120%;
}

dl.partner_outer {
}

dt.partner_outer {
    font-weight:bold;
    border-bottom:2px solid #004070;
    margin-bottom:10px;
    font-size:1.1em;
}

dt.partner_outer a:hover {
    color:#004070;
}

dd.partner_outer {
    margin-bottom:35px;
}

dl.partner_inner {
}

dt.partner_inner {
    font-weight:bold;
    margin:0 0 10px 0;
}

dd.partner_inner {
    margin-bottom:25px;
    line-height:120%;
}

dd.partner_inner p {
    margin:6px 0;
}

img.partner_image {
    float:right;
    margin:3px 0 20px 20px;
    position:relative;
    left:10px;
}

div.partner_address {
    clear:both;
}

.float-right {
    float:right;
}
.float-left {
    float:left;
}
