/* CSS Document by Arve */

* {
	margin:0;
	padding:0;}

body {
	background-image:url(../gfx/bgBody3.jpg);
	background-repeat:repeat-x;
	background-color:#F5F2EE;}

/* CONTAINER  (This is the mainwrapper)
------------------------------------------------------------------ */
#container {
	position:relative;
	width:1052px; 
	margin:9px auto 0 auto;
	padding:0;}


/* HEADER 
------------------------------------------------------------------*/
#header {
	height:115px;
	position:relative;
	xbackground-image:url(../gfx/bgHeader.jpg);
	background-repeat:no-repeat;}
	
#header .logo{
	padding:5px 0 0 150px;}
	
#header .flag{
	position:absolute;
	bottom:20px;
	right:130px;}
	


/* EXTRA CONTAINER
------------------------------------------------------------------*/
#extraContainer {
	width:822px;
	float:left;
	background-image:url(../gfx/bgRepeatEx2.png);
	background-repeat:repeat-y;
	position:relative;
	top:4px;
	left:110px;
	padding-left:19px;}
		

/* EXTRA HEADER 
------------------------------------------------------------------*/
#header2 {
	xmargin-left:11px;
	width:801px;
	height:245px;}
		
#header2 .image{
	width:801px;
	height:180px;
	overflow:hidden;}
	
#header2 .image p{
	margin:0;
	padding:0;}
	

/* MAINCONTENT
------------------------------------------------------------------ */
#mainContent {
	xmargin-left:11px;
	width:565px;
	float:left;
	padding:0 10px 0px 0px;
	margin-left:10px;
	min-height:450px; height:auto !important; height:450px;}
	
#mainContent .left{
	float:left;
	width:220px;}
	
#mainContent .right{
	float:left;
	width:300px;}
	
	
/* RIGHT
------------------------------------------------------------------ */
#right {
	width:183px;
	float:left;}
	
	
/* FRONTPAGE
------------------------------------------------------------------ */
#frontpage .left {
	width:447px;
	padding-right:10px;
	float:left;}
	
#frontpage .right {
	width:280px;
	float:left;
	padding-left:10px;border-left:1px dotted #95B6CA;}
	
	
/* NEWS (noe css her brukes også på frontpage.cfm)
------------------------------------------------------------------*/	

.news {}

.news .thumbnail {
	float:left;
	margin:0 10px 5px 0;
	width:95px;
	padding:3px 0;
	text-align:center;
	border:1px solid #B6D3D2;}
	
.news .content { /* heading & ingress */
	float:left;
	xwidth:530px;}
	
.news .smallHeading {
	font-size:90%;
	color:#9B7C3B;}
	
.news h2 {
	padding:0;
	margin:0;
	font-size:130%;}

#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}
	

/* FOOTER (outside the #container)
------------------------------------------------------------------ */
#footer {
	width:940px;
	margin:0 auto;
	color:#333333;
	font-size:80%;
	padding:7px;
	margin-top:5px;
	text-align:center;}
	
#footer a:link,
#footer a:visited {
	color:#333333;}