﻿/*---------------------GENERALS--------------------*/

body
{
    background-color: #ddd;
    margin: 10px;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding: 0px;
}

a
{
    text-decoration: none;
    color: #000;
}
img
{
    border: none;
}

h1
{
font-size:16px;
font-weight:normal;
margin:0 0 30px;
}
h2
{
    font-size: 14px;
    font-weight: normal;
}
h3
{
    font-weight: normal;
}

/*--------------------- MAIN STRUCTURE --------------------*/

.SiteHolder
{
    width: 1004px;
    background-color: #fff;
    padding: 10px;
    float: left;
}
.TopHolder
{
    width: 1004px;
    background-image: url(../images/topback.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    float: left;
}

.LeftHolder
{
    width: 250px;
    float: left;
}
.RightHolder
{
    float: right;
    padding:50px 30px;
    width: 674px;
}
.RightHolder p
{
    line-height:20px;
}
.SiteFooter
{
    width: 1004px;
    border-top: solid 20px #97B294;
    float: left;
    margin: 10px 0px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 11px;
    color: #a8a8a8;
}


/*------------------TOP-------------------------------*/

.flags
{
height:17px;
margin:10px 0 0 894px;
position:absolute;
width:100px;
text-align:right;
}
.flags a
{
float:right;
margin:0px 0px 0px 10px;
}
.Logo
{
float:left;
margin:0 0 0px 0px;
padding:0px 10px;
height:132px;
width:205px;

}
 
/*------------------TOPMENU-------------*/

.TopMenuHolder
{
    width: 1004px;
    background-image: url(../images/topmenuback.jpg);
    background-repeat: repeat-x;
    height: 44px; /* margin:132px 0px 0px 0px;*/
    float: left;
}

.link, .active
{
    color: #FFFFFF;
    line-height: 44px;
    padding: 15px 20px;
    text-transform: uppercase;
}
.link:hover
{
    background-image: url(../images/menulinkhoverback.jpg);
    background-repeat: repeat-x;
    padding: 15px 19px;
    border-left: solid 1px #a1b99e;
    border-right: solid 1px #a1b99e;
}
.active
{
    background-image: url(../images/menulinkhoverback.jpg);
    background-repeat: repeat-x;
    border-left: solid 1px #a1b99e;
    border-right: solid 1px #a1b99e;
}


/*--------------------------LEFTMENU-------------------------*/


.LeftContent
{
    width: 205px;
    margin: 0px 0px 20px 25px;
    padding: 30px 10px;
    float: left;
    background-color: #ebf1ea;
}
.LeftNewsItem
{
    margin: 5px 0px;
    float: left;
    font-size: 11px;
}
.LeftContent img
{
    margin: 30px 0px;
}

.LeftNewsItem span
{
    display: block;
    font-size: 10px;
    color: Gray;
}

/*-------------RIGHTAREA MAINSECTION-----------------*/
.CenterText
{
    margin:80px 0px;
}
.tjanst
{
    color:#97B294; 
    text-decoration: underline;
    }
