body {
    background: url(/img/bg.png) repeat-x;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 11px;
    background-color: #fff;
}


#logo {
    width: 807px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#logo_img {
    behavior: url(/iepngfix.htc);
}

#forma {
    background: url(/img/forma.png) no-repeat;
    behavior: url(/iepngfix.htc);
    width: 771px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 18px 15px 18px;
}

#bilde {
    background: url(/img/bilde.jpg) no-repeat;
    height: 446px;
    width: 225px;
    float: left;
}

#lang {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    top: 4px;
    position: relative;
}

#lang a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    background-color: #666;
    border: 1px #888 solid;
    padding: 2px;
    margin-left: 5px;
}

#menu {
    top: 40px;
    position: relative;
}

#menu a {
    margin-bottom: 5px;
    left: -50px;
    position: relative;
    color: #fff;
    font-size: 12px;
    width: 130px;
    display: block;
    text-decoration: none;
    background-color: #666;
    border: 1px #888 solid;
    padding: 2px 0 2px 5px;
}

/*#menu a:hover {
    background-color: #888;
}*/

#content {
    width: 530px;
    height: 446px;
    float: left;
    margin-left: 10px;
}

#content #top {
    background-color: #666;
    text-align: right;
    padding: 6px 10px 6px 0px;
    color: #fff;
    font-size: 10px;
}

#content #middle {
    height: 381px;
    padding: 10px;
    text-align: justify;
}

#content #bottom {
    background-color: #666;
    height: 20px;
}