/* ----- Tabellenformatierungen ----- */
/* ----- Textformatierungen ----- */


.norm{

    text-align:left;
    font-family:Arial,Helvetica;
    font-size:12px;
    font-weight:none;
}

td.ueber{

    text-align: left;
    font-family:Arial,Helvetica;
    font-size:14pt;
    font-weight:bold;

}

.uueber{

    text-align: left;
    font-family:Arial,Helvetica;
    font-size:12pt;
    font-weight:bold;

}


td.uueberNoten{

    text-align:center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:bold;

}

    td.norm1 {
    text-align:center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:none;
    background-color:#d5fe99;
}
    td.norm2 {
    text-align:center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:none;
    background-color:#ecffd1;
}
    td.norm3 {
    text-align:center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:none;
    background-color:#fbff92;
}
    td.norm4 {
    text-align:center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:none;
    background-color:#ffd895;
}
    td.norm5 {
    text-align:center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:none;
    background-color:#ffaea6;
}


    td.uueberSemester {

    text-align: center;
    font-family:Arial,Helvetica;
    font-size:10pt;
    font-weight:bold;

}

span.orange {

    color:#F3B71D;
    font-weight:bold;

}



/* ----- Formular-Formatierung ----- */

.formfeld {

    font-family:Arial,Helvetica;
    font-size:12pt;
    font-weight:normal;
    color:#000000;

}


/* ----- alle Ueberschriften 2x (Haupttag und class) ----- */


h1 {

    text-align: left;
    font-family:Arial,Helvetica;
    font-size:14pt;
    font-weight:bold;

}



/* ----- Scrollbalkeneinstellungen ----- */

    body{
         scrollbar-base-color:#FFFFFF;
         scrollbar-3dlight-color:#C7C5C6;
         scrollbar-arrow-color:#FFFFFF;
         scrollbar-darkshadow-color:#C7C5C6;
         scrollbar-face-color:#C7C5C6;
         scrollbar-highlight-color:#C7C5C6;
         scrollbar-shadow-color:#C7C5C6;
         scrollbar-track-color:#FFFFFF;
         }
