/* CSS-Dokument: Workspace WSP */

/* css-style fuer das hintergrundbild der workspaces
   exercise/information und deren Varianten std */

.wsp_padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wsp_standard {
    width: 700px;
    height: 441px;
    background-repeat: no-repeat;
}

.wsp_info_standard {
    width: 700px;
    height: 494px;
}

.wsp_origin_info_pos {
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 102;
}

.listNaviBranchTargets {
    margin-left: 23px;
    list-style-image: url( ../../../theme/img/ov/arrow_index.gif );
    list-style-position: outside;
}

.listItemNaviBranchTarget {
    position: relative;
    display: list-item;
}

/* css-style fuer den Verlauf unterhalb des headers */
.verlauf {
    position: absolute;
    left: 0;
    top: 101px;
    width: 1010px;
    overflow: hidden;
}

/* layoutumstellung auf 990x710px: */
/* left: war 1009px */
.body_border_right {
    position: absolute;
    top: 1px;
    left: 980px;
    width: 9px;
    height: 708px;
    z-index: 100;
}

/*
    css-style fuer die navigation bei dialogen

    Die Position der Navigation, die Navigation benoetigt 50px hoehe und
    285px breite.
*/
.nav_dialog {
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 100;
}

.nav_dialog_prev {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 19px;
    height: 16px;
}

.nav_dialog_next {
    position: absolute;
    top: 12px;
    left: 260px;
    width: 19px;
    height: 16px;
}

.nav_dialog_text {
    position: absolute;
    top: 2px;
    left: 50px;
    width: 200px;
    height: 45px;
    text-align: center;
    font-size: 10px;
}

.wsp_title_pos {
    top: 10px;
    padding-left: 35px;
}

.wsp_description_pos {
    padding-left: 35px;
}

/* layoutumstellung auf 990x710px: */
/* left: war 0px;  */
.wsp_chapter_title_pos {
    left: -7px;
    top: 8px;
}

/* layoutumstellung auf 990x710px: */
/* left: war 0px;  */
.wsp_training_title_pos {
    left: -7px;
    top: 8px;
}

/* ueberschreibt den Wert fuer die fuehrende Einrueckung bei z.B mt-cloze-freetext aufgaben in der Base  */
/* somit sind diese Aufgaben im MM-Skin  nicht eingerückt */
/* im Futuna Learning Skin gibt es diese Klasse nicht und es wird daher der Wert in der JSP verwendet */
.leading_indent_correction {
    width: 0px;
}
