*
{
    margin: 0;   
    padding: 0;
}
html
{
	height: 100%;
}
body
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;*/
	font-family: Arial;
  	font-size: 13px;
	color: #000;
	height: 100%;
}
h1
{
	font-size: 1.8em;
	margin-bottom: 20px;	
}
h2
{
    font-size: 1.3em;
    margin-bottom: 10px;
}
#content p
{
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 1em;
}
#content ul
{
    margin-left: 10px;
    text-indent: 5px;
    list-style-position: outside;
    list-style-type: square;
    line-height: 2em;
}
#wrapper
{
	width: 877px;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#header
{
	height: 78px;
	width: 100%;
}
#topnav
{
	width: 877px;
	height: 24px;
	background: url(../Images/header_linje_green.jpg) no-repeat;
}
#topnav_home
{
    width: 877px;
	height: 24px;
	/*background-color: #205394;*/
	background-color: #669933;
}
#menu
{
	float: left;
	width: 155px;
	border-right: 1px solid #669933;
	/*#477ab1;*/
	min-height: 100%;
}
#news
{
    margin-top: 50px;
    padding: 5px 5px 5px 5px;
    float: left;
    width: 144px;
    height: 135px;
    border: solid 1px #669933;
}
#news p
{
    font-size: 10px;
    margin-bottom: 10px;
    
}
#leftcolumn
{
    width: 155px;
    height: auto;
    float: left;
}
#rightcolumn
{
    width: 722px;
    height: auto;
    float: left;
}

#advert
{
	float: right;
	width: 721px;
	height: 120px;
	background: url(../Images/header_main2_green.jpg) no-repeat;
}
#advert_home
{
	float: right;
	width: 877px;
	height: 120px;
	background: url(../Images/header_main3.jpg) no-repeat;
}

#content
{
	float:right;
	width: 681px;
	padding: 20px 20px 20px 20px;
	min-height: 100%;	
}
#content_home
{
	float:right;
	width: 837px;
	padding: 20px 20px 20px 20px;
	min-height: 100%;	

}


#header img#logo
{
	display: block;
	margin-left: 3px;
	margin-top: 10px;
}
#topnav a
{
	display: block;	
	float: right;
	color: #fff;
	margin-top: 4px;
	margin-right: 3px;
	height: 14px;
	width: 21px;
}
#topnav a.home
{
	background: url(../Images/start_green.gif) no-repeat;
}
#topnav a.contact
{
	background: url(../Images/contact.gif) no-repeat;
}
#topnav a.sitemap
{
	background: url(../Images/sitemap.gif) no-repeat;
}
#logo
{
	float: left;
}
#langselector
{
	float: right;	
	margin-top: 10px;
	margin-right: 10px;
}
.contactcontainer
{
    float:left; 
    width: 300px; 
    height: 100px; 
    margin-top: 20px; 
    margin-right: 20px;
}
.contactdata
{
    float: left; 
    font-size: 1em; 
    line-height: 1.8em;  
    
}
.contactdata span
{
    display: block;
}
.contactimage
{
    display: block; 
    float: right;   
}
.maincontactcontainer
{
    float: none;   
}
.maincontactcontainer span
{
    display: block;
    float: none;   
    line-height: 1.1em;
    margin-bottom: 20px;
}