

/* ------------------------- ALLGEMEINES -------------------------- */

body {
    background: url(bilder/layout/layout.jpg) no-repeat #513215;; 
    background-size: 100% auto; 
}

@media (max-width: 1023px)
{
    body {
        background: url(bilder/layout/mobil/layout.jpg) no-repeat #513215;;
    }     
}

.table_border th,
.table_border td,
.block,
.border,
.flexbox_item_ekh,
.flexbox_item_farbgen,
.startseite_boxen {
    background-color: #f3cb9a;
}

.table_hover tr:hover td{
    background-color: #f3cb9a;
}

.table_hover_invert tr:hover td{
    background-color: #f3cb9a;
}

.hell {
    background-color: #f3cb9a;
}
.mittel {
    background-color: #dcaf5c; 
} 

.navi_faehigkeiten a:hover {
    background-color: #f3cb9a;
}
