﻿/* STRAT PRINT
*********************************************************************************/
@media print{ 

/* BASIC 
*********************************************************************************/
/* BASIC 
*********************************************************************************/
	body{
		font-family: times;
		font-size: 100%;
		margin: 0;
	}
	h1{
		font-size: 125%;
		padding:0;
		margin:0;
	}
	h1.gridHeader{
		font-size: 100%;
		padding:0;
		margin:0 0 5px 0;
		border-top:3px solid black;
		border-bottom:3px solid black;
		text-transform: uppercase;
	}
	img{
		border:none;
	}
	a{
		color:#000;
	}
	p{
		padding:0 0 10px 0;
		margin:0;
	}
	
/* GRID 
********************************************************************************/
	#mainGrid{
		width:100%;
	}
	#header{
		display:block;
		padding-bottom:10px;
	}
	#header input, .articleFunction{
		display:none;
	}
	
	#siteNavigation{
		border-top:10px solid silver;
		border-bottom:3px solid silver;
		padding:5px 0;
		margin:0;
		list-style:none;
	}
	#siteNavigation li{
		display:inline;
		padding-right:10px;
	}
	#siteNavigation a{
		text-transform: uppercase;
		font-size:80%;
		letter-spacing: 0.005em;
		/*font-weight: bold;*/
	}
	#globalNavigation{
		padding:3px 0;
		margin:0;
		border-bottom:1px solid silver;
		list-style:none;
	}
	#globalNavigation li{
		display:inline;
		padding-right:5px;
	}
	#globalNavigation li div{
		display:inline;
		padding-right:5px;
	}
	#globalNavigation a{
	}
	#globalNavigation ul{
		display:none;
	}
	#globalNavigation .lang {  
		display:none;
	}
	#breadCrumb{
		padding-bottom:10pt;
	}
	#breadCrumb p, #breadCrumb a{
		color:silver;
		padding:0;
		margin:0;
	}
	#siteContent{
	}

	#localNavigation{
		float:left;
		width:20%;
	}
	#localNavigation ul{
		list-style:none;
		padding:0;
		padding-right:10px;
		margin:0;
	}
	#localNavigation ul ul{
		list-style:none;
		padding:0 0 0 10px;
		margin:0;
		border:none;
	}
	#content{
		margin-left:25%;
		width:74%;
	}
	.articleBody{
		border-top:1px solid black;
		border-bottom:3px solid black;
	}
	.wrapper img{
		border:none;
		float:left;
		margin-right:10px;
	}
	.wrapper .articleBody img{
		float:none;
	}
	#resizeText{
		display:none;
	}
	.wrapper{
		width:100%;
		overflow:hidden;
		margin-bottom:10pt;
	}
	.wrapper h2{
		border-bottom:1px solid black;
		font-size:12pt;
		padding:0;
		margin:0;
	}
	.dateStamp{
		font-size:10pt;
	}
	#footer{
		margin-top:10pt;
		border-top:3px solid silver;
	}
	#footer a{
		padding:0 10px 0 0 ;
		line-height:20pt;
		font-size:10pt;
		color:silver;
		display:none;
	}
	#footer p{  
		padding:10pt 0;
		margin:0;
		font-size:10pt;
		color:silver;
	}
	
	
/* COMPONENTS RULES
*********************************************************************************/
/* RULES FOR IMG WIDTH */
	.threeColImg img {
		width:620px;
	}
	.twoColImg img {
		width:410px;
	}
	.oneColImg img {
		width:200px;
	}
	.halfColImg img {
		width:100px;
	}
	.standard01, .standard02, .standard03, 
	.focus01, .focus02, .focus03, 
	.neutral, .searchBox{
		border-bottom:5px solid black;
		border-top:1px solid black;
		margin-bottom:10px;
	} 
	.clear{
		clear:both;
		margin:0;
		padding:0;
		height:0;
		line-height:0;
		font-size:0;
	}
/* LIST COMPONENT */	
	.list .body .inlineList{
		margin:0 0px;
		padding:5px 0;
		list-style:none;
	}
	.list .body .inlineList li{
		display:inline;
		margin:0;
		padding:0;
		background-image:none;
	}
	.list .body .inlineList a {
		display:inline;
		padding:0 0 0 0;
		margin:0 5px 0 0;
		_word-wrap:break-word;
	}

	
/* END PRINT 
*********************************************************************************/
}
/* STRAT SCREEN
*********************************************************************************/
@media screen{ 

/* BASIC 
*********************************************************************************/
	body{
		font-family: verdana, arial, helvetica, sans-serif;
		text-align: center;	 		  				 /*IE center content*/
		font-size: 75%;								 /* Font-size bliver ogsÃ¥ sat i resizeText.js */
		margin: 0;
		padding: 0;
	}
	img{
		display: block;								 /* Remove 3px under img */
		border:none;
		_position:relative;							 /* IE HACK HASLAYOUT */
	}
	table{
		_position:relative;							 /* IE HACK HASLAYOUT */
		/*width:100%;*/
	}

	h1 a{
		text-decoration: none;
	}
	form{
		padding:0;
		margin:0;
	}
	h1{
		font-size:1.5000em;	 						 	 /*18px*/
		margin:0;
		padding:0 0 0.5000em 0.5000em;
	}
	
/* GRID 
********************************************************************************/
	#mainGrid{
		width:65.9em;									/* ca 790px */
		padding:0;
		margin:0 auto; 								/* MOZ center content */
		text-align:left; 								/*IE sets text to left*/
	}
	#siteContent{
	}
	#content{
		float:right;
		width:53.3331em;
	}
