/*Aus Medbill, evtl ein Steidl.css?*/
/*AH-Farben Gelb: #FEDC07, hintergrund:#EEE*/
@font-face {
    font-family: MavenProLight;
    src: url("../font/MavenProLight-300.otf") format("opentype");
}

@font-face {
    font-family: BreeSerif;
    src: url("../font/BreeSerif-Regular.otf") format("opentype");
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
body {
    margin: 0;
    padding: 0;
}

.content {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#footer {
    width: 100%;
    height: 2.5em;
    bottom: 0;
    padding: 0.8em;
    font-size: 0.7em;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;

    position: fixed;
}
table.booklist {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

table.booklist tr:hover {
    background: #FEDC07;
    color: #4d4d4d;
    cursor: pointer;
    border-bottom: 1px solid grey;
}
table.booklist tr td small {
    display: block;
    margin-left: 2em;
}
table.booklist td {
    padding: 0.8em 0.3em;
}

tr.booklist_header {
    cursor:default;
    background: #fff !important;
    border-bottom: 1px solid grey;
    font-weight: normal;
}
table.booklist th {
    padding: 0.3em;
}
table.booklist th:hover {
    background: #ddd !important;
    font-weight: bold;
}

table.userlist {
    border-collapse: collapse;
    width: 100%;
}

table.userlist th {
    background: #FEDC07;
    border: 1px solid grey;
}
table.userlist td {
    border: 1px solid grey;
    padding: 5px;
}

#topright {
    position: fixed;
    top: .3em;
    right: .3em;
}

.search {
    height: 1em;
    width: 10em;
    padding: .4em;
    border-radius: .2em;
    outline: none;
    border: 1px solid #666;
    color:#888;
}


#headimg {
    margin-left: 20px;
    top:0;
}
#headimg.active {
    margin-left: 155px;
}
#main {
    margin: 90px 0.5em 1em 0.5em;
}

div.subsection {
    margin: .3em 1em;
    width: 100%;
    padding-bottom: 1em;
    line-height: 1.5em;
}
div.subsection .head {
    border-bottom: 1px solid #bbb;
    margin-bottom: .5em;
    margin-left: -1em;
}



/*Pure*/