body {
        font-family: Verdana, Arial, Helvetica;
        background-color: #f0e991;
        background-image: url("bilder/hintergrund.png");
        background-repeat: repeat-y;
        font-size: 10pt;
        color: black;
        max-width: 1284px;
        width: 1000px;
}
a {
        font-family: Verdana, Arial, Helvetica;
        font-size: 10pt;
        color: darkblue;
        font-weight: bold;
}
a:hover {
        color: blue;
}
td {
        font-family: Verdana, Arial, Helvetica;
        font-size: 10pt;
        color: black;
}
p {
        font-family: Verdana, Arial, Helvetica;
        font-size: 10pt;
        color: black;
}
h2 {
        font-family: Verdana, Arial, Helvetica;
        font-size: 14pt;
        color: black;
}