* {
	margin: 0;
	padding: 0;
}

body {
	background: #ced7e1 url(../images/body-bg.gif) repeat-x 0 0;
	text-align: center;
	font-family: verdana, sans-serif;
	padding: 0 0 30px 0;
}


a, a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#6994bc;
}


a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #333;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color:#5e5e5e;
}

a.galleri_cat, a.galleri_cat:link, a.galleri_cat:visited, a.galleri_cat:active {
	color: #333;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

a.galleri_cat:hover {
	text-decoration: none;
	color:#5e5e5e;
}


#container {
	text-align: left;
	margin: 20px auto 0;
	width: 769px;
	
	color: #333;
	font-size: 12px;
	
	background: transparent url("../images/container-bg.gif") repeat-y 0 0;
}

#header {
}

#header h1 {
}

#header h1 a {
	display: block;
	height: 164px;
	
}

#header h1 a span {
	display: none;
}

#nav {
	display: block;
	margin: 0 3px;
	height: 21px;
	border-left: 1px solid #333;
	background: transparent url("../images/nav-button.gif") repeat-x 0 0;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	height: 18px;
	width: 95px;
	padding: 3px 0 0 0;
	text-decoration:none;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	
	background: transparent url("../images/nav-button.gif") repeat-x 0 0;
	border-right: 1px solid #111;
}

#nav li a:hover {
	background: transparent url("../images/nav-button.gif") repeat-x 0 -21px;
}


#content {
	clear: both;
	background: url("../images/content-bg.gif") no-repeat 0 0;
}

#content h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	color: #000;
	padding: 30px 0 18px 20px;
}


#maincontent {
	margin: 0 20px 0 210px;
	min-height: 400px; 
	
}

#maincontent p {
	color: #111;
	padding: 0 0 16px 0;
}

#secondarycontent {
	position: absolute;
	top: 220px;
	
	padding: 0px 6px 10px 0px;
	
	
}

#secondarycontent ul {
	list-style-type: none;
	margin-right:20px;
	
}

#secondarycontent li a {
	display: block;	
	padding: 5px 2px 2px 0px;
	margin-bottom:5px;
	font-size:11px;	
	color: #222;
	text-decoration: none;
	border-bottom:4px dotted #dddddd;
}

#secondarycontent li a:hover {
	color: #222;	
	border-bottom:4px ridge #5e707e;

	
	
}

#secondarycontent li a.current {
	display: block;	
	padding: 5px 2px 2px 0px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;	
	color: #222;
	text-decoration: none;
	border-bottom:4px solid #5e707e;
}

#secondarycontent li a.current:hover {
	color: #222;	
	border-bottom:4px solid #5e707e;	
}

#secondarycontent h2 {
	display: block;
	background: #fff;
	border: 1px solid #777;
	margin-bottom: 4px;
	padding: 1px 2px 1px 10px;
	font-size:12px;
	
	color: #222;
	font-weight: bold;
	text-decoration: none;
}



#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 769px;
	
	font-size: 10px;
	
	background: transparent url("../images/footer-bg.gif") no-repeat bottom center;
}

#footer p {
	margin-left: 200px;
	margin-right: 10px;
	padding: 2px 0 0;
	
	text-align: right;
	color: #888;
		
	border-top: 1px solid #999;
}

#footer p a {
	color: #888;
}

#content li {
margin-left: 16px;
margin-bottom: 5px;
}


.box_input							{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:10px; color:#767575;}
.hr									{height:1px; color:#084681; border-bottom:1px dotted #084681; text-align:left}
#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(http://www.xlweb.dk/gallery/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;background: url(http://www.xlweb.dk/gallery/prevlabel.gif) left 95% no-repeat;}
#nextLink { right: 0; float: right;background: url(http://www.xlweb.dk/gallery/nextlabel.gif) right 95% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.xlweb.dk/gallery/prevlabel.gif) left 95% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.xlweb.dk/gallery/nextlabel.gif) right 95% 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 */
	}	



