#menu {
        position: absolute;
        margin-left: 0;
        padding-left: 0;
        top: 20px;
        list-style: none;
        background-color: #262626;
        width: 350px;
        border: 1px solid #ccc;
        }
#menu li a {
        display: block;
        color: #ccc;
        text-decoration: none;
        border: 1px solid #262626;
        }
#menu li a:hover {
        display: block;
        background-color: #ccc;
        color: #262626;
        text-decoration: none;
        border: 1px solid #ccc;
        }
.Schrift     { font-size: 10pt; font-family: Arial; color: #CCCCCC; font-weight: bold }
a:link       { font-size: 10pt; font-family: Arial; color: #FFFFFF; font-weight: bold }
a:hover      { font-family: Arial; font-size: 10pt; color: #CCCCCC; font-weight: bold }
a:visited    { font-family: Arial; font-size: 10pt; color: #FFFFFF; font-weight: bold }
