@charset "utf-8";
#sortiment {
    overflow: hidden;
    padding-top: 10px;
}

#sortiment h3.clear {
    padding-top: 30px;
}

#sortiment td {
    padding: 2px 7px 0 0;
}

#submenu {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    text-align: center;
}

#submenu li {
    /* background-color: #CB1A22; */
    background-image: linear-gradient(to top, #E78C8E 0%, #CB1A22 80%);
    border-width: 6px;
    border-radius: 6px;
    display: inline;
    font-family: Titillium, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 133%;
    line-height: 3.5em;
    list-style-type: none;
    margin: 0 5px;
    position: relative;
    padding: 1em;
}

#submenu li a,
#submenu li strong {
    color: white;
    background-color: transparent;
    display: inline;
    height: 30px;
    text-decoration: none;
    white-space: nowrap;
}

div#buecher {
    overflow: auto;
}

div.buch {
    clear: both;
    overflow: auto;
}

div.buch::after {
    content: "";
    clear: both;
    display: table;
}

hr.books {
    display: block;
    clear: both;
}

#booksearch select {
    background-color: #CB1A22;
    border: 1px outset #C22;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding: 2px 8px;
    margin-right: 3px;
    text-align: center;
    width: auto;
}

form.pagination button,
#booksearch buttonsmall {
    background-color: #CB1A22;
    border: 1px outset #C22;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding: 2px 8px;
    margin-right: 3px;
    text-align: center;
    width: auto;
}