body {
    font-family: arial;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-align: center;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    color: #e30613;
}

h3 {
    font-size: 16px;
    color: black;
}

h4 {
    font-size: 30px;
    font-weight: bold;
    color: black;
}

p {
    font-size: 16px;
}

table td {
    font-size: 22px;
}

#rand_oben {
    background-color: transparent;
    top: 0px;
    height: 20px;
    width: 95%;
    left: 0px;
    position: absolute;
    padding: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#oben {
    background-color: #e30613;
    top: 20px;
    height: 80px;
    width: 95%;
    left: 0px;
    position: absolute;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#rechts {
    background-color: transparent;
    bottom: 50px;
    height: 660px;
    width: 20%;
    right: 0px;
    position: absolute;
    padding: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#unten {
    background-color: #e30613;
    bottom: 20px;
    height: 70px;
    width: 95%;
    left: 0px;
    position: absolute;
    padding: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#untenrechts {
    background-color: #e30613;
    bottom: 20px;
    height: 70px;
    width: 20%;
    right: 0px;
    position: absolute;
    padding: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: right;
}

#obenrechts {
    background-color: #e30613;
    top: 20px;
    height: 70px;
    width: 20%;
    right: 0px;
    position: absolute;
    padding: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: right;
}

#untenrechts p {
    font-size: 12px;
}

#content {
    background-color: transparent;
    top: 100px;
    height: 660px;
    width: 80%;
    left: 0px;
    position: absolute;
    padding: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}