/* HEADER */
	#header{
		height:4.58em;
		position:relative;
		background: #FFF;
		overflow: hidden;
	}
	
	#header img{
		padding-top: 0.67em;
		width:37.4999em;
		height:3.5000em;
		float:left;
	}
	#header input{
		float:right;
		font-size: 0.8333em;
		font-weight: bold;
		padding:0.333em 0.8333em;
		margin: 1.83em 0 0 0;	 						  		 /*22px*/
		border: 1px solid #B6B7B5;
		color: #585857;
		background: #FFF;
	}
	#header .button{
		margin:1.83em 0 0 0.8333em;	 						  		 /*22px 10px*/
		float:right;
		padding-top:0.25em;
		padding-bottom:0.25em;
	}

/* SITE NAVIGATION */
	#siteNavigation{
		margin:0;
		padding:0 0 0 0;		
		list-style:none;
		height:2em;
	}
	#siteNavigation li{
		float:left;
		margin:0;
		padding:0;
		height:2em;
	}
	#siteNavigation a{
		text-transform: uppercase;
		color:#000;
		font-weight: bold;
		letter-spacing: 0.1em;
		font-size:0.8333em;		  	  							 /*10px*/
		text-decoration:none;
		display:block;
		padding:0.5833em 0.8333em;
	}
	#siteNavigation a:hover{ 
		text-decoration:underline;
	}
	#siteNavigation .nb a{
		padding-left:4.2500em;
	}
	#siteNavigation .nb, #siteNavigation .kub{
		border-right:1px solid #FFF;
	}

/* GLOBAL NAVIGATION */
	#globalNavigation{
		height:1.7em;
		z-index:200;
		margin:0;
		padding:0 0 0 3.5em;	
		list-style:none;
		position:relative;
	}
	#globalNavigation li{
		float:left;
		position:relative;
		padding:0 0.8333em;
		margin:0;
		line-height:1.7em;
		color:#FFF;
	}
	#globalNavigation a{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0;
		font-size:0.9167em;									/*11px*/
	}
	#globalNavigation ul{
		position:absolute;
		padding:0;
		margin:0;
		border-right:1px solid #757575;
		border-bottom:1px solid #757575;
		_border:none;						  					/*IE HAck*/
		top:1.5em;
		left:0;
		list-style:none;
		left:-5000px;	 	 									/* Hide submenu */
		width:15em;
	}
	#globalNavigation li.over ul {
		left:0;					  	  							/* Show submenu */
	}
	#globalNavigation li li{
		margin:0;
		padding:0;
		float:none;
		display:inline;
		line-height:1em;
	}
	#globalNavigation li li a{
		text-transform: none;
		font-weight: normal;
		padding:0.4em  0.8333em 0.4em 0.8333em;
		background:#DEDEDE;
		color:#42403B;
		border-bottom:1px solid #CECECE;
		display:block;
		_width:100%;  						  			/*IE 5-6 hack has layout*/
		_height:1em;/*IE HACK*/
		min-height:1em;/*MOZ HACK*/
		position:relative;
	}
	#globalNavigation li.over{
		background:#DEDEDE;
		color:#42403B;
	}
	#globalNavigation li.over a{
		background:#DEDEDE;
		color:#42403B;
	}
	#globalNavigation li a:hover{
		background:#DEDEDE;
		color:#42403B;
	}
	#globalNavigation li li a:hover{
		background:#F6F6F6;
	}
	#globalNavigation .lang {  
		float:right;
	}
	
	#globalNavigation iframe {/** Support for the "iehover-fix" **/
		border:none;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		border-right:1px solid #757575;
		border-bottom:1px solid #757575;
	}/** end **/
	
/* BREADCRUMB */
	#breadCrumb{
		_height:22px; /*IE hack*/
		min-height:1.8333em;/*MOZ hack*/
	}
	#breadCrumb p{
		float:left;
		font-size:0.8333em;								/*10px*/
		margin:0;
		padding:0.5833em 0 0.5833em 0.9167em;
		width:70em;
	}
	
/* RESIZE TEXT */
	#resizeText{
		float:right;
		margin-top:0.4167em;
	}
	#resizeText a{
		float:left;
	}
	#resizeText .zoomOut, #resizeText .zoomIn{
		height:11px; 									/*11px*/
		width:19px; 									/*19px*/
	}
	#resizeText .zoomOut{
		background:transparent url(../img/icon/zoomOut.gif) no-repeat;
	}
	#resizeText .zoomIn{
		background:transparent url(../img/icon/zoomIn.gif) no-repeat;
		margin-right:0.8333em;
	}
	
/* LOCAL NAVIGATION */
	#localNavigation{
		float:left;
		width:12.5em; 										/*150px*/
		overflow:hidden;
	}
	#localNavigation ul{
		margin:0;
		padding:0.8333em 0 0 0;
		list-style:none;
		display:block;
	}
	#localNavigation li{
		margin:0;
		padding:0;
	}
	#localNavigation li div{
		padding:0;
		margin:0;
	}
	#localNavigation .space{
		height:2em;				
	}

	#localNavigation li div a{
		display:block;
		padding:0.4167em 0.8em;
		font-size:0.9167em;								/*11px*/
	}
	#localNavigation li ul{
		margin:0;
		padding:0;
	}
	#localNavigation li ul li div a{
		padding:0.4167em 1.666em;
	}
	
	#localNavigation .over ul{
		margin:0;
		padding:0;
		display:block;
	}
	
/* FOOTER */
	#footer{
		text-align:center;							/*IE Center text*/
		padding-bottom:0.8333em;
	}
	#footer a{
		text-decoration:none;
		padding:0 0.8333em;
		background:transparent url(../img/footerBgMenu.gif) repeat-y top right;
		font-size: 0.8333em;	 
	}
	#footer a:hover{
		text-decoration:underline;
	}
	#footer p {
		font-size: 0.8333em;	 
		line-height:2em;
		padding:0;
		margin:0;
	}
	
