#wrapper {
    position: relative;
    width: 1000px;
    margin: auto;
    background-color: #aaf0d1;
    padding-left: 10px;
}

#nav {
    width: 120px;
    float: left;
}

#nav ul {
    list-style: none;
    border: 1px solid black;
}

#nav li{
    position: relative;
    right: 40px;
}

#nav a {
    text-decoration: none;
    color: black;
}

#nav a:hover,
#nav a:active {
    text-decoration: underline;
}

#article {
    width: 850px;
    float: right;
}

#footer {
    background-color: lightblue;
    clear: both;
}

div#andere a{
    text-decoration: none;
    color: black;
}

div#andere a:hover,
div#andere a:active {
    text-decoration: underline;
}