* {
	margin: 0;
	padding: 0;
	z-index: auto;
}

body {
	
	font-family: verdana, sans-serif;
	background:#9FA9B3 url(design/page_background.jpg) repeat-x center top;
	margin-top:20px;
}


a, a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #053985;
}


a.download, a.download:link, a.download:visited, a.download:active {
	text-decoration:none;
	color:#2178a2; 
	font-size:11px;
}

a.download:hover {
	text-decoration: none;
	color: #333;
}

a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color: #053985;
}

hr {
	
	
}

ul {
	list-style-type: none;
}

.news {
	border-bottom:1px dotted #000;
	height:1px;
	margin-left:10px;
	margin-right:10px;
	margin-top:-10px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}

#toptekst {
	margin:165px 0px 0px 460px;
	position:absolute;
	z-index:999;
	font-family: verdana, sans-serif;
	font-size: 15px;
	color:#fff;
}

#language {
	margin:257px 0px 0px 640px;
	position:absolute;
	z-index:999;
			
}

#container {
	width: 770px;
	
	color: #333;
	font-size: 10px;
	

	
	background: transparent url("design/container-bg.gif") repeat-y 0 0;
}

#header_top {
	height: 10px; 
	background: url("design/bg_top.gif") no-repeat 0 0;
}

#header {
	height: 253px;
	width:650px; 	
}

.header_img {
  margin-left:206px;
  margin-top:59px;
}

#header span{
	position:absolute;
}

#header h1 {
	float:left;
}

#header h1 a {
	background: transparent url("design/title.gif") no-repeat 0 0;	
	width: 331px;
	height: 58px;
	margin-left: 20px;
	position: absolute;
	border-bottom:1px solid #dbdbdb;
}

#header h2 {
	margin:0 0 0 330px;
	
}

#header h2 a {
	background: transparent url("design/top_2.gif") no-repeat 0px 0px;
	display: block;
	width: 314px;
	height: 58px;	
	position: absolute;
	border-bottom:1px solid #dbdbdb;
}

#header h1 a span {
	display: none;
}

#header h2 a span {
	display: none;
}

#main_nav {
	display: block;
	position: absolute;
	top: 95px;
	margin-left: 30px;
	z-index: 70px;
}

#main_nav span { }

#main_nav ul {
	list-style-type: none;
}

#main_nav li {
	border-bottom: 1px solid #ccc;
	
}

#main_nav li a {
	display: block;
	background: transparent url("design/nav_bullet.gif") no-repeat 0 10px;
	padding: 5px 0 3px 16px;
	height: 19px;
	width: 120px;
	cursor:hand;
	
	
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;	
}

#main_nav li a.current {	
	color: #408fb6;
	text-decoration: none;	
}

#main_nav li a:hover {
	color: #408fb6;
}


#main_nav li li {
		
		border: 0;
		padding-left:5px;
		padding-top:4px;	
		width: 160px;		
		background: url("design/trans.png") repeat 0px 0px !important;
		background: #000;
		filter: alpha(opacity='90');
}

#main_nav li li a {
	background: none;
	padding: 0;
	height: 20px;
	width: auto;
	
	color: #fff;
	font-weight: normal;
	text-transform: none;
}

#main_nav li ul * {
	z-index: 90;
}

#main_nav li ul {
	padding: 10px 3px;
	position: absolute;
	display: none;
	z-index: 90;
}

#main_nav li:hover ul, #main_nav li.sfhover ul {
	display: block;
	margin-top: -37px;
	margin-left: 120px;	
}


#secondary_nav a {
	display: block;
	position: absolute;
	top:0;
	height: 55px;
	width: 176px;	
}

#secondary_nav a span { display: none; }


div { border: 0px solid #f00;}

#content {
	z-index: -1;
}

#content ul {
	list-style-type: disc;
}

#maincontent {
	position: relative;
	margin: 0 0 0 208px !important;
	margin: 0 0 0 205px;
	left: -1px;
	width: 562px !important;
	width: 560px;
	min-height:376px;
	
	
	background: url("design/maincontent-bg.gif") repeat-x 0 0;
}

