#gross {
    background-color: white;
    width: 60%;
    float: left;
}

#klein {
    background-color: darkgreen;
    width: 40%;
    float: left;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 300px;
    width: 300px;