/*----------- Hintergrund und Body ---------*/
body{
background-attachment:fixed;
background-color : #FFFFFF;

scrollbar-3dlight-color:#003800;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #FFFFFF;
scrollbar-darkshadow-color: #003800;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color : #FFFFFF;

}

/*---------------- Linkanzeige ---------------------*/
a:link
   {
   font-family: Arial,helvetica,sans-serif;
   font-weight : bold;
   text-decoration:none;
    font-size: 12px;
        color:#2E3D4C;
   letter-spacing : 2px;
    }

a:visited
   {
   font-family: Arial,helvetica,sans-serif;
   font-weight : bold;
   text-decoration:none;
    font-size: 12px;
   color:#2E3D4C;
   letter-spacing : 2px;
    }

a:hover
   {
   font-family: Arial,helvetica,sans-serif;
    font-weight : bold;
   text-decoration:none;
   font-size: 12px;
   color:#008000;
   letter-spacing : 2px;
    }

a:active
   {
   font-family: Arial,helvetica,sans-serif;
    font-weight : bold;
   text-decoration:none;
   font-size: 12px;
   color:#008000;
   letter-spacing : 2px;
    }

/* --------- Link Impressum--------------------------- */
a.imp:link
   {
   font-family: Arial,helvetica,sans-serif;
   font-weight : bold;
   text-decoration:none;
    font-size: 10px;
        color:#606060;
   letter-spacing : 2px;
    }

a.imp:visited
   {
   font-family: Arial,helvetica,sans-serif;
   font-weight : bold;
   text-decoration:none;
    font-size: 10px;
   color:#606060;
   letter-spacing : 2px;
    }

a.imp:hover
   {
   font-family: Arial,helvetica,sans-serif;
    font-weight : bold;
   text-decoration:none;
   font-size: 10px;
   color:#008000;
   letter-spacing : 2px;
    }

a.imp:active
   {
   font-family: Arial,helvetica,sans-serif;
    font-weight : bold;
   text-decoration:none;
   font-size: 10px;
   color:#008000;
   letter-spacing : 2px;
    }



/* ------------ Überschrift Tabelleninhalt----------- */
.ue1{
        font-family : Arial, Helvetica, sans-serif;
        font-size : 14px;
        font-weight : bold;
        color : #003800;
        letter-spacing : 2px;
}

.ue2{
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #003366;
}

td{
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        background-color : #FFFFFFF;

}