/* COL */
	.oneCol, .oneHalfCol, .twoCol, .threeCol{
		float:left;
		overflow:hidden;
		position:relative;
	}
	.oneCol{
		width:17.5em;		 			 			  		/*210px*/
	}
	.twoCol .oneCol{
		width:17.49em;		 			 			  		/*210px*/
	}
	.oneHalfCol{
		width:30em;				 		 			  		/*360px*/
	}
	.twoCol{
		width:35em;			  	 		 			  		/*420px*/
	}
	.threeCol{
		width:52.5em;		  	 		 			  		/*630px*/
	}
	.wrapper{
		padding-left:0.8333em;
	}
	.banner .wrapper{
		padding:0;
		padding-right:0.8333em;
	}
	.oneHalfCol .wrapper{
		margin:0 0 0.8em 0;	 		 			  		/*10px*/
		padding:0;
	}

/* GLOBAL HEADER */
	.wrapper .gridHeader{																
		font-size:1.2500em;								/*15px*/
		padding:0 0.6667em;								/*10px*/
		margin:0 0 0.6667em 0;							/*10px*/
		position:relative;  								/*IE HACK HASLAYOUT*/
	}
	
/* COMPONENTS STYLES
*********************************************************************************/
	.teaser, .spot, .faktaboks, .mailform, .list, .slideshow {
		margin-bottom:0.8333em;
		position:relative;	  	 						 /*IE HACK HASLAYOUT*/
	}
	.body{
		position:relative;								 /*IE HACK HASLAYOUT*/
	}
	.body ul{
			padding:0.8333em;	  	 						 /*10px*/
			margin:0 1em;							 		 /*12px*/
			_margin:0 1.2500em;							 /*15px IE HACK */
	}
	.body li{	
		line-height:1.5em;	  	 						 /*18px*/
		font-size:0.9167em; 							    /*11px*/
	}
	.body p{
		font-size:0.9167em; 							    /*11px*/
		padding:0.8333em;                          /*10px*/
		margin:0;
	}
	.body h1{
		font-size:1.2500em;								 /*15px*/
		padding:0.5833em 0.5833em 0 0.5833em;      /*7px*/
		margin:0;
	}
	.threeCol .twoColImg h1, 
	.twoCol .oneColImg h1, 
	.twoCol .halfColImg h1, 
	.oneCol h1{
			font-size:1.0833em;	  	 					 /*13px*/
			padding:0.6667em 0.6667em 0 0.6667em;	 /*8px*/
	}
	.body .dateStamp{
		font-size:0.8333em;								 /*10px*/
		padding:0 0.9167em;                        /*11px*/
		display: block;
		font-style: normal;
		margin:0;
	}
	.header div { 
		padding-top:5px;
	}
	.header h2 { 
		font-weight:bold;
		font-size:1.1667em;								 /*14px*/
		/*height:1.6667em;	14px*/
		line-height:1.1667em;							 /*14px*/
		padding:0 0.6667em;								 /*6px*/
		margin:0;
	}
	.clear{
		clear:both;
		margin:0;
		padding:0;
		height:0;
		line-height:0;
		font-size:0;
	}
	
/* LIST COMPONENT */	
	.list .body ul {
		list-style:none;
		padding:0.8333em;	 							/*10px*/
		margin:0;
	}
	.list .body ul li{
		background-position:0 0.5em;
		background-repeat:no-repeat;
		background-color:transparent;
		display:inline-block;
		padding-bottom:0.8333em;
	}
	.list .body ul li p{
		padding:0 0.8333em; 
	}
	.list .body ul li p a{
		margin:0;
	}
	.list .body ul li a{
		display:block;	
		margin:0 0 0 0.8333em;
	}
	.list .body ul li em{
	}
	.list .body .inlineList{
		margin:0 0.8333em;	 							/*10px*/
		padding:0.8333em 0;
		list-style:none;
	}
	.list .body .inlineList li{
		display:inline;
		margin:0;
		padding:0;
		background-image:none;
	}
	.list .body .inlineList a {
		display:inline;
		padding:0 0.8333em 0 0 ;
		margin:0 0.5em 0 0;
		_word-wrap:break-word;
	}
	.list .body .feed {
		list-style:none;
		padding:0;
		margin:0;
	}
	.list .body .feed li{
		background-image:none;
		position:relative;
		padding:5px 10px;
		margin:0;
	}
	.list .body .feed li a{
		padding:0 0 0 5px;
		margin:0;
		float:left;
	}
	.list .body .feed li a.img{
		padding:0;
		text-decoration:none;
	}

/* MAILFORM COMPONENT OLD */
	.mailform table{
		padding:0;
		margin:0 0 0.8333em 0;
	}
	.mailform td{
		padding:0 0.8333em;
		margin:0 ;
	}
	.mailform .textField{
		padding:0;
		margin:0;
		width:95%;
	}
	.mailform .checkbox{
	}
	.mailform hr{
		border-top:1px solid black;
		line-height:1px;
		height:1px;
		margin:0.8333em 0;
	}
	.mailform textarea{
		width:95%;
	}
	.mailform .radio{
	}
	.mailform .button{
		margin-left:0.4167em;	
	}
	.mailform .right{
		text-align:right;
	}
	.threeCol .mailform td label{
		width:100%;
		float:none;
		padding:0;
		margin:0;
	}
 
