/*****************************************************/
/*   Author:  Morten Pelle Korsmo                    */
/*            pelle@blend.no                         */
/*   Version: 1.0                                    */
/*   Date:    14. februar 2007                       */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/
body {
	height: 100%; /* this is the key! */ 
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/img_background.png) top center repeat-y;
	background-color:	#07256a;	
  font-family: Verdana,Tahoma, Arial,sans-serif;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	color : #FFFFFF;
	font-weight : bold;
}
H2 {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #ffeb00;
	font-weight : bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*letter-spacing : 1px;
	line-height : 16px;
	text-decoration : none;*/
	font-weight : bold;
}

H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : 1px;
	line-height : 16px;
	text-decoration : none;
	font-weight : bold;
	color:#ffea00;
}
A {
	color: #38a0d5;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}
INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 250px; 
	border: solid 1px rgb(200,200,200);
}
TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 250px; 
	border: solid 1px rgb(200,200,200);
}
.button {
	width: 32px;
	border : 0px;
	vertical-align:middle;
	}

TD {
	font-size: 11px; 
	}

UL {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
IMG {
	border: none;

	}

/**************************/
/***   MISCELLANEOUS    ***/
/**************************/

#wrap {
	width: 800px; 
	height: 100%; /* works only if parent container is assigned a height value */ 
	margin: 0px auto;
}

#main {
	padding:0px;
	margin: 0px;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/**************/
/*   HEADER   */
/**************/
#header-section {
	width: 800px; 
	margin: 0px 0px 0px 0px;
	border: 0px;
	/*background-image:url(../images/img_background.png);*/
}

#header-background {
	width: 100%; 
	height: 100%;
	float: left;
	border: none;
	margin: 0px 0px 0px 0px;
}

#header	{
	/*BACKGROUND: #fff; 
	MARGIN: 0px auto; 
	POSITION: relative;
	BACKGROUND: url(/images/bg_topp.png) repeat-x;*/
	background:url(../images/bg_topp_tlf.png) no-repeat;
	background-color:#00367f;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	HEIGHT: 120px;	
}
/*DIV
{
	border: 1px solid red;
	}*/
#header #topmenu{
	position:relative;
	/*left: 20px;*/
	/*right: 25px;
	top:95px;*/
	margin: 89px 25px 0px 20px;/* top,right,bottom,left*/
	/*margin: 95px 0px 0px 77px;/* top,right,bottom,left*/
	/*padding: 0px 0px 0px 0px;/* top,right,bottom,left*/
	float:right;
	color:#FFFFFF;	
	/*width:500px;	*/
}
#header #topmenu .menuitem{
	position:relative;
	width:99px;
	height:22px;
	text-align:center;
	float:left;
	padding-top:10px;
	font-weight:bold;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 10px;
	background-image:url(/images/knapp0.jpg);
	background-repeat:no-repeat;
}
#header #topmenu .activemenuitem{
	position:relative;
	width:99px;
	height:22px;
	text-align:center;
	float:left;
	padding-top:10px;
	font-weight:bold;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 10px;
	background-image:url(/images/knapp1.jpg);
	background-repeat:no-repeat;
}
#header #topmenu .menuitem a{
	text-decoration: none;
	color:#FFFFFF;			
}

#header #topmenu .menuitem a:hover{
	text-decoration: none;
	color:#F0F0F0;
}

#header #topmenu .activemenuitem a{
	text-decoration: none;
	color:#FFFFFF;			
}

#header #topmenu .activemenuitem a:hover{
	text-decoration: none;
	color:#F0F0F0;
}
#header #logolink{
	background: url(../images/logo_topp.png) no-repeat;
	width:180px;
	height:61px;
	float:left;				
	/*position:relative;*/
	margin: 40px 0px 0px 50px;/* top,right,bottom,left*/
	padding: 0px 0px 0px 0px;/* top,right,bottom,left*/
	/*top:40px;
	left:20px;*/
	cursor:pointer;
}
#phonetop{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	/*width:180px;
	height:30px;*/
	float:right;
	padding: 0px 0px 0px 0px;/* top,right,bottom,left*/
	border:1px solid #000099;
}
#submenu{
	margin: 0px 0px 0px 0px; /* top,right,bottom,left*/
	padding: 0px 20px 0px 20px; /* top,right,bottom,left*/
	height: 20px;
	border-bottom: solid 1px #003072;
	color:#FFFFFF;
	background-color:#00367f;	
}
#submenu a{
	text-decoration: none;
	color:#FFFFFF;			
}

