	
nav {
    background-image: linear-gradient(to bottom, white 0%, #DCDCDC 25px);
}

nav li {
    display: inline;
}

nav a {
    text-decoration: none;
    color: black;
    padding: 0.5em 1em;
    display: inline-block;
    border-top: solid 3px;
    border-color: transparent;
    font-size: 120%;
}

nav a:hover, nav a:focus {
    border-top-color: #f8c535;
}

nav a:active {
    border-top-color: #9C2161;
}

nav #active {
    border-top-color: #9C2161;
}

#left {
    display: inline-block;
    height: 2em;
    width: 45%;
    text-align: right;
}

#right {
    display: inline-block;
    height: 2em;
    margin-left: 10%;
    text-align: left;
}

#menusymbol_open, #menusymbol_closed, #menu_checkbox {
    display: none;
}

#banner {
    background-color: #DCDCDC;
    border-bottom: 3px solid #9C2161;
    padding-bottom: 2em;
}

#content {
    background-image: linear-gradient(to bottom, white 0%, #DCDCDC 25px);
    padding: 4em 2em 2em 2em;
    min-height: 20em;
    text-align: justify;
}

#hauptueberschrift {
    margin: auto;
    text-align: center;
    padding: 0.5em;
}

#content1 {
    text-align: justify;
    display: inline;
    width: 48%;
    float: left;
    margin-right: 4%;
}

#content2 {
    text-align: justify;
    display: inline-block;
    width: 46%;
}

footer {
    min-height: 2em;
    background-image: url(../images/hintergrund2.png);
}