body{
    font-family: Arial, Helvetica, sans-serif;
}

#Lager1{
    position: absolute;
    width: 160px;
    left: 80px;
    top: 95px;

    color: black;
    background-color: yellow;
}

#Lager2{
    position: absolute;
    width: 160px;
    left: 60px;
    top: 40px;
    padding-bottom: 90px;
    z-index: -2;

    color: white;
    background-color: blue;
}

#Lager3{
    position: absolute;
    width: 160px;
    left: 90px;
    top: 70px;
    padding-bottom: 90px;
    z-index: -1;

    color: black;
    background-color: green;
}

#den-fina-rutan{
    position: absolute;
    top: 320px;
    width: 800px;

    padding: 5px 5px 20px 10px;

    color: white;
    text-align: right;
    background-image: url(bilder/diagonal-bars-1517072813gYJ.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    border: 5px solid rgb(221, 0, 0);
}

#den-fina-rutan .color-background{
    background-color: yellow;
    color: black;
    letter-spacing: 10px;
}
#den-fina-rutan .overline{
    text-decoration: line-through;
    text-decoration-color: white;
}

#lastparagraf{
    position: absolute;
    width: 50%;
    top: 600px;
}

#lastparagraf #indent{
    text-indent: 60px;
}

.ovningB{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100pt;
}

.ovningB h1{
    position: absolute;
    top: 40px;
}

.ovningB #h{
    left: 40px;
    background-color: green;
    z-index: 2;
}

.ovningB #j{
    left: 50px;
    margin-top: 30px;
    background-color: red;
}

.ovningB #a{
    left: 70px;
    margin-top: 15px;
    background-color: brown;
}

.ovningB #l{
    left: 90px;
    margin-top: 20px;
    background-color: blue;
    z-index: -2;
}

.ovningB #m{
    left: 110px;
    margin-top: 17px;
    background-color: yellow;
    z-index: 3;
}

.ovningB #a2{
    left: 125px;
    margin-top: 30px;
    background-color: coral;
}

.ovningB #r{
    left: 145px;
    margin-top: 50px;
}

.d2 h1{
    position: absolute;
    position: relative;
    border: solid black;
    width: 25px;
    top: 40px;
}

.d2 .h{
    left: 40px;
    background-color: green;
    z-index: 2;
}

.d2 .j{
    left: 50px;
    margin-top: -35px;
    background-color: red;
}

.d2 .a{
    left: 70px;
    background-color: brown;
     margin-top: -70px;
    z-index: -5;
}

.d2 .l{
    left: 90px;
    margin-top: -7px;
    background-color: blue;
    z-index: -2;
    margin-top: -90px;
}

.d2 .m{
    left: 110px;
    margin-top: 6px;
    background-color: yellow;
    margin-top: -45px;
    z-index: 3;
}

.d2 .a2{
    left: 125px;
    margin-top: -65px;
    background-color: coral;
    z-index: 5;
}

.d2 .r{
    left: 145px;
    margin-top: -30px;
    background-color: white;
    z-index: 20;
}