* {
	margin: 0;
	padding: 0;
}

body {
	background: #b9b9b9 url(design/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:#9cbdde;
}


a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #333;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color:#9cbdde;
}


#container {
	text-align: left;
	margin: 20px auto 0;
	width: 769px;
	
	color: #333;
	font-size: 10px;
	
	background: transparent url("design/container-bg.gif") repeat-y 0 0;
}

#header {
}

#header h1 {
}

#header h1 a {
	display: block;
	height: 164px;
	
	background: transparent url("design/title.gif") no-repeat 0 0;
}

#header h1 a span {
	display: none;
}

#nav {
	display: block;
	margin: 0 3px;
	height: 21px;
	border-left: 1px solid #333;
	background: transparent url("design/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("design/nav-button.gif") repeat-x 0 0;
	border-right: 1px solid #111;
}

#nav li a:hover {
	background: transparent url("design/nav-button.gif") repeat-x 0 -21px;
}


#content {
	clear: both;
	background: url("design/content-bg.gif") no-repeat 0 0;
}

#content h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 22px;
	color: #000;
	padding: 30px 0 18px 20px;
}


#maincontent {
	margin: 0 20px 0 210px;
	min-height: 200px;
}

#maincontent p {
	color: #111;
	padding: 0 0 16px 0;
}

#secondarycontent {
	position: absolute;
	top: 220px;
	width: 183px;
	padding: 0px 6px 10px 10px;
	text-align: justify;
}

#secondarycontent ul {
	list-style-type: none;
	margin-right:20px;
}

#secondarycontent li a {
	display: block;
	margin-bottom: 4px;	
	padding: 1px 2px 1px 30px;
	
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

#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("design/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/php5001/gallery/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(http://www.xlweb.dk/php5001/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover,
#nextLink:visited:hover 			{background: url(http://www.xlweb.dk/php5001/gallery/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 */}	




