#ovnign6a {
    position: relative;
    height: 550px;
}

#ovning6a * {
    font-family: Arial, Helvetica, sans-serif;
}

#ovning6a #idLetter3 {
    position: relative;
    color: white;
    background-color: blue;
    width: 200px;
    height: 150px;
    left: 40px;
}

#ovning6a #idLetter2 {
    position: absolute;
    background-color: green;
    width: 200px;
    height: 150px;
    top: 35px;
    left: 100px;
}

#ovning6a #idLetter1 {
    position: absolute;
    background-color: yellow;
    width: 200px;
    height: 150px;
    top: 70px;
    left: 70px;
}

#ovning6a #red {
    position: absolute;
    border: 5px solid red;
    margin-left: 7px;
    margin-top: 100px;
    width: 510px;
    height: 110px;
}

#ovning6a #img_text {
    text-align: center;
    float: center;
    margin-right: 3px;
    margin-top: 7px;
}

#ovning6a img {
    position: absolute;
    width: 510px;
    height: 110px;
    z-index: -1;
}

#ovning6a .double_spacing {
    letter-spacing: 10px;
}

#ovning6a .yellow {
    background-color: yellow;
}

#ovning6a .overstrykning {
    text-decoration: line-through;
}

#ovning6a #text.wrapper {
    position: absolute;
    margin-top: 10px;
    width: 609px;
    text-indent: 35px;
}