/* CSS-Dokument: Text */

/*
    allgemeiner text style
*/
body {
    margin: 0;
    color: #000000;
    font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    cursor: default;
}

/*
    table eigenschaften
*/
table {
    border: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

/*
    table eigenschaften
*/
td {
    border: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

/*
    p-tags formatierung
*/
p {
    font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/*
 * Sub- und Superskript Formatierung
 */
sub, .sub {
    font-size: 0.7em;
    vertical-align: sub;
}

sup, .sup {
    font-size: 0.7em;
    vertical-align: super;
}

/*
    text allgemein fuer kleine schrift
*/

/*
    text fuer feedback bei aufgaben
*/
.feedbacktext {
    cursor: default;
    vertical-align: top;
}

.exerciseBody {
}

.exerciseBodySequence {
}

.exerciseDropdown {
}

.ch_question {
    color: #2898cc;
    font-weight: bold;
}

/*
    text eigenschaften fuer stack-aufgaben
*/
.info_header_text {
    font-weight: normal;
    font-style: italic;
}

/*
    text eigenschaften fuer tooltip-texte
*/
.tooltip {
    padding: 2px;
    border: 1px solid black;
    color: #000000;
    background-color: #8ea8c9;
    font-size: 0.7em;
    line-height: 1.2;
}

/*
    text eigenschaften der Titel in der InfoPopupBox
*/
.infopopup_title {
    color: #2898cc;
    font-weight: bold;
    padding-bottom: 6px;
}

/* Textstyle bei selfcontrol fuer Textarea */
.selfcontrol {
    margin: 0px;
    color: #000000;
    letter-spacing: 0.2px;
}

