body {
    font-family: sans-serif;
}

#lager1 {
    background-color: yellow;
    width: 170px;
    height: 115px;
    position: absolute;
    left: 75px;
    top: 100px;
    padding: 2px;
}

#lager3 {
    background-color: green;
    width: 170px;
    height: 115px;
    position: absolute;
    left: 100px;
    top: 75px;
    z-index: -1;
    padding: 2px;
}

#lager2 {
    background-color: blue;
    width: 170px;
    height: 115px;
    position: absolute;
    left: 50px;
    top: 25px;
    z-index: -2;
    color: white;
}

#box {
    border: 10px;
    border-color: red;
    border-style: solid;
    background-image: url(bilder/grå.jpg);
    height: 200px;
    width: 500px;
    position: absolute;
    top: 350px;
}

p {
    position: relative;
    top: -15px;
}

#text {
    text-align: right;
}

#gul {
    letter-spacing: 8px;
    background-color: yellow;
}

#stryk {
    text-decoration: line-through;
}

#Hejsan {
    position: absolute;
    top: 800px;
}