/* CSS Document by Arve */


/* CONTAINER  (This is the mainwrapper)
------------------------------------------------------------------ */
#container { 
	width:940px; 
	margin:0 auto;
	background-color:#FFFFFF;
	padding:15px;}


/* HEADER 
------------------------------------------------------------------*/
#header {
	height:170px;
	position:relative;
	background-image:url(../gfx/bgHeader.jpg);
	background-repeat:no-repeat;
	background-position:bottom;}
	
#header .logo{
	padding-left:10px;}
	
#header .flag{
	position:absolute;
	top:20px;
	right:20px;}
	
#header .image{
	position:absolute;
	top:65px;
	left:5px;}
	
#header .image p{
	display:inline;
	margin:0;
	padding:0;}
	
#header .search {
	position:absolute;
	top:90px;
	right:20px;
	width:240px;
	font-weight:bold;
	color:#2B6C95;}
	
#header .search .button {
	background-image:url(../gfx/bgButton.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	width:39px;
	height:21px;
	padding:0;
	margin:0;
	border:1px solid #316C91;}
	

/* LEFT
------------------------------------------------------------------ */
#left {
	width:160px;
	float:left;}
	

/* MAINCONTENT
------------------------------------------------------------------ */
#mainContent {
	width:748px;
	float:left;
	margin:15px 0 10px 10px;
	padding:0 0 10px 15px;
	border-left:1px dotted #95B6CA;
	line-height:17px;
	min-height:450px; height:auto !important; height:450px;}
	
#mainContent img {
	margin:4px;}
	
	
/* 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;
	width:630px;}
	
.news h2 {
	padding:0;
	margin:0;
	font-size:110%;}

#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}
	

/* FOOTER (outside the #container)
------------------------------------------------------------------ */
#footer {
	width:940px; 
	margin:0 auto;
	color:#CCCCCC;
	font-size:80%;
	padding:7px;
	text-align:center;}
	
#footer a:link,
#footer a:visited {
	color:#CCCCCC;}