/* -----------------
   =GLOBAL
-------------------------------------------------------- */

body{
	font: 76% arial,sans-serif;
	text-align: center;
	background: #fff;
	color: #333;
}

h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
	margin: 1.5em 0 1em 0
}
h4 {
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
h5 {
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
h6 {
	font-weight: normal;
}
li {
	line-height: 1.5;
}
p {
	line-height: 1.70;
	margin: 0.8em 0;
}

a{
	text-decoration: none;		
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
}

/* -----------------
   =STRUKTUR
-------------------------------------------------------- */

div#base{
	width: 970px;
	margin: 0 auto 0 auto;
}


div#wrap{
	float: left;
	width: 100%;
}


div#innhold{
	margin: 0 220px 0 220px;

}

div#venstre{
	float: left;
	width: 180px;
	margin-left: -950px;

}

div#hoyre{
	float: left;
	width: 180px;
	margin-left: -200px;

}

div#fot{
	clear: both;
	width: 100%;
	text-align: center;
}

div#base{
	text-align: left;
}

/* -----------------
   =HODE
-------------------------------------------------------- */

div#hode {
	background: url(../bilder/hode.jpg) no-repeat;
	height: 277px;
	position: relative;
}

	div#logo {
		float: left;		
	}

div#hode h1 {
position: relative;
top: 28px;
left: 22px;
}

div#hode h1 a {
	text-indent: -9999px;
	overflow: hidden;
	background: url('../bilder/logo.png') no-repeat 0 0;
	width: 216px;
	height: 121px;
	display: block;
}

div#hode div#kontaktinfo {
position: absolute;
top: 28px;
right: 22px;
margin: 0;
}

div#hode div#kontaktinfo ul li.telefon {
background:transparent url(../bilder/ikon-telefon.png) no-repeat scroll 0 5px;
padding-left:35px;
}

div#hode div#kontaktinfo ul li.epost {
background:transparent url(../bilder/ikon-epost.png) no-repeat scroll 0 8px;
padding-left:35px;
}

div#hode div#kontaktinfo ul li {
color:#7d6023;
font-size:1.13em;
font-weight:bold;
line-height:2.3;
}

div#hode div#kontaktinfo a {
color: #7d6023;
text-decoration: none;
}


div#hode p#kontaktinfo span {
display:block;
float:left;
font-weight:bold;
padding-right:5px;
text-align:right;
width:54px;
}


/* -----------------
   =HOVEDMENY
-------------------------------------------------------- */

div#hovedmeny {
		position: absolute;
		top: 20.30em;
		background: url(../bilder/bakgrunn-hovedmeny.gif) repeat-x bottom;
		height: 32px;
		width: 970px;
}
div#hovedmeny ul {
	margin-left: 43px;
}

	div#hovedmeny ul li {
		float: left;
		margin-right: 2px;
		list-style: none;
   }
	
		div#hovedmeny ul li a {
			background: url(../bilder/bakgrunn-hovedmeny-venstre.png);
			display: block;
			padding: 0 0 0 15px;
			text-decoration: none;
			color: #eae1ce;
  		}
		
		div#hovedmeny ul li a span {
			background: url(../bilder/bakgrunn-hovedmeny-venstre.png) no-repeat right;
			display: block;
			padding: 6px 15px 8px 0;
  		}
		
			div#hovedmeny ul li a:hover, div#hovedmeny ul li a.aktiv {
				background: url(../bilder/bakgrunn-hovedmeny-aktiv-venstre.png);
				text-decoration: none;
				color: #150f04;
	  		}
			
			div#hovedmeny ul li a:hover span, div#hovedmeny ul li a.aktiv span {
				background: transparent url(../bilder/bakgrunn-hovedmeny-aktiv-venstre.png) no-repeat right;
	  		}
			
			


/* -----------------
   =UNDERMENY
-------------------------------------------------------- */
	
div#undermeny {
background: url(../bilder/bakgrunn-undermeny.gif);
height: 31px;
}

div#undermeny ul {
margin-left: 53px;
}

	div#undermeny ul li {
	float: left;
	list-style: none;
	margin-right: 2px;
   }
	
		div#undermeny ul li a {
		color: #4e3808;
		text-decoration: none;
		display: block;
		padding: 4px 5px 4px 5px
  		}
		
		div#undermeny ul li a.aktiv {
		font-weight: bold;
		
  		}
		
	

.hide {
		display: none; 
}

/* -----------------
   =FOT
-------------------------------------------------------- */

div#fot{
	background: url(../bilder/bakgrunn-fot.gif);
	height: 29px;
	margin-top: 20px;
}

	div#fot p{
		margin: 0;
	}

	div#fot a {
		color: #fff;
		text-decoration: none;
	}


