body {
    height: 100%;
    width: 100%;
    font-family: Verdana;
    color: #000000;
    font-size: 10pt;
}

h1 {
    font-size: 12pt;
}

h2 {
    font-size: 11pt;
}

h3 {
    font-size: 13pt;
}

h4 {
    font-size: 11pt;
}

a:link {
    color: #BF1515;
}
a:hover {
    color: #000000;
    font-weight: bold;
}
a:visited {
    color: #BF1515;
}

.header {
    height: 100;
    width: 60%;
    margin-left: 17%;
    z-index: 0;
    border: 0; 
    
}

.navigation {
    height: auto;
    width: 17%;
    background: #DDD9DA;
    float: left;
    z-index: 1;
    border: 0; 
    font-size: 10pt;
}

.inhalt {
    height: auto;
    width: 60%;
    background: #F0F8F8;
    float: left;
    z-index: 2;
    padding-left: 5;
    padding-right: 5;
    border-top: 1px #DDD9DA solid;
    border-right: 1px #DDD9DA solid;
    border-bottom: 1px #DDD9DA solid;
    text-align: justify;
}

.footer {
    height: auto;
    width: 60%;
    background: #FFFFFF;
    margin-left: 15.5%;
    z-index: 3;
    border: 0; 
    
}