/* Damit imn allen Browsern die Laufleiste angezeigt wird (einheitliche Darstellung) */
html {overflow-y:scroll;}

/* ------------------------------------------------------------------------------------------------------
   Änderungen einigen allgemeinen Standard-Styles:
*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 11px;
    color: #000000;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 14px;
    font-wight: bold;
    color: #740000;
    padding-bottom: 10px
}

H3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 15px;
    font-wight: bold;
    color: #000000
}

HR {
    color: #8D0B17;
    background-color: black;
    height: 2px;
    margin: 0px;
    padding: 0px;
}

sup {
    font-size: 10px;
}

/* ------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------
   Kopfzeile aller Seiten 
*/
#inhalt {
    border-width: 0px;
}

#inhalt table {
    width: 100%;
    margin: 0px;
}

#inhalt table td {
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 12px;
    color: #000000;
    font-style: normal;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
}

#inhalt .title_blau {
    font-size: 15px;
    color: #3366FF;
    font-weight: bolder;
    vertical-align: top;
    background: url("images/teach.jpg");
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 10px;
}

#inhalt .title_gelb {
    font-size: 15px;
    color: #FF6600;
    font-weight: bolder;
    vertical-align: top;
    padding-top: 10px;
}

#inhalt .title_small {
    font-size: 13px;
    color: #000000;
    font-weight: bolder;
}

#inhalt .box {
    font-size: 15px;
    color: #000000;
    font-weight: bolder;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}

#inhalt .box_klein {
    font-size: 12px;
    color: #3366FF;
    font-weight: bold;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}

#inhalt .text_normal {
    font-size: 12px;
    color: #000000;
    font-style: normal;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
}

#inhalt .small_cursiv {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    padding-top: 15px;
}

#inhalt .normal_cursiv {
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    padding-top: 15px;
}

#inhalt .font_cursiv_blue {
    font-size: 12px;
    color: #0000FF;
}

#inhalt .font_cursiv_red {
    font-size: 12px;
    color: #FF0000;
}

#inhalt .font_cursiv_green {
    font-size: 12px;
    color: #339966;
}

#inhalt a {
    font-size: 12px;
    font-weight: bold;
    color: #04048F;
    text-decoration: none;
}

#inhalt a:hover {
    color: #3366FF;
}


