td.menunavigation{
font-weight:bold;
font-size:13px;
color:black;
font-family:Verdana;
border-style:none solid none solid;
border-width:1px;
background:gray url(link_out.jpg);
height:18px;
cursor:pointer;
}

td.menunavigation:Hover{
font-weight:bold;
font-size:13px;
border-style:none solid none solid;
border-width:1px;
background:gray url(link_over.jpg);
}

td.footer{
font-weight:bold;
font-size:10px;
color:white;
font-family:Verdana;
}

td.main{
#font-weight:bold;
font-size:12px;
color:black;
font-family:Verdana;
border-style:none solid none solid;
border-width:1px;
border-color:black;
background:lightgray;
}

td.main2{
font-size:12px;
color:black;
font-family:Verdana;
border-style:none solid none solid;
border-width:1px;
border-color:lightgray;
background:lightgray;
text-align: center;
}

td.main3{
font-size:12px;
color:black;
font-family:Verdana;
border-style:none solid none solid;
border-width:1px;
border-color:lightgray;
background:lightgray;
}


td.BilerOverskrift{
font-weight:bold;
font-size:12px;
color:black;
font-family:Verdana;
border-style:none solid none solid;
border-width:1px;
border-color:lightgray;
background:lightgray;
text-align: center;
}

td.main2:link,a.normal:visited{
color:#000;text-decoration:none;
}

a.normal:link,a.normal:visited{
color:#000;text-decoration:none;
}

a.normal:hover{
text-decoration:none;
}


a, div.contact-link{
color: black;
text-decoration: none;
cursor: hand;
}

div.centered {
text-align: center;
}

div.centered table{
margin: 0 auto; 
text-align: left;
}

div.thumbnail{	
padding: 3px 3px 8px 3px;	
background-color: darkgrey;	
border: 1px solid darkgrey;	
float: left;
margin-right: 10px;
margin-bottom: 10px;	
}

#lightbox{position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:225px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */