/* IMGCONTAINER_FIRST {{{ */
div.imgcontainer_first {
    width: 185px;
    background: url(../graphics/imgcontainer_bg.jpg) top left no-repeat white;
    float: left;
}
div.imgcontainer_first img {
    margin-top: 4px;
    padding-top: 3px;
    margin-left: 6px;
}
/* }}} */

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

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

div.imgcontainerInner {
    padding-left: 8px;
    padding-top: 8px;
}

div.greenbox {
    width: 211px;

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

div.greenbox div.right {
    width: 100%;
    height: 100%;
    background: url(../graphics/greenbox/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;
}
