﻿body {
}

#warenkorbTableDiv {
    overflow-y: auto;
    max-height: 500px;
    display: flex;
    flex-direction: column-reverse;
}

#tab_WKUebersicht tr:last-child {
    font-weight: bold;
}

#warenkorb_uebersicht {
    position: absolute;
    right: 0px;
    top: 30px;
    border: 1px solid black;
    width: 400px;
    padding: 0 5px 5px 5px;
    min-height: 50px;
    background-color: #FFFFE0;
    display: none;
    color: #000;
    font-size: 10px;
}

.sucheFixedLeiste {
    float:left;
    margin-right: 10px;
    width: 500px;
    height: 40px;
}


.lieferbarInfo, .lieferbarInfo_gross {
    background-color: #cf1225;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
}
.lieferbarInfo {
    font-size: 10px;
    font-weight: bold;
}

.artikelListeBezeichnung {
    margin: 0;
}

#menuListStartseite {
    list-style-type: none;
    padding-left: 0;
}

    #menuListStartseite li a {
        text-decoration: none;
        font-weight: bold;
        color: #2e2e2e;
        margin-bottom: 0;
        line-height: 30px !important;
    }

