/* CSS-Dokument für Overview-Renderer */

.bg_ov_img_training {
    position:relative;
    left:0px;
    top:0px;
    width:161px;
    height:168px;
    background-image:url(../../theme/img/ov/index.jpg);
    background-repeat:no-repeat;
    }

.bg_ov_img_chapter {
    position:absolute;
    left:0px;
    top:0px;
    width:161px;
    height:168px;
    background-image:url(../../theme/img/ov/index2.jpg);
    background-repeat:no-repeat;
    }

.bg_ov {
    position:absolute;
    top:0px;
    left:161px;
    width:282px;
    height:175px;
    background-image:url(../../theme/img/ov/bg_overview.gif);
    background-repeat:no-repeat;
    }

.bg_ov_verlauf {
    position:absolute;
    top:167px;
    left:0px;
    width:161px;
    height:7px;
    background-image:url(../../theme/img/ov/ov_verlauf.gif);
    background-repeat:repeat-x;
    }

.pos_chapter_ov {
    position:relative;
    top:10px;
    left:10px;
    }

.wsp_background {
    position:absolute;
    left:37px;
    top:155px;
    width:700px;
    height:441px;
    background-image:url(../img/wsp/ws_small_width.gif);
    background-repeat:no-repeat;
    }

.wsp_border_left {
    position:relative;
    left:0px;
    top:0px;
    width:8px;
    height:441px;
    background-image:url(../img/wsp/ws_left_border_small.gif);
    background-repeat:no-repeat;
    }

.wsp_middle {
    position:relative;
    top:0px;
    left:0px;
    width:1px;
    height:441px;
    background-image:url(../img/wsp/ws_middle_small.gif);
    background-repeat:repeat;
    }

.wsp_border_right {
    position:relative;
    left:0px;
    top:0px;
    width:6px;
    height:441px;
    background-image:url(../img/wsp/ws_right_border_small.gif);
    background-repeat:no-repeat;
    }
