.wliste{
    width: 100%;
    border: 1px solid #CCCCCC;
    background: #FFFFEE
}
 .wliste .wliste_title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 8px 8px 0 8px;
    color: #bb0c19;
    text-align: center;
 }

 .wliste_partner{
    margin: 0px 8px 8px 8px;
    text-align: center;
 }

.wliste_items{
    margin: 16px;
    line-height: 24px;
    font-weight: 12px;
}

.wliste_items .wliste_line{
    border-bottom: 1px solid #CCCCCC;
    padding: 8px;
    box-sizing: border-box;
}

.wliste_items .wliste_line .wliste_line_title{
    line-height: 24px;
}

.wliste_items .wliste_line .wliste_line_text{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.wliste_items .wliste_line:hover{
    background: #FFFF88;
}

.wliste_items .wliste_line_title{
    font-weight: bold;
}

.wliste .wliste_hinweis{
    margin: 8px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}