* {
	margin: 0px; padding: 0px;
	}

body{
	background: url(gfx/redbg.jpg);
	}


#bordertop{
	position: absolute;
	bottom: 60%;
	width: 100%;
	height: 180px;
	font-size: 11pt;
	font-family: "Lucida sans unicode", "Lucida", "Lucida Sans", arial, tahoma;
	line-height: 20pt;
	padding-bottom: 10px;
	color: #eeeeee;
	}

#teksttop{
	float: left;
	padding-left: 15px;
	width: 600px;
	}

#teksttop p{
	margin-top: 1em;
	background: #bb4010;
	color: white;
	display: inline;
	}

#meny{
	position: absolute;
	bottom: 0px;
	margin-bottom: -5px;
	left: 15px;
	width: 900px;
	line-height: 20pt;
	letter-spacing: 4pt;
	font-size: 11pt;
	}
	
#meny ul li{
	display: inline;
	list-style-type: none;
	}

#meny ul li a{
	display: inline;
	background: #eeeeee;
	color: #bb4010;
	text-decoration: none;
	padding-left: 6px;
	}
	
#meny ul li a:hover{
	display: inline;
	background: transparent;
	color: white;
	text-decoration: none;
	}

#content{
	position: absolute;
	top: 40%;
	width: 100%;
	min-width: 800px;
	min-height: 250px;
	border-top: #eeeeee solid 8px;
	border-bottom: #eeeeee solid 8px;
	color: #eeeeee;
	font-size: 10pt;
	font-family: "Lucida sans unicode", "Lucida", "Lucida Sans", arial, tahoma;
	}

#content2{
	padding: 15px;
	margin-bottom: 0px!important;
	margin-bottom: 15px;
	}

#oversikt{
	margin: 0 auto;
	width: 80%;
	}

#wrap #content .element{
	width: 250px;
	height: 180px;
	display: block;
	float: left;
	margin: 15px 25px;
	}

#wrap #content .tekst{
	font-size: 9pt;
	text-align: right;
	}
	
#wrap #content img{
	border: 3px solid #eeeeee;
}
	
p{
	margin-bottom: 1em;
	}

#pilhoyre{
	font-size: 45pt;
	font-family: arial;
	width: 87px;
	height: 85px;
	position: absolute;
	bottom: 40%;
	right: 0px;
	text-decoration: none;
	}

#pilhoyre #strek, #pilvenstre #strek{
	float: left;
	margin-top: -4px;
	}
	
#pilhoyre #pil, #pilvenstre #pil{
	float: left;
	font-size: 45pt;
	font-weight: bold;
	text-decoration: none;
	}

#pilvenstre{
	font-size: 45pt;
	font-family: arial;
	width: 87px;
	height: 85px;
	position: absolute;
	bottom: 40%;
	left: 0px;
	text-decoration: none;
	}
	
#pilvenstre a, #pilhoyre a{
	text-decoration: none;
	display: inline;
	}

.borte{
	display: none;
	}

#lesmer{
	display: block;
	}

#oversikt ul{
	display: block;
	}
	
#oversikt #web ul{
	display: block;
	padding-top: 15px;
	margin-bottom: 15px;
	}
	
#oversikt #web ul li{
	display: inline;
	background: #bb4010;
	}

#oversikt #foto ul{
	padding-top: 20px;
	font-weight: bold;
	}

#oversikt ul li{
	display: block;
	list-style-type: none;
	line-height: 150%;
	}

/* ------------
   Overskrifter
   ------------ */

h1{
	letter-spacing: 8pt;
	font-size: 16pt;
	color: white;
	display: inline;
	margin-bottom: 1em;
	}
	
h2{
	letter-spacing: 2pt;
	font-size: 14pt;
	color: white;
	margin-bottom: 1.2em;
	}

/* --------
    Linker
   -------- */

a:link{
	color: white;
	text-decoration: underline;
	}
	
a:visited{
	color: white;
	text-decoration: underline;
	}

a:hover{
	color: white;
	text-decoration: none;
	}

a:active{
	color: white;
	text-decoration: underline;
	}

/* ----------------
    Kontaktskjerma
   ---------------- */

label{
	float: left;
	clear: both;
	}
   
input,  textarea{
	margin-top: 3px;
	border: 1px solid #000000;
	}

input, textarea{
	float: left;
	clear: both;
	}

input:hover,  textarea:hover{
	border: 1px solid #ee5000;
	}

/* --------------
   Lightbox v2.0
   -------------- */

#lightbox{
	position: absolute;
	top: 40px;
	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(../images/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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