/* -----------------
   =VENSTRE KOLONNE
-------------------------------------------------------- */

div#venstre {
	text-align: left;
	
	}


a#logo-samarbeidspartner {
background:transparent url(../bilder/logo-intermedia.png) no-repeat scroll top center;
display:block;
height:61px;
overflow:auto;
text-indent:-9999px;
width:180px;
border-bottom: 1px solid #eee;
padding: 0 0 10px;
}	

/* -----------------
   =INNHOLD KOLONNE
-------------------------------------------------------- */

div#innhold {
	min-height:400px;
	height: auto !important;
	height: 400px;
}
	
		div#innhold h2 {
		color: #4e3808;
		font-size: 2.3em;
	}
	
		div#innhold h2.csc-firstHeader {
			margin-top: .5em;
		}
		
	   div#innhold a {
	   	color: #b97e00;
		text-decoration:underline;	   	
	   }
	   
	   div#innhold a:hover {
	   	color: #7f5700;
	   	}
	
	/* -----------------
	   =NYHETER LISTE
	   ----------------- */
		
		.nyhet-liste {
			margin-top: 1.1em;	
		}
		
			.nyhet-liste h2, #nyhet-vis h2 {
				color: #1c448d;
				font-size: 2em;
			}
			

			div#innhold .nyhet-liste h2 a {
				text-decoration: none;
			}			
			
			.nyhet-liste img {
				float: right;
				margin: 0 0 10px 15px;
			}
			
			.nyhet-liste p.ingress {

			}
			
.nyhet-link-mer {
margin-left: 5px;
}
	
		/* -----------------
	   =NYHETER LISTE - TO KOLONNER
	   ----------------- */
			
			#innhold .nyhet-liste .nyhet-2-kolonner {
				float: left;
				width: 48%;
				height: 170px;
				margin-right: 10px;
			}
			
				#innhold .nyhet-liste .nyhet-2-kolonner h2 {
					font-size: 1.3em;
					width: 100%;
				}
				
				#innhold .nyhet-liste .nyhet-2-kolonner img {
					margin-top: 5px;
				}
				
				#innhold .nyhet-liste .nyhet-2-kolonner div {
					height: 130px
				}
				
					#innhold .nyhet-liste .nyhet-2-kolonner div.hr {
					height: 20px
				}
				
				#innhold .nyhet-liste .nyhet-2-kolonner p {
					height: 83px;
					overflow: hidden;
					margin-top: 0;
				}
				
				.nyheter-topp-marg {
					margin-top: 10px;
				}
						
	/* -----------------
	   =NYHETER VIS
	   ----------------- */	
		
		.nyhet-vis p.ingress {
			font-weight: bold;
		}

		#nyhet-vis .img {
			float: right;
		}
		
		.nyhet-vis-bilde {
			float: right;
			margin: 0.5em 0 5px 10px;
			max-width: 240px;
		}
		
		.nyhet-vis-info {
			font-style: italic;
		}
		
		
		.news-single-imgcaption {
		clear: right;
		font-style: italic;
		font-size: 11px;
		padding-top: 3px;
		margin-top: 0;
		}
		
		.csc-textpic-caption {
		font-style: italic;
		font-size: 11px;
		padding-top: 3px;
		}
			
			/* -----------------
	   	=NYHETER KOMMENTARER
	   	----------------- */	
			
			.kommentar-liste {
				clear: both;
				
			}
			
			.kommentar-skjema-beskjed {
				border:1px solid #D0D0D0;
				font-weight:bold;
				margin-top:5px;
				padding:10px 20px;
				text-align:center;
			}
			
			.kommentar-vis {
				margin: .8em 0;
			}
			
				.kommentar-vis-hode {
					margin:0;
					background: #eee;
					padding: 2px 5px;
				}
				
					.stil-1 .kommentar-vis-hode {
						background: #1C448D;
						color: #fff;
					}
			
				.kommentar-vis-navn {
					font-weight: bold;
				}
			
			
			

	/* -----------------
		=OVERSKRIFTER, LISTER OSV
		----------------- */	
		
		div#innhold h3 {
		color: #4e3808;
		font-size: 1.3em;
		margin: 0;
		}
		
			div#innhold h4 {
		color: #1c448d;
		font-size: 1.2em;
		margin: 0;
		text-transform: none;
		}
		
		
		div#innhold p {

		}
	
		/* =LISTER */
		
		div#innhold ul {
			margin:0.8em 0;
		}
		div#innhold ul li {
			margin-left: 17px;
			list-style: square;
		}			
		
		/* -----------------
   =LYSBOKS
   ----------------- */
   
	   /**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;	
	}
		
	

/* -----------------
	   =SKILLELINJE
	   ----------------- */
				
