/* CSS-Dokument: text of skin */

body, .default {
    margin: 0;
    color: #000000;
    font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    cursor: default;
}

sub, .sub {
    font-size: 0.7em;
    vertical-align: sub;
}

sup, .sup {
    font-size: 0.7em;
    vertical-align: super;
}

.header_default {
    color: black;
    font-weight: bold;
}

.training_text_normal {
    color: #000000;
}

.app_title {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.app_title_pos {
    position: absolute;
    left: 241px;
    top: 16px;
    height: 0;
    vertical-align: middle;
}

.app_type {
    display: none;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.popup_title {
    color: rgb( 77, 73, 72 );
    font-size: 1.41em;
    font-weight: bold;
    line-height: 1.2;
}

.popup_title_pos {
    position: absolute;
    left: 100px;
    top: 4px;
}

.popup_title_small {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
}

.popup_title_small_pos {
    position: absolute;
    left: 150px;
    top: 2px;
}

.training_menu_title {
    vertical-align: top;
    color: #ffffff;
}

.header_box_title {
    color: #ffffff;
    font-size: 1.0em;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.header_box_normal {
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.header_box_normal_disabled {
    color: #777777;
    font-size: 1.2em;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

/* text unterhalb des headers */
.header_text {
    color: #003476;
    font-size: 1.41em;
    line-height: 1.2;
}

.nav {
    color: #2b2b2b;
}

.header_lektion {
    color: #000000;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.06em;
}

/* style fuer Kontextbeschreibung */
.workdescription {
    color: #000000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
}

.wsp_text {
    color: #000000;
    line-height: 18px;
    letter-spacing: 0.02em;
}

/* style fuer footer*/
.footer_text_path {
    font-weight: bold;
    color: #fbdcc5;
}

.footer_text {
}

.box_text {
    color: #000000;
    font-size: 1.0em;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
    vertical-align: top;
}

.box_cheatsheet {
    color: #000000;
    font-style: italic;
    line-height: 1.44;
    letter-spacing: 0.02em;
    vertical-align: top;
    text-align: left;
}

.text_ov {
    font-size: 1.0em;
    font-weight: normal;
}

.text_header_popup {
    margin: 0;
    color: #DA1703;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
}

.red_colored {
    color: #0000EE;
}

.text_origin_info {
}

.work_success {
/* zum ausblenden hier display:none einfuegen */
}

.cursor {
    cursor: pointer;
}

/* ein/ausblenden der Nummerierung im Exercise-Dropdown in Header-Navi */
.nav_ex_pos_display {
/* zum ausblenden hier display:none eintragen */
}

/* ein/ausblenden best. Teile des Pfades im Footer */
.nav_footer_path_chapter {
/*zum ausblenden hier display:none einfuegen */
}

.nav_footer_path_lesson {
/*zum ausblenden hier display:none einfuegen */
}

.nav_footer_path_sequence {
    display: none;
}

/* Textauszeichnung fuer Kapiteltests */
/* Textfarbe kommt ueber Key test.chapter.ov.normal */
.test_chapter_text_normal {
}

/* Textauszeichnung fuer nicht freigeschaltete Kapiteltests */
/* Textfarbe kommt ueber Key test.chapter.ov.disabled */
.test_chapter_text_disabled {
}

/* Textauszeichnung fuer Lektionstests */
/* Textfarbe kommt ueber Key test.lesson.ov.normal */
.test_lesson_text_normal {
}

/* Textauszeichnung fuer nicht freigeschaltete Lektionstests */
/* Textfarbe kommt ueber Key test.lesson.ov.disabled */
.test_lesson_text_disabled {
}

.chapter_text_normal {
}

.chapter_text_disabled {
}

.lesson_text_normal {
}

.lesson_text_disabled {
}

.exercise_text_normal {
}

.exercise_text_disabled {
}

.test_result_complete_head {
    color:#000000;
}

/* Prefix ein/ausblenden */
.toolbarbox_text_prefix {
/* zum ausblenden display:none eintragen */
}

.chapternum {
    display: none;
}