/* MAILFORM COMPONENT NEW */	
	.mailform fieldset{
		border:none;
		margin:0px;
		padding:0.8333em;
		border-top:1px solid silver;
	}
	.mailform legend{
		padding:0;
		margin:0;
		line-height:3.333em;
		_margin-left:-0.5833em;
		_margin-top:-0.8333em;
		_margin-bottom:0.6667em;
		font-weight: bold;
	}
	.mailform fieldset p{
		display:block;
		padding:0 0 0.4167em 0;
		margin:0;
		clear:both;
	}
	.mailform fieldset label input{
		height:1em;
		width:1em;
		_height:1.1667em; 	 		 					/* IE HACK */
		_width:1.1667em;									/* IE HACK */
		padding:0px;
		margin-left:-1.4167em;
		_margin-left:-1.2500em;							/* IE HACK */
		margin-right:0.5833em;
		_margin-right:0.3333em;							/* IE HACK */
	}
	.mailform em{
		color:red;
		padding-left:0.8333em;
	}
	.mailform .textArea, .mailform .textField{
		width:97%;
		padding:0;
		margin:0;
		_font-size:1.1667em;			 					/* IE HACK */
	}
	.mailform .buttonBox p{
		text-align: right;
		width:99%;
	}
	.mailform fieldset .button{
		margin:0;	
	}
	.mailform label{
		padding:0.3333em 0 0.3333em 0;
		margin:0;
		display:block;
	}
	.mailform span{
		display:block;
		overflow:hidden;
	}
	.mailform span label{
		margin:0px;
		padding:0 0.8333em 0.8333em 1.6667em;
	}
	.mailform .errormsg{
		border:2px solid red;
		color:red;
	}
	.mailform .error{
		color:red;
	}
	/*three col*/
	.threeCol .mailform label{
		float:left;
		width:24%;
	}
	.threeCol .mailform span{
		width:75%;
		float:right;
		overflow:hidden;
	}
	.threeCol .mailform span label{
		width:40%;
	}
	/*two col*/
	.twoCol .mailform label{
		float:left;
		width:24%;
	}
	.twoCol .mailform span{
		width:75%;
		float:right;
		overflow:hidden;
	}
	.twoCol .mailform span label{
		width:40%;
	}
	/*two col*/
	.oneCol .mailform label, .twoCol .oneCol .mailform label{
		display:block;
		width:100%;
		float:none;

	}
	.oneCol .mailform span, .twoCol .oneCol .mailform span {
		display:block;
		float:none;
		width:100%;
	}


/* SPOT COMPONENT */	
	.spot .body a{
		text-decoration:none;
	}
	
/* COMPONENTS RULES
*********************************************************************************/
/* RULES FOR IMG WIDTH */
	.threeCol .threeColImg img{
		width:51.6665em;
	}
	.threeCol .twoColImg img{
		width:34.1665em;
		float:left;
	}
	.twoCol .twoColImg img{
		width:34.1665em;
	}
	.threeCol .oneColImg img, 
	.twoCol .oneColImg img{
		width:16.6666em;
		float:left;
	}
	.threeCol .oneColImg img, 
	.twoCol .oneColImg img{
		float:left;
		width:16.6666em;
	}
	.oneCol .oneColImg img, 
	.twoCol .oneCol .oneColImg img{
		width:16.6666em;
		float:none;
	}
	.threeCol .halfColImg img, 
	.twoCol .halfColImg img, 
	.oneCol .halfColImg img {
		float:left;
		width:8.3333em;
	}
	
/* THREE COL RULES FOR PLACING TEXT VS IMG */
	.threeCol .twoColImg h1, 
	.threeCol .twoColImg span, 
	.threeCol .twoColImg p, 
	.threeCol .twoColImg ul{
		position:relative;							/*IE hack haslayout*/
		margin-left:66.2%;
	}
	.threeCol .oneColImg img {
		float:left;
		width:16.6666em;
	}
	.threeCol .oneColImg span, 
	.threeCol .oneColImg p,  
	.threeCol .oneColImg h1, 
	.threeCol .oneColImg ul{
		position:relative;	 		  				/*IE hack haslayout*/
		margin-left:32.3%;		 				
	}
	.threeCol .halfColImg span, 
	.threeCol .halfColImg p, 
	.threeCol .halfColImg h1, 
	.threeCol .halfColImg ul {
		position:relative; 	  	 	  				/*IE hack haslayout*/
		margin-left:16.2%;
	}
	
/* TWO COL RULES FOR PLACING TEXT VS IMG */
	.twoCol .oneColImg h1, 
	.twoCol .oneColImg span, 
	.twoCol .oneColImg p, 
	.twoCol .oneColImg ul {
		position:relative; 	 						/*IE hack haslayout*/
		margin-left:48.9%;
	}
	.twoCol .halfColImg h1, 
	.twoCol .halfColImg span, 
	.twoCol .halfColImg p, 
	.twoCol .halfColImg ul {
		position:relative;  	  		  				/*IE hack haslayout*/
		margin-left:24.5%;	  		 				/*IE hack*/
	}
	
/* ONE COL RULES FOR PLACING TEXT VS IMG */
	.oneCol .oneColImg h1, 
	.oneCol .oneColImg span, 
	.oneCol .oneColImg p, 
	.oneCol .oneColImg ul{
		position:relative;  	  		 				/*IE hack haslayout*/
		margin-left:0;
	}
	.oneCol .oneColImg ul{
		margin:0 1em;							 		 /*12px*/
		_margin:0 1.2500em;							 /*15px IE HACK */
	}
	.oneCol .halfColImg h1, 
	.oneCol .halfColImg span, 
	.oneCol .halfColImg p, 
	.oneCol .halfColImg ul{
		position:relative;  	  		 				/*IE hack haslayout*/
		margin-left:50%;
	}

/* ARTICLE 
*********************************************************************************/
/* ARTICLE */
	.article {
		margin-bottom: 0.8333em;
		width: 100%;
		overflow:hidden;
	}
	
/* ARTICLE HEADER */
	.articleHeader {
		position: relative; 						  	/* Ie hack hasLayout */
		margin-bottom: 0.25em;
	}
	.articleHeader p{
		font-size: 0.9167em;	  						/*11px */
		padding: 0.8333em;							/*10px */
		margin:0;
	}
	
/* ARTICLE FUNCTION */
	.articleFunction div{ 
		height: 2.5em;
	}
	.articleFunction .print{ 
		background:transparent url(../img/icon/print.gif) no-repeat;
		width: 32px;
		height: 25px;
		float: right;
		margin-right: 0.8333em;
	}
	
