* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: center;
	font-family: verdana, sans-serif;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color:#221F20;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: white;
}


a, a:link, a:visited, a:active {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #c1b689;
}

a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #666;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color: #c1b689;
}


#container {
	text-align: left;
	margin: 0 auto;
	width: 782px;
	height: 485px;
	
	color: #4c4c4c;
	font-size: 10px;
	
	background: transparent url("design/container-bg.jpg") repeat-y 0 0;
}

#header {
	height: 130px;
}

#header #login {
}

#header h1 {
}

#header h1 a {
}

#header h1 a span {
	display: none;
}








#main_nav {
	position: absolute;
	top: 130px;
}

#main_nav ul {
	list-style-type: none;
}

#nav span { }

#nav {
}

#nav li {
	padding: 5px 0;
}

#nav li a {
	background: transparent url("design/nav-button.gif") no-repeat 0 0;
	
	display: block;
	width: 120px;
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	color: #000;
}


#nav li li {
	padding: 0;
}

#nav li li a {
	background: none;
	
	width: auto;
	height: auto;
	padding: 4px;
	padding-left: 8px;

	color: #fff;
}

#nav li li a:hover {
	text-decoration: underline;
	color: #fff;
}

#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
	
	
	background: url("design/trans.png") repeat 0 0 !important;
	background: #000;
	filter: Alpha(opacity='80'); 
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-top: -14px;
	margin-left: 25px;
}



#content {
	overflow:auto;
	width: 600px;
	height: 290px;
	margin: 0 0 0 170px;
}

#content h2 {
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	color: #c1b689;
	padding-bottom:20px;
}


#maincontent {
}

#maincontent p {
font-size:12px;
}

#secondarycontent {
}

#secondarycontent p.newsdate {
}

#secondarycontent .newsitem {
}

#footer {
	margin: 50px 0 0 15px;
	font-size: 13px;
	font-family: tahoma, sans-serif;
}

#footer a {
	text-decoration:none;
	color: #666;
}

#footer a:hover {
	text-decoration:none;
	color: #c1b689;
}

#footer .footernav {
}

.floatright {
}


.box_input {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:10px; color:#767575;}
.hr {height:1px; color:#c1b689; border-bottom:1px dotted #c1b689; text-align:left}
.button_login {
	border:1px solid #fff;
	background-color:#000;
	color:#fff;
	cursor:hand;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}



/* LIGHTBOX - kode --- */

#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 */}

