﻿/* Basket.apsx */

/* Catalog.aspx */

/* Contact.aspx */
#wrapper div.divKontakt h1 i {
    color: #948c83;
}

/* Default.aspx */
#wrapperstartcontent {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 480px) {
}

@media (min-width: 760px) {
}

@media (min-width: 980px) {
}

@media only screen and (min-width: 1200px) {
}

/* Gesamtliste.aspx */
#gesamtlistecontainer a.detailsearchgoto {
    background-color: #00639a;
}

#gesamtlistecontainer div.gesamtliste-filter-container div.gesamtliste-filter-werte ul li {
    background: #005397;
}

    #gesamtlistecontainer div.gesamtliste-filter-container div.gesamtliste-filter-werte ul li.off {
        background: #948c83;
    }

