body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    background-color: #f3f3f3;
}

#pagecontent {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 0;

}

#footercontainer, #weintipp {
    background-color: #d1d1d1;
}

.active-category, .korb-leger {
    background-color: #600;
    color: #fff;
}

.active-category a, .korb-leger a {
    color: #fff;
}

.wine-itemline {
    line-height: inherit;
}

