/* 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;
}
/* }}} */

/* dotted {{{ */

div#news .topleft {
    background: url(../graphics/dotted/topleft.jpg) top left no-repeat;
}
div#news .topright {
    background: url(../graphics/dotted/topright.jpg) top right no-repeat;
}
div#news .botleft {
    background: url(../graphics/dotted/botleft.jpg) bottom left no-repeat;
}
div#news .botright {
    background: url(../graphics/dotted/botright.jpg) bottom right no-repeat;
}
div#news .left {
    background: url(../graphics/dotted/left.jpg) top left repeat-y;
}
div#news .top {
    background: url(../graphics/dotted/top.jpg) top left repeat-x;
}
div#news .right {
    background: url(../graphics/dotted/left.jpg) top right repeat-y;
}
div#news .bot {
    background: url(../graphics/dotted/top.jpg) bottom left repeat-x;
}

/* }}} */
/* purplebox {{{ */
div.purplebox {
    width: 211px;

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

div.purplebox div.right {
    width: 100%;
    height: 100%;
    background: url(../graphics/purplebox/topright.jpg) top right no-repeat;
}
/* }}} */
/* faktaboks {{{ */
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;
}
/* }}} */

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

