

#rahmen{
    background-color: #FFD866;
    padding: 0px;
    border: solid 0px #000000;
    margin: 0 0 0 -420px;
    left: 50%;
    position: absolute;
    width: 840px;
}


h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #505050;
    text-decoration: none;
}



ul { margin-bottom:8px;
    margin-top:4px;
    list-style-type: square;
}


a { color: #D92820;
    text-decoration: none;
}

a:hover {
    color: #D92820;
    text-decoration: underline;
}


