/*---------------------------------------- BODY ---------------------------------------*/

body {	
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #545454;
	background: #f4f4f4 url('bg_ny.gif');
	margin: 0px;
  	padding: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:focus, a:active {
	outline: none;
}


hr { 
	height: 1px; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	border-top: 1px solid #C0C0C0; 
	border-collapse: collapse;
}



/*--------------------------------------- TABELL ---------------------------------------*/

.hoved {
	width: 832;
	height: 100%;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.logo {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


.innhold {
	width: 500px;
	height: 100%;
	font-size: 11px;
	padding-bottom: 60px;
	padding-left: 30px;
}


.tabellformat {
	color: #545454;
	font-size: 10px;
	border: 0px #FFFFFF;
	border-collapse: collapse;
}

.tabellformat2 {
	color: #545454;
	font-size: 10px;
	border-style: none;
}

.bunn {
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 15px;
	width: 100%;
}

.boble {
	height:250px;
	padding:10px;
	padding-top:20px;
	overflow:hide;
}

.boble2 {
	height:95%;
	padding:10px;
	padding-top:20px;
	overflow:hide;
}

.nyhet1 {
	background: #FFFFFF;
	font-size: 10px;
	height: 20px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

.nyhet2 {
	background: #f4f4f4 url('bg_ny.gif') top left;
	font-size: 10px;
	height: 20px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

.nyhet3 {
	background: #999999;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

/*---------------------------------------- MENY ----------------------------------------*/



.meny {
	background: #FFFFFF url('meny_bg1.jpg') top left repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	height: 34px;
	padding: 0px;
	margin: 0px;
	width: 130px;
}

.meny_aktiv {
	background: #FFFFFF url('meny_bg2.jpg') top left repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	height: 34px;
	padding: 0px;
	margin: 0px;
	width: 130px;
}


/*---------------------------------------- TEKST ----------------------------------------*/

h3,h4 {
	font-family: Times New Roman,serif;
	color: #787878;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h1 {
	font-family: Times New Roman,serif;
	color: #006699;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	font-family: Times New Roman,serif;
	color: #787878;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}



/*--------------------------------------- LIGHTBOX ---------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(template/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../template/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../template/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

