/* IMGCONTAINER_FIRST {{{ */
div.imgcontainer_first {
    width: 185px;
    height: 148px;
    background: url(../graphics/imgcontainer_bg.jpg) top left no-repeat white;
    float: left;
}
div.imgcontainer_first img {
    margin-top: 17px;
    margin-left: 13px;
}
/* }}} */

/* IMGCONTAINER {{{ */
div.imgcontainer {
    width: 180px;
    height: 148px;
    background: url(../graphics/imgcontainer_bg2.jpg) top left no-repeat white;
    float: left;
}
div.imgcontainer img {
    margin-top: 17px;
    margin-left: 8px;
}
/* }}} */

/* IMGCONTAINER_FIRST {{{ */
div.imgcontainer_last {
    width: 185px;
    height: 148px;
    background: url(../graphics/imgcontainer_bg3.jpg) top left no-repeat white;
    float: left;
}
div.imgcontainer_last img {
    margin-top: 17px;
    margin-left: 8px;
}
/* }}} */

div.bluebox {
    width: 211px;

    background: url(../graphics/bluebox/bg.jpg) top left repeat-x white;
}
div.bluebox div.left {
    width: 100%;
    height: 100%;
    background: url(../graphics/bluebox/topleft.jpg) top left no-repeat;
}

div.bluebox div.right {
    width: 100%;
    height: 100%;
    background: url(../graphics/bluebox/topright.jpg) top right no-repeat;
}

div#faktaboks div.topleft {
    width: 100%;
    height: 100%;
    background: url(../graphics/faktaboks/topleft.jpg) top left no-repeat;
}
div#faktaboks div.topright {
    width: 100%;
    height: 100%;
    background: url(../graphics/faktaboks/topright.jpg) top right no-repeat;
}
div#faktaboks div.botleft {
    width: 100%;
    height: 100%;
    background: url(../graphics/faktaboks/botleft.jpg) bottom left no-repeat;
}
div#faktaboks div.botright {
    width: 100%;
    height: 100%;
    background: url(../graphics/faktaboks/botright.jpg) bottom right no-repeat;
}