#maincontent h2 {
	font-family: "arial", arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;

	background: url("design/prim_h2.gif") repeat-y 0 0;
	
	border-top: 1px solid #ccc;
	
	height: 15px;
	padding: 5px 0 12px 45px;
	margin: 0 0 10px 0;
}

#maincontent ul {
	margin:0 0 0 30px;
}

#maincontent p {
	padding:6px 20px 6px 10px;	
	font-size: 11px;
	font-weight: normal;	
}

table {
	padding: 10px 10px;
	padding-top:5px;
	font-size: 11px;
	font-weight: normal;	

}

#secondarycontent {
	position: relative;
	float: left;
	top: -6px;
	width: 206px !important;
	width: 205px;
}

#secondarycontent h2 {
	font-family: "arial", arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	
	background: url("design/sec_h2.gif") repeat-y 0 0;
	
	padding: 14px 0 0 50px;
	height: 26px;
}

#secondarycontent p.newsdate {
	font-weight: bold;
	font-size: 10px;
}

#secondarycontent .newsitem {
	padding: 15px 10px 15px 45px;
	
	font-size: 9px;
	text-align: left;
}

#secondarycontent .new1 {
	background: url("design/news_1.gif") no-repeat bottom left;
}
#secondarycontent .new2 {
	background: url("design/news_2.gif") no-repeat bottom left;
}
#secondarycontent .new3 {
	background: url("design/news_3.gif") no-repeat bottom left;
}





#footer {
	background: transparent url("design/footer-bg.gif") no-repeat 0 0;
	vertical-align:bottom;


}

#footer_bottom {
	background:  url("design/bg_bottom.gif") no-repeat 0 0;
	height:25px;	
}

#footer_bottom p {
	text-align: center;
	padding: 5px 0px 0px 0px;
	color:#999;
}





#newsletter {
	float: left;
	width: 206px !important;
	width: 205px;
}

#newsletter form {
	padding: 10px;
	text-align: left;
}

#newsletter h2 {
	font-family: "arial", arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;

	background: url("design/sec_h2.gif") repeat-y 0 0;

	padding: 14px 0 0 50px;
	height: 26px;
}

#newsletter input {
	border: 1px solid #ccc;
	padding: 2px;
	width: 180px;
	font-size:10px;
}

#newsletter input.checkbox {
	width: auto;
	margin: 4px 0 4px 0 !important;
	margin: 0px 0 5px 0;
	border: 0;
	
}

#newsletter input.button {
	width: 50px;
	clear: both;
	font-size:9px;
	background:#999999;
	border:1px solid #000;
	cursor:hand;
	font-weight:bold;
}

#newsletter span {
	display: block;
	float: left;
	width: 50px;
	height: 18px;
	border-right: 1px solid #ccc;
	padding-right: 12px;
	padding-top: 0 important;
	padding-top: 4px;
	text-align: right;
}

#newsletter .checkboxes {
	text-align: left;
	padding-right: 30px;
	margin: 10px 10px 0px 0px ;
	font-size:10px;
}

#newsletter label {
	display: block;
	clear: right;	
}

#newsletter img {
	float: left;
	margin: 10px 10px 5px 0;
}

#logoer {
	padding: 7px 0 0;
	margin: 0 0 0 208px !important;
	margin: 0 0 0 204px;
	left: -1px;
	width: 562px !important;
	width: 561px;
	height: 100px;
	background: url("design/logo_bottom.gif") no-repeat 25px 41px;
	
}

#logoer p {
	padding: 10px;
	
}

#logoer h3 {
	border:1px solid #ccc;
	border-left: 0;
	border-right: 0;
	background: url("design/h2-bullet.gif") no-repeat 5px 1px;
	
	font-size: 12px;
	
	padding: 5px 0 0 32px;
	height: 19px;
}

.box_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#767575;
}

/* 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 */}












