/* Oppsett bakgrunnsbilde */
body {
	background-image: url('/nmkstoren/bilder/bakgrunn.jpg');
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: black;
	color: #FFFFFF;
}
/* Oppsett innholdsbokser */
div.meny {
	position: absolute;
	width: 150px;
	max-width: 150px;
	height: 550px;
	max-height: 550px;
	top: 150px;
	left: 50px;/*180*/
	overflow: auto;
}
div.innhold {
	position: absolute;
	width: 580px;
	max-width: 580px;
	height: 650px;
	max-height: 650px;
	top: 120px;
	left: 210px; /*340*/
	overflow: auto;
	background-color: White;
}
div.sponsor {
	position: absolute;
	width: 175px;
	max-width: 175px;
	height: 620px;
	max-height: 620px;
	top: 150px;
	left: 815px; /*942*/
	overflow: hidden;
}
/* Formatering skrift/linker/bilder */
.meny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F5500;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	margin-top: 3px;
}
h1.overskrift {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: transparent;
}
tr.venteliste {
	background-color: #E2E2E2;
}
p, .tekstinnhold, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}
.pameldinglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F5500;
	background-color: transparent;
	text-decoration: underline;
}
.tekstinnholdfet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F5500;
	text-decoration: underline;
	background-color: transparent;
}
.alt {
	border-top-color: #7F5500;
	border-top-width: medium;
	border-top-style: solid;
}
.sponsoroverskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F5500;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}
.sponsorer {
	margin-bottom: 8px;
}
.tekstadvarsel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	font-weight: bold;
	background-color: transparent;
}
.input {
	width: 220px;
}
.select {
	width: 220px;
}
.inputpostnr {
	width: 38px;
}
.inputpoststed {
	width: 178px;
}
.nyhetoverskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
}
.nyhetforfatter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	font-style: italic;
	margin: 0px;
}
.nyhetdato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}
.nyhettekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}
.nyhetlesmer {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	color: #7F5500;
	background-color: transparent;
}
.hrinnhold {
	width: 95%;
	color: #7F5500;
	text-align: left;
	background-color: transparent;
}
td.TRmarg {
	width: 25px;
}
td.TRmeny {
	font-weight: bold;
	vertical-align: top;
}
td.TRhead {
	font-size: 14px;
	font-weight: bold;
}
#marqueecontainer{
	position: relative;
	width: 153px; /*marquee width */
	height: 600px; /*marquee height */
	background-color: transparent;
	overflow: hidden;
	border: 0px solid orange;
	padding: 2px;
	padding-left: 4px;
}
#vmarquee {
	position: absolute; 
	top: 20px;
	width: 98%;
}
div#hjelp {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-color: transparent;
	margin: 0px 5px 5px;
	vertical-align: top;
	overflow: auto;
	top: 220px;
	left: 560px;
	height: 80px;
	width: 200px;
	position: absolute;
	z-index: 10;
}

/* bildegalleri */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#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(/gb/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(/gb/images/prevlabel2.gif) left 30% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gb/images/nextlabel2.gif) right 30% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

