html, body
{
    font: Arial;
    background-color: #486FB2;
    min-width: 720px;
}


#seite {
    max-width: 1536px;
    margin: 0 auto;

}

#header {
    background-color: #6D9FD4;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;

}
#headerbig {
    font-weight: bold;
    font-size: xx-large;
}
#headersmall {
    font-size: medium;
}

#navi {
    background-color: #E1E1E1;
    float: left;
    width: 20%;
    min-height: 300px;
    border-radius: 3px;
    list-style: none;
    text-decoration: none;
}
#navi ul{
    list-style: none;
    text-decoration: none;
    padding-left: 10px;
}
.active {
    font-weight: bold;
    background-color: #D7D7D7;
}
#navi ul a li{
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #DCDCDC;
    padding-left: 15px;

}
#navi ul a {
    text-decoration: none;
    color: #000000;
    font-size: large;
    padding-left: 10px;
}
#navi ul a li:hover{
    font-weight: bold;
    background-color: #D7D7D7;
}

#navi ul a li.active {
    font-weight: bold;
    background-color: #D7D7D7;
}

#boldtext {
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

#content {
    background-color: #E1E1E1;
    width: 78%;
    margin-left: 21%;
    min-height: 300px;
    padding-top: 10px;
    padding-left: 1%;
    padding-bottom: 10px;
    border-radius: 3px;
}


#legende {
    width: 80%;
}

#footer {
    background-color: #E1E1E1;
    font-size: small;
    border-radius: 3px;
    color: #BEBEBE;
}