div {
    font-size: 20px;
}

body {
    background-color: rgb(201, 210, 230);
}

.lager {
    width: 200px;
    height: 150px;
}
#lager1 {
    background-color: yellow;
    color: black;
    position: absolute;
    top: 130px;
    left: 100px;
    z-index: 3;
}

#lager2 {
    background-color: blue;
    color: white;
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 1;
}

#lager3 {
    background-color: green;
    color: black;
    position: absolute;
    top: 90px;
    left: 150px;
    z-index:2;

}

#p {
    
    width: 500px;
    height: 100px;
    border-style: solid;
    border-color: red;
    border-width: 10px;
    padding: 5px;
    position: absolute;
    top: 300px;
    left: 100px;
    background-image: url(bilder/unnamed.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#p1 {
    vertical-align: center;
    text-align: right;
    position:relative;
    top: -10px;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 5px rgb(0, 0, 0);
}

#bg {
    background-color: yellow;
    letter-spacing: 10px;
}
#Stryk {
    text-decoration: line-through;
}

#p2 {
    width: 800px;
    position: absolute;
    top:500px;
    left: 50px;
    text-indent: 100px;
    line-height: 27px;
}