/* ARTICLE BODY */
	.articleBody{
		position: relative;	  						/* Ie hack hasLayout */
		padding: 0 0.8333em;	  	  		 			 /*10px*/
	}
	.articleBody img{
		display:inline;
	}
	.articleBody h1 {
		font-size:1.5em;								/*18px*/
		padding:0 0 0.4em 0 ;
		margin:0;
	}
	.articleBody .dateStamp{
		display: block;
		font-style: normal;
		margin:0;
	}
	.articleBody .lastUpdate{
		font-style:italic;
		position:absolute;
		font-size: 0.9167em;	  						/*11px */
		color:#808080;
		top:-2em;
	}
	.articleBody h2 {
		font-size:1.25em;								/*15px*/
		padding:0;
		margin:0;
	}
	.articleBody h3, .articleBody h4, .articleBody h5, .articleBody h6  {
		font-size:0.9167em;							/*11px*/
		padding:0;
		margin:0;
	}
	.articleBody p {
		font-size:1em;									/*12px*/
		padding:0.8333em 0;							/*10px*/
		margin:0;
		line-height:150%;
	}
	.articleBody ul {
		padding:0.8333em;
		margin:0 1.6em;
	} 
	.articleBody ul li {
		font-size:1em;									/*12px*/
		line-height:1.5em;									/*12px*/
	} 
	.articleBody td {
		font-size:1em;									/*12px*/
	}
	
/* ARTICLE FOOTER */	
	.articleFooter div{ 
		height: 0.8333em;
	}
	
/* ARTICLE COMPONENTS */	
	.articleBox{
		position:relative;
		float:right;
		width:16.6666em;
		overflow:hidden;
		padding:0.8333em 0 0.8333em 0.8333em;
		clear:both;
		margin-top:-0.8333em;
	}
	.articleBox *{
		color:#040000;
		position:relative;
	}
	.articleBox img{
		display:block;
	}
	.articleBox .header{
		margin-right:0.8333em;
		background:transparent url(../img/articleBoxBgTL.gif) no-repeat left top;
	}
	.downloadBox .header div  { 
		background:transparent url(../img/downloadBoxBgTR.gif) no-repeat right top;
	}
	.contactBox .header div { 
		background:transparent url(../img/contactBoxBgTR.gif) no-repeat right top;
	}
	.pictureBox .header div { 
		background:transparent url(../img/pictureBoxBgTR.gif) no-repeat right top;
	}
	.articleBox .header div{ 
		margin-right:-0.8333em;
		margin-left:0.8333em;
	}
	.articleBox .header h2{
		margin:0;
		padding:0.8333em 0.8333em 0.3333em 0;
	}
	.articleBox .body{
		margin-right:0.8333em;
		background:#FFF url(../img/articleBoxBgM.gif) repeat-y left top;
	}
	.articleBox .body div{
		margin-right:-0.8333em;
		margin-left:0.8333em;
		background:#FFF url(../img/articleBoxBgM.gif) repeat-y right top;
	}
	.articleBox p {
		padding-right:0.8333em;					  	/*10px*/
	}
	.articleBox .body img{
		margin-left:-0.8333em;
		width:16.6666em;		 						/*200px*/
	}	
	.articleBox .body ul{
		margin:0;
		padding:0.8333em 0 ;
		list-style:none;
	}
	.articleBox .header h2, .articleBox .body p, .articleBox .body ul li{
		font-size:0.9167em;		  			  	 	 /*11px*/
	}
	.articleBox .footer{
		margin-right:0.8333em;
		background:transparent url(../img/articleBoxBgBL.gif) no-repeat left bottom;
	}
	.articleBox .footer div{
		margin-right:-0.8333em;
		margin-left:0.8333em;
		background:transparent url(../img/articleBoxBgBR.gif) no-repeat right bottom;
		padding-top:4px;
	}

/* Funktions style bruges af redaktøren ( skal over i funktions css) 
*********************************************************************************/
.codeView{
		padding:10px;
		background:#D4D8D7;
		color:#000;
		font-family:courier;
	}


/* END SCREEN 
*********************************************************************************/
}
/* START SCREEN  KUB-STYLE
*********************************************************************************/
@media screen { 
/* BASIC 
*********************************************************************************/
	body{
		color: #165566;
		background: #FFF;
	}
	a{
		color: #165566;
	}
	a:hover{
		color: #808080;
	}
	a:visited{
		color: #808080;
	}
	h1{
		color:#CC5504;
	}
	
/* GRID 
********************************************************************************/
	#siteContent{
		background: #FFF;
	}

/* SITE NAVIGATION */
	#siteNavigation{
		background:#FFF url(../img/siteNavigationBg.gif) repeat-x bottom left;
		border-bottom:1px solid #FFF;
	}
	#siteNavigation .kub a, #siteNavigation .kub a:hover{
		background:#FF6100;
		color:#FFF;
		text-decoration:none;
	}
	#siteNavigation a{
		color:#343232;
	}
	
/* GLOBAL NAVIGATION */
	#globalNavigation{
		background:#FD7C2B url(../img/globalNavigationBg.gif) repeat-y 0 0;
	}
	
/* BREADCRUMB */
	#breadCrumb, #breadCrumb a{
		color: #CC5504;
	}
	
/* LOCAL NAVIGATION */
	#localNavigation{
		background: transparent url(../img/localNavigationBgTL.gif) no-repeat top left;;
	}
	#localNavigation ul{
		background: transparent url(../img/localNavigationBgTR.gif) no-repeat top right;
		padding-top:17px;
	}
	#localNavigation ul ul{
		background-image:none;
	}
	#localNavigation ul li div a, #localNavigation .space{
		background:#FFF url(../img/localNavigationLiBg.gif) repeat-y top right;
		border-left:1px solid #D7D6D6;
		border-bottom:1px solid #D7D6D6;
		color: #CC5504;
		text-decoration: none;
	}
	#localNavigation ul li div a:hover{
		background:#FD7B2A url(../img/localNavigationLiBg.gif) repeat-y top right;
		color:#FFF;
		text-decoration: none;
	}
	#localNavigation ul li div .sel{
		background:#F3F1F1 url(../img/localNavigationLiBg.gif) repeat-y top right;
		color:#FF7617;
		text-decoration: underline;
	}
	#localNavigation ul ul li div a{
		background:#D7D6D6 url(../img/localNavigationLiBg.gif) repeat-y top right;
		color: #165566;
		border-left:1px solid #D7D6D6;
		border-bottom:1px solid #92918B;
	}

	#localNavigation .footer{
		margin:0 0.8333em 0 0;
		background:transparent url(../img/localNavigationFooterBL.gif) no-repeat left top;
	}	
	#localNavigation .footer div{ 
		margin:0 -0.8333em 0 0.8333em;
		background:transparent url(../img/localNavigationFooterBR.gif) no-repeat right top;
		height: 13px;
	}
	
