.a p {
    font-family: Arial, Helvetica, sans-serif
}

#lager-2 {
    position: absolute;
    color: white;
    background-color: blue;
    width: 300px;
    height: 150px;
    z-index: 0;
}

#lager-3 {
    position: absolute;
    color: black;
    background-color: green;
    width: 300px;
    height: 150px;
    top: 50px;
    left: 60px;
    z-index: 1;
}

#lager-1 {
    position: absolute;
    color: black;
    background-color: yellow;
    width: 300px;
    height: 150px;
    top: 100px;
    left: 30px;
    z-index: 2;
}

#home-page-link {
    position: absolute;
    bottom: 0px;
}

.b {
    position: absolute;
    top: 300px;
}

.b p {
    position: relative;
    top: -200px;
    left: -10px;
    text-align: right;
}

.b img {
    width: 500px;
    height: 200px;
    border: 5px solid red;
}

.b #yellow {
    background-color: yellow;
    letter-spacing: 10px;
}