

body {
	margin: 0; 
	padding: 0;
	background: #FFFFFF url(images/bg.gif) repeat-x;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em;
	color: #333;
}

/* LINKS AND HEADINGS STYLING */

a { color: #6600CC; background: inherit; }
a:hover { color: #0033FF; background: inherit; }
h1  { font: bold 1.8em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #000000; background-color:transparent; }
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.1em; color: #000000; background: #FFFACD url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0; background-color: #FFFACD }

.blue { color: #CC0000; background: inherit; }
.image { float: left; border: 1px solid #C4C4C4; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main {
	width: 900px;
	margin: 25px auto 0 auto; 
}

/* TOP Links tekst */

#logo {
	float: left;
	padding: 1px 0 1px 1px;
}
	#logo h1 { color: #000000; background: #FFFFFF; }

/* TOP Rechts HORIZONTAAL MENU */

#menu {
	float: right;
	background: #fff url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 18px 1px 11px 0; 
	margin: 0;
}
	#menu li {
		padding: 14px 18px 14px 18px; 
		color: #444;
		background: #fff url(images/bar2.gif) no-repeat bottom left;
		display: inline; 
	}
	#menu li.active {
		background: #fff url(images/baractive2.gif) no-repeat bottom left;
		color: #000000;
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		background: #f8f8f8;
		color: #000000;
		text-decoration: none; 
	} 	
	#menu li a:hover {
		color: #FF0000;
		background: transparent;
	}
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */

#intro_left {
	clear: left;
	float: left;
	width: 250px;
    height: 100px;
	color: #330000;
	margin: 6px 0 1px 0;

}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

	.box1 {
		padding: 10px 5px;
		border: 0px solid #ccc;
		margin: 0 0 10px 0;
  background: transparent;

}
	/* Linker menu */

	#menu_left {
		float: left;
		margin: 0 0 7px 0;
		padding: 0 0 1px 0;
		border-bottom: 0px solid #e2e2e2;
	}
		#menu_left li { list-style: none; }
		#menu_left li a {
			display: block; 
			color: #3F5B7F; 
			background: transparent url(images/arrow.gif) no-repeat left center;
			width: 204px; 
			padding: 7px 23px 7px 23px;
			margin: 0 0 1px 0; 
			font-weight: bold;
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #FFFFCC url(images/arrow.gif) no-repeat center left; color: #000000;  }

/* Rechts intro bovenaan */
	
#intro_right {
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro2.jpg) no-repeat;
	color: #003300;
	margin: 0 0 6px 0;
	height: 174px;
	border: px solid #e2e2e2;
}
	#intro_right h1 { margin: 0 0 20px 0; }
	#intro_right .white { color: #336600; background-color:transparent; }
	
/* Linkerkant 1 col */
	
#left {
	float: left;
	width: 250px;
}
	.box {
		padding: 4px 15px;
		border: 1px solid #C0C0C0;
		margin: 0 0 10px 0;
  background-color: #FFFFFF;
  background: #FFFFFF
}


	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background: #FFFFAD url(images/info.gif) no-repeat;
		color: #585616;
	}

/* Rechts 2 cols */

#right {
	float: right;
	width: 643px;
}
	.leftcol {
		float: left; 
		padding: 12px 15px;
		width: 285px; 
		border:#ccc 0px solid;
		text-align: justify;
		margin: 0 0 10px 0;

	}
	.rightcol {
		float: right;
		padding: 10px 15px;
		width: 285px;
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
        
	.special {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 0px solid #ccc;
		background: #eee;
		color: #444;
	}

/* copyright etc */

#footer { clear: both; padding: 5px; border-top: 0px solid #ccc; }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA);  display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }