#absolute1 {
    position: absolute;
    background-color: yellow;
    color: black;
    z-index: 2;
    margin-top: 90px;
    margin-left: 55px;
    width: 200px;
    height: 100px;
}

#absolute2 {
    position: absolute;
    background-color: blue;
    color: white;
    z-index: -1;
    margin-top: 20px;
    margin-left: 30px;
    width: 200px;
    height: 100px;
}

#absolute3 {
    position: absolute;
    background-color: green;
    color: black;
    z-index: 1;
    margin-top: 55px;
    margin-left: 70px;
    width: 200px;
    height: 100px;
}

.box {
    background-image: url(webb_bilder/mettal.jpg);
    border: 5px solid red;
    width: 540px;
    height: 150px;
    text-align: right;
    margin-top: 200px;
}

.gul{
    background-color: yellow;
}

.genom {
    text-decoration: line-through;
}

.in {
    text-indent: 70px;
    width: 400px;
}