@charset "utf-8";
@import url("jquery.lightbox.css");
/* CSS Pir 2 */

/* ------ GENERELT ------ */

* { margin: 0; padding: 0 border: 0; } /* Alle elementer */

body {
	background: #FFF url(/gfx/bakgrunn.jpg) top center no-repeat;
	font: 12px Verdana, Geneva, Arial, sans-serif;
	color: #454545;
	text-align: center; /* IE 6-sentrering */
}

/* ------ HEADER ------ */

div#header {
	position: relative;
	width: 880px;
	height: 129px;
	background: transparent url(/gfx/header.jpg) top left no-repeat;	
}

	ul#menyknapper { list-style: none; }
	
	div#menyknapper a {
		position: absolute;
		margin: 0 0 0 0;
		border: 0px solid black;
		top: 46px; 
		text-indent: 60px;
		cursor: pointer;
	}
	
		a#meny_forside { 
			width: 79px;
			left: 384px;
			height: 15px;
			background: url(/gfx/meny_forside.png) left top no-repeat;
		}
			
			* html a#meny_forside { /* IE6 */
				width: 87px;
				height: 19px;
				left: 380px;
				top: 43px;
				background: url(/gfx/meny_forside.gif) left top no-repeat;
			}
			
			a#meny_forside:hover { background-position: left bottom; }
		
		a#meny_omoss {
			width: 73px;
			height: 15px;
			left: 495px;
			background: url(/gfx/meny_omoss.png) left top no-repeat;
			}
			
			* html a#meny_omoss { /* IE6 */
				width: 81px;
				height: 19px;
				left: 491px;
				top: 43px;
				background: url(/gfx/meny_omoss.gif) left top no-repeat;
			}
			
			a#meny_omoss:hover { background-position: bottom left; }
		
		a#meny_prosjekter {
		width: 111px;
		height: 18px;
		left: 599px;
		background: url(/gfx/meny_prosjekter.png) left top no-repeat; 
			}
			
			* html a#meny_prosjekter { /* IE6 */
				width: 120px;
				height: 21px;
				left: 593px;
				top: 42px;
				background: url(/gfx/meny_prosjekter.gif) left top no-repeat;
			}
			
			a#meny_prosjekter:hover { background-position: left -18px;}
			
				* html a#meny_prosjekter:hover { background-position: left bottom;}
			
		a#meny_kontakt {
			height: 15px;
			width: 87px;
			left: 741px;
			background: url(/gfx/meny_kontakt.png) left top no-repeat;
			}
			
			
			* html a#meny_kontakt { /* IE6 */
				width: 95px;
				height: 21px;
				left: 738px;
				top: 42px;
				background: url(/gfx/meny_kontakt.gif) left top no-repeat;
			}
			
			a#meny_kontakt:hover {	background-position: left bottom ; }
		
		/* ------ SØKEFUNKSJONEN ------ */
		
		div#sok { /* Div som omslutter søkefelt og -knapp */
			width: 182px;
			height: 22px;
			position: absolute;
			bottom: 3px;
			right: 26px;	
border: 0px solid black;		
		}

		div#header .inputfield { /* Søkefelt */
			vertical-align: middle;			
			float: left;
			width: 132px;
			height: 13px;
			background: url(/gfx/sokbg.gif) left top repeat-x;
			color: #999;
			font: 10px Verdana, Geneva, Arial, sans-serif;
			border: 0;
			border-left: 1px solid white;
			border-right: 1px solid white;
			padding: 3px 3px 3px 4px;
		}
		
		* html div#header .inputfield {  }

div#header .button { margin: 0 0 0 4px; } /* Knappbildet */

		* html div#header .button { margin: 0 0 0 2px; } /* Knappbildet IE6 hack */		
					
			/*#sokknapp { float: right; text-indent: -9999px; width: 32px; height: 19px; background: url(/gfx/sokknapp.gif) top left no-repeat; }
			#sokknapp:hover { background-position: bottom left; } */
		
			.hidden { visibility: hidden; }

		#form-searchredirect { border: 0px solid blue }

		div#headerepost {
			border: 0;
			width: 103px;
			height: 12px;
			position: absolute;
			bottom: 8px;
			right: 250px;
		}
		
			div#headerepost a {
				display: block;
				text-indent: 9999px;
				overflow: hidden;
				border: 0;
				width: 103px;
				height: 12px;
				border: 0px solid black;
				background: url(/gfx/headerepost.gif) bottom left no-repeat;
			}
			
			* html div#headerepost a:hover { background-position: left 1px;  }
		
			div#headerepost a:hover { background-position: left top; }
		
		
		
