body {
    background-color: #94D7AF;
    color: black;
    text-align: center;
    
    font-family: sans-serif;
}

/*Header*/
#header-inhalt {
    z-index: 99;
    background-color: #74A989;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    border: 2px solid black;
    padding: 10px;
    margin: 0px;
    font-size: 60px
}


/*Content*/
.content {
    margin: 20px;
    margin-top: 15em;
    padding: 20px;
    font-size: 20px;
}

.content-impressum {
    margin: 20px;
    margin-top: 15em;
    padding: 2px;
    font-size: 18px;
}


/*Footer*/
#footer {
    z-index: 99;
    background-color: #74A989;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px;
    border: 2px solid black;
    padding: 2px;
    margin: 0px;
    font-size: 8px
}


/*Links einstellungen*/
a:link {
    color: black;
    text-decoration:none;
}
a:visited {
    color: black;
    text-decoration:none;
}
a:active {
    color: black;
    text-decoration:none;
}
a:hover {
    color: black;
    text-decoration:none;
}
