* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF5500;
	font-size: 14px;
	margin:55px 0 0 0;
}


a, a:link, a:visited, a:active {
	color: #FF5500;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#ca110b;
}

h1 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 28px;	
}

a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #FF5500;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color:#000000;
}

#wrapper {
	width:730px;
	text-align: left;	
	margin:auto;
}


#header {
	width:730px;
	border-bottom:1px solid #FF5500;
	height:45px;	
}

#header #menu {
	float: right;
	padding: 25px 0 0 0px;
}

#header #logo {
	float:left;
	margin: 10px 0 0 0;	
}


#header h1 {
	font-size:35px;
}

#content {
	width:730px;
	text-align: left;
}

#maincontent {
	margin-top:10px;
	width:730px;
	min-height:304px;
}

#maincontent ul {
	margin:0 0 0 15px;
}

#left p {
	margin: 6px 0 6px 0;
}

#footer {
	width:730px;
	border-top: 1px solid #FF5500;	
}

#footer #left {	
	float:left;
	padding: 10px 0 0 0;
	width:680px;
	font-size: 13px;
}

#footer #left p {
	margin: 12px 0 12px 0;
}

#footer #right {	
	float:right;
	padding:10px 0 0 0;
}

/*----------- Menu ------------------*/

/* Alle trin */
/*
#nav, #nav * {
	margin: 0;
	padding: 0;
	}

#nav {
	font-size: 10px;
	display: block;
	margin: 0 3px;
	height: 21px;
	margin-top:0px;
}
*/
/* trin 1 */
/*
#nav, #nav ul {
	list-style-type: none;
	
	}

#nav li {    
	float: left;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

#nav li a {
	display: block;
	height: 18px;
	width: 120px;
	padding: 3px 0 0 0;
	text-decoration:none;
	font-size: 11px;
	color: #f46611;
	font-weight: bold;
	text-align: right;
}
	
#nav li a:hover {
	color: #000000;
	text-decoration: none;
	}
*/
/* trin 2 */
/*
#nav li ul {
	position: absolute;
	left: -999em;
	background: url("design/trans.png") !important;
	background: #000;
	filter:alpha(opacity=60);
	z-index: 80;
	margin: 0 0 0 50px;
	}

#nav li li {
	float: none;
}

#nav li li a {
	height: auto;
	width: 100px;
	padding: 4px;
	background: transparent;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align:left;
	}

#nav li li a:hover {
	background: transparent;
	
	text-decoration: none;
	color: #ca110b;
	}

*/
/* The tricky part :) */
/*
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}*/





.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 */}	



