#leftcontent {
    position: absolute;
    top: 210px;
    left: 8px;
    width: 240px;
}

/* SPACER VOR LINKEM MENU */
div#spacer_left_menu {

}

/* ## BP Small Teaser left ## */
#leftcontent div.bp_small_teaser {
    width: 213px;
    background-color: #c1edf6;

    padding: 0px 0px 0px 0px;
    margin: 20px 0 13px 0;
}
#leftcontent div.bp_small_teaser_text {
    float: right;
    width: 148px;
    padding: 0;
}
#leftcontent div.bp_small_teaser h1 {
    font-size: 13px;
    color: #6b7579;
    margin: 0px;
    padding: 5px 0px 0px 8px;
}
#leftcontent div.bp_small_teaser_image_left {
    float: left;
    width: 55px;
    padding: 0px 0px 0px 0px;
}
#leftcontent div.bp_small_teaser_text_right p {
    margin: 0px;
    padding: 2px 0px 0px 10px;
}


