﻿body
{
    width: 95%;
    min-width: 800px;
    margin: 0;
    font: 76% verdana,tahoma, sans-serif;
    text-decoration: none;
    background: #047;
}
#top
{
    background: #fff url(../image/head.jpg) no-repeat;
    width: 794px;
    height: 208px;
    margin: 0px auto 0 auto;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 2.2em;
}
#tekstfelt
{
    background: #fff;
    width: 794px;
    margin: auto auto 0 auto;
    padding: 0 0 0px 0;
    font-size: small;
}
#boks
{
    width: 794px;
    background: #fff;
    margin: 20px auto 20px auto;
}
.img_cont_l
{
    /* evt. størrelser farver... */
    width: 384px;
    border: 0px;
    margin: 10px 0 0 0;
    float: left;
}
.img_cont_r
{
    /* evt. størrelser farver... */
    width: 384px;
    border: 0px;
    margin: 10px 0 0 0;
    float: right;
}
.img_cont_l2
{
    width: 255px;
    border: 0px;
    margin: 10px 0 0 65px;
    float: left;
}

.img_cont_r2
{
    width: 255px;
    border: 0px;
    margin: 10px 65px 0 0;
    float: right;
}

.img_cont_l3
{
    width: 348px;
    border: 0px;
    margin: 10px 0 0 18px;
    float: left;
}

.img_cont_r3
{
    width: 348px;
    border: 0px;
    margin: 10px 18px 0 0;
    float: right;
}
.txt
{
    color: #000;
    background: #fff;
}
.txt1
{
    width: 255px;
    color: #000;
    background: #fff;
}
.clall
{
    clear: both;
}
#footer
{
    width: 794px;
    background: #fff;
    color: #000;
    text-align: center;
    margin: 30px auto 30px auto;
}

