﻿body 
{
	margin: 0px;
    background-color: #EAEAEA;
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
}

a
{
    color: #FF9900;
    text-decoration: underline;
}

a:hover
{
    color: #FF3200;
}

.main
{
    width: 855px;
    overflow: hidden;
    text-align: left;
}

.top
{
    width: 855px;
    height: 255px;
}

.banner
{
    width: 500px;
    height: 255px;
    float: left;
    background-image: url(../Layout/banner.png);
    position: relative;
    z-index: 2;
}

.menu
{
    width: 595px;
    height: 30px;
    position: relative;
    top: 177px;
    left: 0px;
    overflow: hidden;
}

.underMenu
{
    width: 480px;
    height: 27px;
    position: relative;
    top: 185px;
    left: 0px;
    overflow: hidden;
    padding: 5px 0 0 20px;
}

.slideshow
{
    width: 355px;
    height: 255px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    background-color: White;
}

.content
{
    width: 855px;
    overflow: hidden;
    background-color: #FF9900;
}

.indhold
{
    width: 675px;
    overflow: hidden;
    min-height: 600px;
    background-color: White;
    float: left;
}

.sider
{
    width: 450px;
    overflow: hidden;
    float: left;
    min-height: 570px;
    background-color: White;
    padding: 10px 0px 20px 20px;
    margin-right: 28px;
}

.se_ogsaa
{
    width: 170px;
    overflow: hidden;
    float: left;
    padding: 10px 7px 0 0;
    font-size: 10pt;
    color: #FF9900;
}

.nyheder
{
    width: 170px;
    overflow: hidden;
    float: left;
    background-color: #FF9900;
    color: White;
    font-size: 11pt;
    padding: 10px 5px 0 5px;
}

.nyhedsarkivLink
{
    color: #333333;
    text-decoration: underline;
    font-size: 8pt;
}

.nyhedsarkivLink:hover
{
    color: #333333;
    text-decoration: none;
}

.footer
{
    width: 855px;
    height: 70px;
    background-color: #333333;
    color: White;
    font-size: 8pt;
    padding: 18px 0 18px 0;
}

.footer-logo
{
    width: 285px;
    height: 70px;
    background-image: url(../Layout/logo-text.png);
    float: left;
    background-position: center top;
    background-repeat: no-repeat;
}

.adresse
{
    width: 208px;
    height: 70px;
    float: left;
    padding-left: 75px;
    border-left: solid 1px #FF9900;
    border-right: solid 1px #FF9900;
}

.blog
{
    width: 285px;
    height: 55px;
    float: left;
    text-align: center;
    padding-top: 15px;
}