td {
    font-size:11.5px; font-family:verdana, arial, helvetica, sans-serif;
   }

.HeaderTitle {
    background-image: url(Bilder/bullet.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #000077;
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    letter-spacing: 0px }

H1, H1 EM { 
   font-size: 10pt;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica;
   margin-top: 0pt; 
   margin-bottom: 0pt; 
   color: #000077; 
}

.HeaderDate {
    color: #777777;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    letter-spacing: 0px }

A:hover {
    color: #d7a431;
    text-decoration: underline }

a
{
   color: #669;
   font-weight: bold;
   text-decoration: underline
}
   
/* ---------------- NavArea -------------------- */

.navlink a, .navlink a:active, .navlink a:visited
{
   display: block;
   font-size: 10px;
    font-family:  Verdana, Arial, Helvetica;
   font-weight: normal;
   width: 100%;
   height: 20px;
   color: #000;
   padding: 0px 2px 3px 12px;
   text-decoration: none;
   border: 1px #CCC solid;
   background-image: url(Bilder/navbak.gif);
}

.navlink a:hover
{
   background-color: #777;
   text-decoration: none;
   font-weight: normal;
   color: #FFF;
   border: 1px #BBB dotted;
   background-image: url(Bilder/pixel.gif);
}