/* ------ CONTAINER ------ */		
	
div#container {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	min-height: 300px;
}

	div#subcontainer {
		width: 880px;
		padding-top: 32px;
		background: url(/gfx/subcnt_gradient.gif) left top repeat-x;
	}

	div#leftcol { /* Left column */
		margin: 0 0 0 32px;
		width: 548px;
		float: left;
		display: block;
	}	
		* html div#leftcol { margin: 0 0 0 16px; } /* IE6 Hack */
	
	div#rightcol { /* Right column */
		width: 260px;
		float: right;
		margin: -6px 22px 0 0;
	}
		* html div#rightcol { margin: 0 12px 0 0px; } /* IE6 Hack */
		
	/* ----- FØRSTESIDE NYHET NIVÅ 1 */
		
	div#newstext_top {
		width: 530px;
		line-height: 18px;
		font-size: 12px;
		margin: 13px 0 0 10px;	
	}
	
	div#newstext_top img {
		margin: 10px 10px 10px 10px;
	}
	
	* html div#newstext_top img { margin: 10px 5px 10px 5px; }
		
	span.newsdate {
		color: #ababab;
		font-size: 11px;
	}
	
	p.lesmer {
		width: 526px;
		height: 22px;
		margin: 16px 0 0 8px;
		padding: 4px 0 0 2px;
		font-size: 11px;
		background: url(/gfx/hrz_dobbel.gif) left top repeat-x;
		color: #218ebc;
	}
	
	a.lesmer2 {
		font-size: 11px;
		color: #a1a1a1;
		white-space: nowrap;
	}
	
	a.lesmer2:hover {
		color: #218ebc;
	}
	
	/* ----- PERMALINK NYHET */	
	
	body#newspermapage #leftcol p {
		border: 0px solid black;
		margin-bottom: 15px;
		line-height: 20px;
	}

	body#newspermapage div#minibilder #leftcol img {
		margin-left: 7px;
		float: left;
	}
	
	
		/* ------- Førstesidebokser ------ */
		
	div#notisboks {
		float: right;
		width: 255px;
		height: auto;
		background: url(/gfx/notisboks_topp.gif) left top no-repeat;
		padding-top: 32px;
		margin-bottom: 10px;
		line-height: 16px;
	}
	
	div#prosjektboks {
		float: right;
		width: 255px;
		height: 130px;
		background: url(/gfx/prosjektboks_topp.gif) left top no-repeat;
		padding-top: 32px;
		line-height: 16px;
	}
	
	div#prosjektboks img {
		border: 1px solid #e6e6e6;
		margin: 4px 0 4px -2px;
	}
	
	span#zoom {
		background: url(/gfx/zoom.gif) left 2px no-repeat;
		padding: 0 0 0 13px;	
	}
	
	p.boksbunn {
		font-size: 11px;
		background: url(/gfx/boks_bunn.gif) left bottom no-repeat;
		padding: 7px 17px 28px 20px;
	}
		
	/* ----- FØRSTESIDE NYHET NIVÅ 2 */
	
	div.newstext_top2 {
		width: 530px;
		min-height: 113px;
		line-height: 19px;
		background: url(/gfx/hrz.gif) left bottom repeat-x;
padding-bottom: 5px;
		margin: 15px 0 0 0;
	}
	
	div.newstext_top2 img {
		float: left;
		padding: 1px;
		border: 1px solid #e0e0e0;
		margin: 3px 15px 8px 0;
	}
	
		div.newstext_top2 p {
		margin: 4px 0 0 0;
		padding-bottom: 15px;
	}

