#main-box {
    position:relative;
    width: 800px;
    height: 360px;
    overflow:hidden;
}

.box1 {
    background: url(../gfx/bg_hjem.jpg) no-repeat;
}

.box2 {
    background: url(../gfx/bg_reklame.jpg) no-repeat;
}

.box3 {
    background: url(../gfx/bg_profilering.jpg) no-repeat;
}

.box4 {
    background: url(../gfx/bg_trykk.jpg) no-repeat;
}

.box5 {
    background: url(../gfx/bg_nett.jpg) no-repeat;
}

.box6 {
    background: url(../gfx/bg_kontakt.jpg) no-repeat;
}

.hg-box {
    background: url(../gfx/bg_hg_inngang.jpg) no-repeat;
}

.white-box {
    position:absolute;
    top: 15px;
    right:15px;
    background: url(../gfx/wgrad50.png) repeat;
}

.white-box2 {
    position:absolute;
    top: 15px;
    right:15px;
    background: url(../gfx/wgrad75.png) repeat;
}

.white-box3{
    position:absolute;
    top: 15px;
    right:15px;
    background: url(../gfx/wgrad50.png) repeat;
}

.white-box div, .white-box2 div {
    padding: 30px 15px 15px 15px;
    color: #333;
    overflow: hidden;
}

.white-box3 div {
    padding: 15px 15px 15px 15px;
    color: #333;
    overflow: hidden;
}

.white-box3 p
{
    margin-bottom: 0.5em;
}

.white-box div h1, .white-box2 div h1, .white-box3 div h1 {
    font-size: 28px;
    line-height: 30px;
}

.white-box div p, .white-box2 div p, .white-box3 div p {
    font-size: 13px;
}

.white-box a, .white-box2 a, .white-box3 a {
    text-decoration: none;
    color: #007590;
}

.white-box a:hover, .white-box2 a:hover, .white-box3 a:hover {
    text-decoration: underline;
}

