#layer1 {
    background-color: yellow;
    position: absolute;
    top: 80px;
    left: 50px;
    z-index: 1;
    width: 175px;
    height: 110px;
}
#layer2 {
    background-color: blue;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    width: 175px;
    height: 110px;
    color: white;
}
#layer3 {
    background-color: green;
    position: absolute;
    top: 50px;
    left: 75px;
    z-index: 0;
    width: 175px;
    height: 110px; 
}
#bakgrundsbild {
    background-image: url(bilder/bild.jpg);
    position: absolute;
    top: 200px;
    left: 100px;
    width: 350px;
    height: 100px;
    border: 5px solid red;
    text-align: right;
    padding-right: 5px  ;
    
}
#gul {
    background-color: yellow;
    letter-spacing: 5px;
}
#sak {
    text-decoration: line-through;
}