/* FOOTER */
	#footer, #footer a{
		color:#165566;
	}
	
/* GLOBAL HEADER */
	.wrapper .gridHeader{
		color:#FFF;
		background:#FF7617 url(../img/headerBg.gif) repeat-x left bottom;
		height:1.3333em;/*15px*/
	}

/* COMPONENTS STYLES
*********************************************************************************/
	.dateStamp{
		color: #716F6D;
	}
	
/* LIST COMPONENT */
	.list .body .inlineList li a{
		border-right:1px solid #165566;
	}
	.list .body ul li{
		background-image:url(../img/arrow.gif) ;
	}

/* ARTICLE
*********************************************************************************/
	.articleFunction .print{ 
		background:transparent url(../img/print.gif) no-repeat;
		}
	.articleHeader {
		margin-right :0.8333em;
		background:transparent url(../img/articleBgBL.gif) no-repeat left bottom;
	}
	.articleHeader div { 
		margin-right: -0.8333em;
		margin-left: 0.8333em;
		background:transparent url(../img/articleBgBR.gif) no-repeat right bottom;
	}
	.articleHeader img, .articleHeader p{
		margin-left: -0.8333em;
	}
	.articleFunction{ 
		margin-right: 0.8333em;
		background:transparent url(../img/articleBgTL.gif) no-repeat left top;
	}
	.articleFunction div{ 
		margin-right: -0.8333em;
		margin-left: 0.8333em;
		background:transparent url(../img/articleBgTR.gif) no-repeat right top;
	}
	.articleBody{
		background:#F3F1F1;
	}
	.articleFooter{ 
		margin-right: 0.8333em;
		background:transparent url(../img/articleBgBL.gif) no-repeat left bottom;
	}
	.articleFooter div{ 
		margin-right: -0.8333em;
		margin-left: 0.8333em;
		background:transparent url(../img/articleBgBR.gif) no-repeat right bottom;
	}
	
/* STANDARD SKIN GENERAL
*********************************************************************************/
/* RULES FOR IMG WIDTH STANDARD SKINS */
	.threeCol .standard01 .threeColImg img, 
	.threeCol .standard02 .threeColImg img, 
	.threeCol .standard03 .threeColImg img {
		width:51.4998em;/*618*/
	}
	.threeCol .standard01 .twoColImg img, 
	.threeCol .standard02 .twoColImg img, 
	.threeCol .standard03 .twoColImg img, {
		width:33.9999em;/*408px*/
	}
	.twoCol .standard01 .twoColImg img, 
	.twoCol .standard02 .twoColImg img, 
	.twoCol .standard03 .twoColImg img {
		width:33.9999em;/*408px*/
	}
	.threeCol .standard01 .oneColImg img, 
	.threeCol .standard02 .oneColImg img, 
	.threeCol .standard03 .oneColImg img, 
	.twoCol .standard01 .oneColImg img, 
	.twoCol .standard02 .oneColImg img, 
	.twoCol .standard03 .oneColImg img {
		width:16.4999em;/*198px*/
	}
	.threeCol .standard01 .oneColImg img, 
	.threeCol .standard02 .oneColImg img, 
	.threeCol .standard03 .oneColImg img, 
	.twoCol .standard01 .oneColImg img, 
	.twoCol .standard02 .oneColImg img, 
	.twoCol .standard03 .oneColImg img {
		width:16.4999em;/*198px*/
	}
	.oneCol .standard01 .oneColImg img, 
	.oneCol .standard02 .oneColImg img, 
	.oneCol .standard03 .oneColImg img, 
	.twoCol .oneCol .standard01 .oneColImg img, 
	.twoCol .oneCol .standard02 .oneColImg img, 
	.twoCol .oneCol .standard03 .oneColImg img {
		width:16.4999em;/*198px*/
	}
	.threeCol .standard01 .halfColImg img,  
	.threeCol .standard02 .halfColImg img,  
	.threeCol .standard03 .halfColImg img,  
	.twoCol .standard01 .halfColImg img, 
	.twoCol .standard02 .halfColImg img, 
	.twoCol .standard03 .halfColImg img, 
	.oneCol .standard01 .halfColImg img, 
	.oneCol .standard02 .halfColImg img, 
	.oneCol .standard03 .halfColImg img {
		width:8.1666em;/*98px*/
	}
	.standard01 .header, .standard02 .header, .standard03 .header {
		margin-right: 0.8333em;
	}
	.standard01 .header div, .standard02 .header div, .standard03 .header div { 
		margin-right: -0.8333em;
		margin-left: 0.8333em;
		padding-top:7px;
	}
	.standard01 .header h2, .standard02 .header h2, .standard03 .header h2 { 
		padding-left:0;
		color:#FFF;
	}
	.standard01 .body, .standard02 .body, .standard03 .body { 
		background:#FFF;
	}
	.standard01 .footer, .standard02 .footer, .standard03 .footer{
		margin-right: 0.8333em;
	}
	.standard01 .footer div, .standard02 .footer div, .standard03 .footer div {
		margin-right:-0.8333em;
		margin-left: 0.8333em;
		padding-top:4px;
	}