div.hr {
background:#FFFFFF url(../bilder/hr.gif) repeat-x scroll center center;
clear:both;
height:20px;
}		

div.hr hr {
	display: none;
}

	
/* -----------------
   =HØYRE KOLONNE
-------------------------------------------------------- */

div#hoyre .skjema {
margin-top: 1.4em;
	margin-bottom: 10px;
}

div#hoyre img {
	margin: 0 0 .4em 0;
}


div#hoyre h3, div#hoyre h2 {
	color: #4e3808;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: .6em;
	margin-top: 3em;
	clear: left;
}

div#hoyre h3.forste, div#hoyre h2.csc-firstHeader{
	margin-top: 0;
	clear: left;
}

div#hoyre h2.csc-firstHeader{
	margin-top: 10px;
}

input {
	border: 1px solid #000;
	float: left;
	padding: 2px;
	width: 8.7em;
	margin-right: 3px;
}


div#hoyre input.knapp-sok, input.knapp {
background:#c28400;
color:#FFFFFF;
font-size:1.02em;
border: 0;
width: auto;
}

input.knapp-sok {
width:36px;
}


/* -----------------
   =TILGJENGELIGHET
-------------------------------------------------------- */

#tilgjengelighet {
	position: absolute;
	top: -9999px;
	font-size: 1px;
}
.hide {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
}

/* -----------------
   =NYHETER
-------------------------------------------------------- */

	/* -----------------
	   =NYHETER LISTE
	   ----------------- */
		
	/* -----------------
	   =NYHETER VIS
	   ----------------- */	
		
		

/* -----------------
   =BOKSER
-------------------------------------------------------- */

				
				
							
/* -----------------
   =AKTUELT
   ----------------- */
	
	ul#aktuelt {
		list-style: none;
		margin-top: 1.4em;
		margin-bottom: 20px;
	}
	
		ul#aktuelt li {
		background: url(../bilder/bakgrunn-aktuelt.gif) 0 -30px;
		padding: 0 3px 0 3px;
		}
		
		ul#aktuelt li.tittel {
		background: url(../bilder/bakgrunn-aktuelt.gif);
		padding: 0 3px 0 3px;
		line-height: 26px;
		color: #fff;
		font-weight: bold;
		padding-left: 15px;
		}
		
		ul#aktuelt li.last {
		background: url(../bilder/bakgrunn-aktuelt.gif) bottom;
		padding: 0 3px 2px 3px;
		line-height: 26px;
		}
		
			ul#aktuelt li.last a {
		border-bottom: 0px;
		}
		
		ul#aktuelt li a {
			display: block;
			text-align: left;
			background: #fff7ef;
			color: #4e3808;
			line-height: 30px;
			padding: 0 0 0 15px;
			margin-bottom: 0px;
			border-bottom: 1px solid #fff;
			text-decoration: none;
		}
		
/* -----------------
   =AVSPILLER HØYRE KOLONNE
   ----------------- */	

div#avspiller-webtv-liten {
background:#EEEEEE none repeat scroll 0 0;
display:block;
height:130px;
margin:0.1em 0 1em;
width:180px;
}					

/* -----------------
	=SPRÅKMENY
	------------------------------------------------------*/

li#flaggvalg ul {
    color:#2a245b;
    list-style-type:none;
	 margin-left: 5px;
}

li#flaggvalg ul li {
	margin-left: 4px;
	background-repeat: no-repeat;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

li#flaggvalg ul li a {
	display: block;
	height: 32px;
	padding-left: 0;
}

		li#flaggvalg ul li.flagg-norsk a {
			background:transparent url('../bilder/flagg/flagg-norsk.gif') no-repeat;
			background-position:center;
			width: 27px;
		}
		
		li#flaggvalg ul li.flagg-engelsk a {
			background:transparent url('../bilder/flagg/flagg-britisk.gif') no-repeat;
			background-position:center;
			width: 27px;
		}
		
		li#flaggvalg ul li.flagg-tysk a {
			background:transparent url('../bilder/flagg/flagg-tysk.gif') no-repeat;
			background-position:center;
			width: 30px;
		}
		
		li#flaggvalg ul li.flagg-spansk a {
			background:transparent url('../bilder/flagg/flagg-spansk.gif') no-repeat;
			background-position:center;
			width: 30px;
		}
		
		li#flaggvalg ul li.flagg-japansk a {
			background:transparent url('../bilder/flagg/flagg-japansk.gif') no-repeat;
			background-position:center;
			width: 30px;
		}

