.clearer_right {clear: right;}
#pic {
    float: left;
    margin-bottom: -26px;
    margin-top: -130px;
    margin-left: -10px;
}


#subcontent #speisen {
    width: 600px;
    padding-top: 20px;
    padding-left: 300px;
    min-height: 450px;
}
#subcontent #speisen .speise {
    padding-bottom: 10px;
}
#subcontent #speisen .speise .titel {
    display: block;
    font-size: 16px;

}
#subcontent #speisen .speise .beschreibung {
    font-size: 14px;
    color: #7a2a30;
}
#subcontent #speisen .speise .preis {
    float: right;
    font-size: 14px;
}
#pic_container {
    width: 100%;
    height: 100%;
    margin: -10px;
    padding: 10px;
    background: url(../img/background-menu2.png) bottom right no-repeat;
}