/* STANDARD 01 */		 
	.standard01 .header {
		background:transparent url(../img/standard01BgTL.gif) no-repeat left top;
	}
	.standard01 .header div { 
		background:transparent url(../img/standard01BgTR.gif) no-repeat right top;
	}
	.standard01 .body{
		border-left:1px solid #FF7617;
		border-right:1px solid #FF7617;
	}
	.standard01 .body h1, .standard01 .body h1 a  {
		color:#CC5504;
	}
	.standard01 .footer {
		background:transparent url(../img/standard01BgBL.gif) no-repeat left bottom;
	}
	.standard01 .footer div {
		background:transparent url(../img/standard01BgBR.gif) no-repeat right bottom;
	}
	
/* STANDARD 02 */
	.standard02 .header {
		background:transparent url(../img/standard02BgTL.gif) no-repeat left top;
	}
	.standard02 .header div { 
		background:transparent url(../img/standard02BgTR.gif) no-repeat right top;
	}
	.standard02 .body{
		border-left:1px solid #78BFD2;
		border-right:1px solid #78BFD2;
	}
	.standard02 .body h1, .standard02 .body h1 a  {
		color:#165566;
	}
	.standard02 .footer {
		background:transparent url(../img/standard02BgBL.gif) no-repeat left bottom;
	}
	.standard02 .footer div {
		background:transparent url(../img/standard02BgBR.gif) no-repeat right bottom;
	}
	
/* STANDARD 03 */
	.standard03 .header {
		background:transparent url(../img/standard03BgTL.gif) no-repeat left top;
	}
	.standard03 .header div { 
		background:transparent url(../img/standard03BgTR.gif) no-repeat right top;
	}
	.standard03 .header div h2 { 
		color:#FFF;
	}
	.standard03 .body{
		border-left:1px solid #B7B806;
		border-right:1px solid #B7B806;
	}
	.standard03 .body h1, .standard03 .body h1 a {
		color:#4E4E03;
	}
	.standard03 .footer {
		background:transparent url(../img/standard03BgBL.gif) no-repeat left bottom;
	}
	.standard03 .footer div {
		background:transparent url(../img/standard03BgBR.gif) no-repeat right bottom;
	}
	
/* FOCUS SKIN GENERAL
*********************************************************************************/
/* RULES FOR IMG WIDTH FOCUS SKINS */
	.threeCol .focus01 .threeColImg img, 
	.threeCol .focus02 .threeColImg img, 
	.threeCol .focus03 .threeColImg img {
		width:51.5831em;/*619*/
	}
	.threeCol .focus01 .twoColImg img, 
	.threeCol .focus02 .twoColImg img, 
	.threeCol .focus03 .twoColImg img {
		width:34.0832em;/*409px*/
	}
	.twoCol .focus01 .twoColImg img, 
	.twoCol .focus02 .twoColImg img, 
	.twoCol .focus03 .twoColImg img  {
		width:34.0832em;/*409px*/
	}
	.threeCol .focus01 .oneColImg img, 
	.threeCol .focus02 .oneColImg img, 
	.threeCol .focus03 .oneColImg img, 
	.twoCol .focus01 .oneColImg img, 
	.twoCol .focus02 .oneColImg img, 
	.twoCol .focus03 .oneColImg img  {
		width:16.5833em;/*199px*/
	}
	.threeCol .focus01 .oneColImg img, 
	.threeCol .focus02 .oneColImg img, 
	.threeCol .focus03 .oneColImg img, 
	.twoCol .focus01 .oneColImg img, 
	.twoCol .focus02 .oneColImg img, 
	.twoCol .focus03 .oneColImg img{
		width:16.5833em;/*199px*/
	}
	.oneCol .focus01 .oneColImg img, 
	.oneCol .focus02 .oneColImg img, 
	.oneCol .focus03 .oneColImg img, 
	.twoCol .oneCol .focus01 .oneColImg img, 
	.twoCol .oneCol .focus02 .oneColImg img, 
	.twoCol .oneCol .focus03 .oneColImg img {
		width:16.5833em;/*199px*/
	}
	.threeCol .focus01 .halfColImg img,  
	.threeCol .focus02 .halfColImg img,  
	.threeCol .focus03 .halfColImg img,  
	.twoCol .focus01 .halfColImg img, 
	.twoCol .focus02 .halfColImg img, 
	.twoCol .focus03 .halfColImg img, 
	.oneCol .focus01 .halfColImg img, 
	.oneCol .focus02 .halfColImg img, 
	.oneCol .focus03 .halfColImg img {
		width:8.2500em;/*99px*/
	}
	.focus01 a:hover, .focus02 a:hover, .focus03 a:hover {
		text-decoration: underline;
	}
	.focus01 .body .inlineList li a, .focus02 .body .inlineList li a, .focus03 .body .inlineList li a{
		border-right:1px solid #FFF;
	}
	.focus01 .header, .focus02 .header, .focus03 .header {
		margin-right: 0.8333em;
	}
	.focus01 .header div, .focus02 .header div, .focus03 .header div { 
		margin-right: -0.8333em;
		margin-left: 0.8333em;
	}
	.focus01 .header h2, .focus02 .header h2, .focus03 .header h2 {
		padding-left:0;
		line-height:1.0833em;							 /*13px OVERWRITE GLOBAL.CSS*/
	}
	.focus01 .body, .focus02 .body, .focus03 .body {
		width:100%;	 			 		  			  		  /*IE HACK HASLAYOUT*/
	}
	.focus01 .footer, .focus02 .footer, .focus03 .footer{
		margin-right: 0.8333em;
	}
	.focus01 .footer div, .focus02 .footer div, .focus03 .footer div {
		margin-right :-0.8333em;
		margin-left: 0.8333em;
		height:28px;
	}
	