.news_written {
padding-top: 2px;
width: 372px;
float: left;
border: 0px solid black;
}
	
	/* ----- OM OSS -----  */
	
	div#kartboks {
		float: left;
		width: 330px;
		height: 297px;
		background: url(/gfx/kart.jpg) left top no-repeat;
	}
	
	div#pir2panel {
		float: left;
		margin: 0 14px 0 0;
		width: 247px;
		height: 303px;
	}
	
	div#medarbpanel {
		float: left;
		width: 247px;
		height: 303px;
	}

div#pir2panel p, div#medarbpanel p {
	line-height: 18px;
	color: #7f7f7f;
	padding: 8px 0 0 5px;
	margin-bottom: 10px;
}

div#pir2panel_gfx {
	background: url(/gfx/omoss_pir2.jpg) left top no-repeat;
	width: 247px;
	height: 140px;
}

div#medarbpanel_gfx {
	background: url(/gfx/omoss_medarb.jpg) left top no-repeat;
	width: 247px;
	height: 140px;
}

span.panel_link, span.panel_link2 {
	margin: 4px 0 0 4px;
	height: 18px;
	width: 240px;
	color: #218ebc;
	padding-top: 4px;
	display: block;
	font-size: 11px;
	background: url(/gfx/hrz_dobbel.gif) left top repeat-x;
}

span.panel_link a, span.panel_link2 a {
	margin: 0 0 0 4px;
}

span.panel_link2 {
	margin-top: 0;
	background: url(/gfx/hrz.gif) left bottom repeat-x;
}

p.newsarchive_link {
	clear: both;
	margin-top: 15px;
	font-size: 11px;
}


/* ------- TYPOGRAFI ------- */



a {
	text-decoration: none;
	color: #218ebc;
	}

a:hover {
	text-decoration: underline;
	color: #218ebc;
}

h1, h2, h3, h4, h5, h6 {
	color: #218ebc;
}

h2 {
	font: 25px 'Klavika Rg', Geneva, Arial, Helvetica, sans-serif;
}

/* ----- FOOTER ----- */

	div#footer {
		border-top: 0px solid #ededed;
		background: url(/gfx/pixel_grey.gif) 0px 55px repeat-x;
		width: 860px;
		height: 70px;
		clear: both; 
		margin: 0 auto 0 auto;
		padding: 75px 0 0 8px;
	}
	
		a#footerlogo {
			float: left;
			width: 64px;
			height: 32px;
			background: url(/gfx/minilogo.jpg) left top no-repeat;
			margin: 0 0 0 17px;
		}
		
		a#footerlogo:hover { background-position: left bottom }
		
		div#footer p {
			font-size: 11px;
			color: #8a8a8a;
			float: left;
			margin: 8px 0 0 20px;
		}
		
		a#gfalogo {
			width: 44px;
			height: 44px;
			margin: 0 14px 0 0;
			float: right;
			background: url(/gfx/gfalogo.gif) left top no-repeat;
			}
			
			a#gfalogo:hover { background-position: left bottom }
		
		a#ablogo {
			float: right;
			margin: 0 14px 0 0;
			width: 42px;
			height: 42px;
			background: url(/gfx/ablogo.gif) left top no-repeat;
		}
		
			a#ablogo:hover { background-position: left bottom }
		
		a#mflogo {
			height: 44px;
			width: 52px;
			margin: 0px 10px 0 0;
			float: right;
			background: url(/gfx/mflogo.gif) left top no-repeat;
		}
		
			a#mflogo:hover { background-position: left bottom; }
		

/* ---------- */

body#mer p {
float: right;
clear: right;
width: 516px;
border: 0px solid black;
margin: 0 18px 15px 0px;
line-height: 18px;
}

* html body#mer p {
margin-right: 9px;
}

body#mer li {
list-style: square;
clear: right;
margin: -2px 12px 12px 0;
padding: 0;
border: 0px solid black;
width: 500px;
float: right;
}

/* ---------- */
		
		
	/* These are standard sIFR styles... do not modify */
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}

	.sIFR-replaced {
		visibility: visible !important;
	}

	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	br.breaker { clear: both; }

	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}

	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

	.sIFR-hasFlash h2 {
		visibility: hidden;
		letter-spacing: -10px;
		font-size: 60px;
	}


	/* fix header */
	div#menyknapper a { text-indent: -9999px }