body
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 10pt;
        color: #00009f;
        line-height: 12pt;
        background-color: #EFEFEF;
        background-image:url(images/hintergrund.gif);
        background-attachment:fixed;
        background-repeat:no-repeat;
        background-position:center;
        background-position:top;
        scrollbar-base-color: #AFAFAF;
        scrollbar-3dlight-color: #CFCFCF;
        scrollbar-arrow-color: #3F3F3F;
        scrollbar-darkshadow-color: #7F7F7F;
        scrollbar-face-color: #CFCFCF;
        scrollbar-hightlight-color: #0090E0;
        scrollbar-shadow-color: #8F8F8F;
        scrollbar-track-color: #DFDFDF
        }
p
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 10pt;
        color: #00009f;
        line-height:12pt;
        }

td
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 10pt;
        line-height: 12pt;
        color: #00009f
        }

th
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-weight: bold;
        letter-spacing: 0.3pt;
        font-size: 12pt;
        text-align: left;
        color: #00009f
        }

h1
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 16pt;
        line-height: 16pt;
        letter-spacing:0.3pt;
        color: #00009f
        }

h2
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 12pt;
        line-height: 14pt;
        letter-spacing: 0.1pt;
        color: #00009f
        }

h3
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 12pt;
        line-height: 14pt;
        letter-spacing: 0.1pt;
        color: #00009f
        }

dt
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 12pt;
        line-height: 14pt;
        color: #00009f
        }

dd
        {
        font-family: Trebuchet MS, Tahoma, sans-serif;
        font-size: 10pt;
        line-height: 12pt;
        color: #00009f
        }


/* --------- Klassen ------------ */

#kursiv
       {
       font-style: italic
       }

#fk
       {
       font-style: italic;
       font-weight: bold
       }


/* --------- Links -------------- */

a:link
        {
        color: #00009f;
        text-decoration: underline
        }
a:active
        {
        color: #00afff;
        text-decoration: underline
        }

a:visited
        {
        color: #00009f;
        text-decoration: underline
        }
a:hover
        {
        color: #0000ff;
        text-decoration: underline
        }


/* ------- Links Navigationsleiste --------- */

a.navi:link
        {
        color: #00009f;
        text-decoration: none
        }
a.navi:active
        {
        color: #00afff;
        text-decoration: none
        }

a.navi:visited
        {
        color: #00009f;
        text-decoration: none
        }
a.navi:hover
        {
        color: #0000ff;
        text-decoration: none
        }