
html, body { 
    background-color:#ffffff; 
        /* background-color:#bcbdbf; */
    color:#0064AD;
    font-family:verdana,helvetica,sans-serif;
    font-face:verdana;
    margin:0;
    padding:0;
    height:100%;
    /* overflow:hidden; */
/* background-image:url(../images/verlauf800.jpg); 
    background-repeat:repeat; */
} 
 
table {
    font-size: 100%; 
    empty-cells: show
    margin:0;
}

/* a:link    { font-weight:normal; color:#AA0604; text-decoration:none; }
a:visited { font-weight:normal; color:#AA0604; text-decoration:none; }
a:focus   { font-weight:normal; color:#AA0604; text-decoration:none; }
a:hover   { font-weight:bold;   color:#AA0604; text-decoration:underline; }
a:active  { font-weight:normal; color:#AA0604; text-decoration:none; } */



.links a {
color: #000000;
}

a:link    { font-weight:normal; color:#0064AD; text-decoration:none; }
a:visited { font-weight:normal; color:#0064AD; text-decoration:none; }
a:focus   { font-weight:normal; color:#0064AD; text-decoration:none; }
a:hover   { font-weight:bold;   color:#ffffff; text-decoration:underline; }
a:active  { font-weight:normal; color:#0064AD; text-decoration:none; }

imgbord {}
A.imgbord:link {color: #0064AD;cursor:default}
A.imgbord:active {color: #0064AD;cursor:default}
A.imgbord:visited {color: #0064AD;cursor:default}
A.imgbord:hover {color: #0064AD;cursor:default}




#footer {
    /* background-color:#ffffff; */
    background-color:#BEC0C3; 
    font-size:80%;
    position:fixed;
    bottom:0px;
}

#content_container {
    padding-bottom:3em;
}

/* Formatierungen des Anchor-Tags wenn
 Attribut class="test" notiert ist.*/
a.test {
   color: #f00;
   text-decoration: none;
}
a.test:link    { font-weight:normal; color:#0064AD; text-decoration:none; }
a.test:visited { font-weight:normal; color:#0064AD; text-decoration:none; }
a.test:focus   { font-weight:normal; color:#0064AD; text-decoration:none; }
a.test:hover   { font-weight:bold;   color:#0064AD; text-decoration:none; }
a.test:active  { font-weight:normal; color:#0064AD; text-decoration:none; }

