div#fenster
    {
    margin:0 0 0 0;
    width: 150px;
    height: 100px;
    border: 2px solid;
    border-color: #006699;
    color: black;
    font-family: arial, verdana, sans-serif;
    font-size: 9pt;
    padding: 5px;
    }

div#fenster a
 {
 text-decoration: none;
 color: black;
 font-weight: bold;
 }

div#fenster a:hover, div#fenster a:active
    {
    text-decoration: underline;
    color: #006699;
    }
