.sw_pons_portal #content_column {
    background-image: url("../img/content_column/bg_std.png");
    background-position: left bottom;
}


.sw_pons_portal .book .footer .booktitle{
    color:#FFF;
    background-image:url("../../../../common/img/icon/12x12/arrow/right_white.png");
}

.sw_pons_portal .book:hover .footer .booktitle {
    color:#dcbbc0;
    background-image: url("../../../../common/img/icon/12x12/arrow/right_light-wine-red.png");
}

.sw_pons_portal .authentication_required .book.accessible .footer .booktitle,
.sw_pons_portal .authentication_not_required.user_authenticated .book.accessible.touched .footer .booktitle{
    color:#8c1e2d;
    background-image: url("../../../../common/img/icon/12x12/arrow/right_wine-red.png");
}

.sw_pons_portal .authentication_required .book.accessible:hover .footer .booktitle,
.sw_pons_portal .authentication_not_required.user_authenticated .book.accessible.touched:hover .footer .booktitle{
    color:#002c70;
    background-image: url("../../../../common/img/icon/12x12/arrow/right_blue.png");
}


.sw_pons_portal .book .footer .booktitle {
    /* Workaround: Buchtitel in der Kachel ohne "fuer mich" anzeigen, also z.B. nur "Englisch" anzeigen. 
        Funktioniert aber nur, wenn im Buchtitel explizit ein Zeilenumbruch gepflegt ist.
        Siehe application.xml und auch main_book.css */
    height: 15px;
    overflow: hidden;
    top:7px;
}

.sw_pons_portal .content_booksets {
    color: #002c70;
}

.sw_pons_portal .content_booksets h1 {
    color: #8c1e2d;
}

.sw_pons_portal .booktitle > span {
    display: none;
}
