* {
    margin: 0;
}

body {
    font-family: sans-serif;
    font-size: 0.8em;
}


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

a:hover {
    color: white;
}

p {
    text-align: center;
    padding-top: 15px;
}

img {
    padding-left: 15px;
    padding-top: 25px;
}

ul {
    margin-top: 10px;
    margin-left: -30px;
    list-style: none;
}

#kopf {
    width: 750px;
    height: 40px;
    background-color: #ccb;
}

#inhalt {
    width: 750px;
    height: 850px;
    background-color: #333;
    display: flex;
}

#navi {
    width: 200px;
    height: 850px;
    background-color: #ccc;
    float: left;
}

#bilder {
    width: 550px;
    height: 850px;
    background-color: #363;
    float: left;

}
