body {
   margin:0; padding 0;
}
.container {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: 15px 15px 10px;
}
.buch {
    margin-right: 10px;
}
img {
    width: 120px;
}
.col1 {
    display: block;
    float: left;
}
.col2 {
    display: block;
    padding-top: 3px;
}
.clear {
    clear:both;
}
a.titel {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 5px;
}
p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3em;
    text-align:center;
    }
p.preis {
    display: inline-block;
    margin-top:6px;
    text-align: left;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px 6px;
    width: 70px;
    text-align: center;
}