#submenu a:hover{
	text-decoration: underline;
}
/***********************/
/***      BOXES      ***/
/***********************/
#mainbox {
	float: left;
	width: 800px;
	/*height: 300px;*/
	/*padding: 0px 0px 0px 0px; /* top,right,bottom,left*/
	margin: 0px 0px 20px 0px; /* top,right,bottom,left*/
	background-color: #93c0e3;
	/*border: solid 1px red;*/
}
#mainimgbox {
	float: left;
	width: 500px;/*435px;*/
	/*height: 300px;*/
	/*padding: 0px 0px 0px 0px; /* top,right,bottom,left*/
	margin-right: 15px;
	color: #003b7e;
	/*background-color: #93c0e3;*/
}
#maintxtbox {
	/*float: left;
	position: relative;*/
	/*top: 20%;*/
	/*bottom: 20%;*/
	/*vertical-align: middle;*/
	/*width: 300px;*/
	/*height: 300px;*/
	padding: 10px 25px 0px 25px; /* top,right,bottom,left*/
	/*margin: 20px 20px 20px 20px; /* top,right,bottom,left*/
	color: #07256a;
	font-weight:bold;
	/*background-color: #93c0e3;*/
}

#smallboxes {
	/*width: 800px;*/
	float: left;
	/*border: 1px solid red;*/
	/*vertical-align: top;*/
	margin: 0px 0px 0px 20px; /* top,right,bottom,left*/
	/*padding: 0px 8px 0px 8px; /* top,right,bottom,left*/
	/*background-color: #003b7e;*/
}
#box {
	width: 250px; 
	height: 155px;
	float: left;
	vertical-align: top;
	/*padding: 10px 15px 15px 15px; /* top,right,bottom,left*/
	/*padding: 8px 8px 8px 8px; /* top,right,bottom,left*/
	margin: 0px 8px 0px 0px; /* top,right,bottom,left*/
	/*margin: 10px 15px 15px 15px; /* top,right,bottom,left*/
	/*background-color: #003b7e;*/
	background-image:url(/images/bg_box.png);
	background-repeat:no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}
#boxtext {
	/*float: left;*/
	width: 230px;
	margin: 10px 10px 10px 10px; /* top,right,bottom,left*/
	font-size: 10px;
	color: #FFFFFF;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column {
	width: 220px;
	height: 100%; /* works only if parent container is assigned a height value */ 
	float: left;
	vertical-align: top;
	/*background-image:url(../images/bg_leftmenu.png);
	background-position:center;
	background-repeat:no-repeat;*/
	/*background-color: #02286a;*/
	padding: 25px 0px 15px 30px; /* top,right,bottom,left*/
}

.left-column-box {
	height: 100%; /* works only if parent container is assigned a height value */ 
	float: left;
	width: 190px;
	padding: 10px 10px 10px 10px;
	/*border: solid 0.1em rgb(200,200,200);*/
}	

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/

/* Sections */
/************/
#articlearea	{
	/*width: 790px;
	float:right;*/
	/*padding: 40px 40px 40px 40px; /* top,right,bottom,left*/
	/*padding: 20px 20px 20px 20px; /* top,right,bottom,left*/
	margin: 20px 20px 20px 20px; /* top,right,bottom,left*/
}

/*******************/
/***   FOOTER    ***/
/*******************/
#footer {
	/*width: 800px;
	float: left;*/
	vertical-align:bottom;
	padding: 20px 0px 30px 0px; /* top,right,bottom,left*/
	text-align: center;
	font-weight:bold;
	color: #ffffff;/*#38a0d5;*/
	font-size: 12px;
}
#subfooter {
	vertical-align:bottom;
	padding: 0px 0px 10px 0px; /* top,right,bottom,left*/
	text-align: center;
	font-weight:normal;
	color: #00215b; /*#2e79a0;*/
	font-size: 10px;
}
#subfooter.A {
	color: #00215b; /*#2e79a0;*/
	text-decoration: underline;
	border: 0px;
}

#subfooter.A:hover {
	text-decoration: none;
	color: #2e79a0;
}
