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

body.contrast {
    font-size: 0.96em;
    background-color: #ccc;
    color: #fff;
}

body.contrast a,
body.contrast a:hover,
body.contrast .ce-list .teasers li .date,
body.contrast .mailformH3,
body.contrast .accessible_mailform,
body.contrast .ce-search .sugges,
body.contrast  .gi .attention,
body.contrast .ce h3,
body.contrast .ce-productinfo .readspeaker-box,
body.contrast #bottomlinks,
body.contrast #bottomlinks a
{
    color: #fff;
}

body.contrast a:hover {
    background-color:#46030A;
}

body.contrast #bottomlinks a {
    text-decoration: underline;
}
body.contrast #bottomlinks a:hover {
    text-decoration: none;
}

body.contrast #shadow-right,
body.contrast #shadow-bottom
{
    background: none;
}

body.contrast #navigation-section,
body.contrast #main-wrapper-section {
    background-color: #5a5657 !important;
}

body.contrast #main-wrapper-section {
    background-image: url(/img/bg-content-contrast.gif);
}

body.contrast #hauptnavigation,
body.contrast #hauptnavigation ul li a {
    background-color: #e1dfe0;
    color: #2d2729;
    border-color: #5a5657 !important;
}

body.contrast #hauptnavigation ul li a:hover,
body.contrast #hauptnavigation ul li a.current {
    background-color: #46030a;
    color: #fff;
}

body.contrast #breadcrumb ul li {
    background-image: url(/img/icon-breadcrumb-contrast.gif);
}

body.contrast #breadcrumb ul li.last {
    background-image: none;
}

body.contrast #fusszeile,
body.contrast #footer-navigation a,
body.contrast .search-form input.text,
body.contrast #suche fieldset input.text  {
    color: #2d2729;
}

body.contrast #footer-navigation a:hover {
    color:#fff;
}

body.contrast .search-form #searchresultsAutocomplete,
body.contrast #suche #searchformAutocomplete {
    border-color: #5a5657;
}

body.contrast .search-form.focus #searchresultsAutocomplete,
body.contrast #suche.focus #searchformAutocomplete {
    border-color: #fff;
}

body.contrast #totop a span {
    color: #fff;
}

body.contrast #totop a:hover span {
    color: #fff;
}

body.contrast #totop a:hover {
    background-color:#46030A;
}

body.contrast #marginal-section h2,
body.contrast #marginal-section h3 {
    background-color: #46030c;
    font-weight: normal;
}

body.contrast DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { color: #fff;}

body.contrast .ce-search .search-result li.odd {
    background: #464243;
}
body.contrast .ce-search .search-result li.no-content { color: #DADADA;  }
body.contrast .ce-search .search-result li.no-content a { color: #DADADA; }

/* Readspeaker */

body.contrast .sync_word_highlighted {
    background-color:#46030C !important;
    color:#fff !important;
}
body.contrast .sync_sent_highlighted {
    background-color:#fff !important;
    color:#5A5657 !important;
}

body.contrast .gi .giimage {
    border: 1px solid #5A5657;
}

body.contrast .gi .giimage:hover {
    border: 1px solid #46030C;
}