/* FOCUS 01 */
	.focus01 .header {
		background:transparent url(../img/focus01BgTL.gif) no-repeat left top;
	}
	.focus01 .header div { 
		background:transparent url(../img/focus01BgTR.gif) no-repeat right top;
	}
	.focus01 .header div h2{ 
		color:#CC5504;
	}
	.focus01 *, .focus01 a:hover, .focus01 a:visited {
		color: #FFF;
	}
	.focus01 .body{
		background: #FF7617 url(../img/focus01BgMR.gif) repeat-y right top;
	}
	.focus01 .body img{
		border-bottom:2px solid #FFCFAD;
	}
	.focus01 .footer{
		background:transparent url(../img/focus01BgBL.gif) no-repeat left bottom;
	}
	.focus01 .footer div {
		background:transparent url(../img/focus01BgBR.gif) no-repeat right bottom;
	}
	
/* FOCUS 02 */
	.focus02 .header {
		background:transparent url(../img/focus02BgTL.gif) no-repeat left top;
	}
	.focus02 .header div { 
		background:transparent url(../img/focus02BgTR.gif) no-repeat right top;
	}
	.focus02 *, .focus02 a:hover, .focus02 a:visited {
		color: #165566;
	}
	.focus02 .body{
		background: #78BFD2 url(../img/focus02BgMR.gif) repeat-y right top;
	}
	.focus02 .body img{
		border-bottom:2px solid #C9E5ED;
	}
	.focus02 .footer{
		background:transparent url(../img/focus02BgBL.gif) no-repeat left bottom;
	}
	.focus02 .footer div {
		background:transparent url(../img/focus02BgBR.gif) no-repeat right bottom;
	}
	
/* FOCUS 03 */
	.focus03 .header {
		background:transparent url(../img/focus03BgTL.gif) no-repeat left top;
	}
	.focus03 .header div { 
		background:transparent url(../img/focus03BgTR.gif) no-repeat right top;
	}
	.focus03 *, .focus03 a:hover, .focus03 a:visited {
		color: #4E4E03;
	}
	.focus03 .body{
		background: #B7B806 url(../img/focus03BgMR.gif) repeat-y right top;
	}
	.focus03 .body img{
		border-bottom:2px solid #E7E9B2;
	}
	.focus03 .footer{
		background:transparent url(../img/focus03BgBL.gif) no-repeat left bottom;
	}
	.focus03 .footer div {
		background:transparent url(../img/focus03BgBR.gif) no-repeat right bottom;
	}
	
/* NEUTRAL SKIN GENERAL
*********************************************************************************/
	.neutral  {
		background:#F8F8F8 url(../img/neutralBgTL.gif) no-repeat left top;
		margin-right: 0.8333em;
	}
	.neutral .noImg, .neutral .noImage, .neutral .halfColImg, .neutral .oneColImg, .neutral .twoColImg, .neutral .threeColImg {
		background:#F8F8F8 url(../img/neutralBgTR.gif) no-repeat right top;
		margin-right :-0.8333em;
		margin-left: 0.8333em;
	}
	.neutral .body div, .neutral .header div h2{
		margin-left: -0.8333em;
	}
	.neutral .footer{
		display:none;
	}	

/* GLOBAL FRONTPAGE LEFT STANDARD 01 SKIN
*********************************************************************************/
	.oneHalfCol .standard01 h2{
		color:#165566;
	}
	.oneHalfCol .standard01 .header {
		background:transparent url(../img/oneHalfColBgTL.gif) no-repeat left top;
	}
	.oneHalfCol .standard01 .header div {
		background:transparent  url(../img/oneHalfColBgTR.gif) no-repeat right top;
	}
	.oneHalfCol .standard01 .body{
		background:#FFF url(../img/oneHalfColBgM.gif) no-repeat right top;
		border-left:1px solid #D7D6D6;
		border-right:1px solid #9A9892;
	}
	.oneHalfCol .standard01 .body div h1{
		color:#165566;
	}
	.oneHalfCol .standard01 .footer {
		background:transparent url(../img/oneHalfColBgBL.gif) no-repeat left bottom;
	}
	.oneHalfCol .standard01 .footer div {
		background:transparent  url(../img/oneHalfColBgBR.gif) no-repeat right bottom;
	}
	.oneHalfCol .standard01 p{
		line-height:2em;
	}

/* SEARCHBOX CODE, NOT A STANDARD COMPONENT
*********************************************************************************/
	.searchBox {
		_width:100%;
		margin-bottom:0.8333em;
	}
	.searchBox .header{
		background:transparent url(../img/searchBoxBgTL.gif) no-repeat top left;
		margin-right:0.8333em;
	}
	.searchBox .header div{
		background:transparent url(../img/searchBoxBgTR.gif) no-repeat top right;
		margin-right:-0.8333em;
		margin-left: 0.8333em;
		padding-top:4px;
	}
	.searchBox .body{
		background:#FFF url(../img/searchBoxBgM.gif) no-repeat top right;
		border-left:1px solid #D7D6D6;
		border-right:1px solid #9A9892;
	}
	.searchBox .body div{
		border-right:1px solid #D7D6D6;
	}
	#siteContent .searchBox .body .form{
		margin:0 0 0 4.5833em;
		padding-top:20px;
	}
	.searchBox .body .textField{
		margin-right:7px;
		width:15.8333em; /* 190px */
	}
	.searchBox .body .button{
		border:1px solid #D6D6D6;
		background:#FFF;
		color:#000;
		cursor:pointer;
		_cursor:hand;
		font-weight:bold;
		padding:1px 0;
		width:5.2500em;/*63px*/
		letter-spacing:1px;
		font-size:0.9167em;/*11px*/
	}
	.searchBox .body .text{
		padding:0 0 2.6667em 0; /*32px*/
		margin:0px 3.0833em 0 4.5833em; /*37px 55px*/
	}
	.searchBox .footer{
		background:transparent url(../img/searchBoxBgBL.gif) no-repeat bottom left;
		margin-right: 0.8333em;
	}
	.searchBox .footer div{
		background:transparent url(../img/searchBoxBgBR.gif) no-repeat bottom right;
		margin-right:-0.8333em;
		margin-left: 0.8333em;
		padding-top:4px;
	}
/* SCREEN END
----------------------------------------------------------------------*/
}
