/* YAHOO RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

#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(../_images/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(../_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;
}

#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;
}

/* POSITION IS EVERYTHING CLEAR FIXER */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form.simple fieldset {
	border:0;
}

form.simple fieldset button,
form.simple fieldset input,
form.simple fieldset select,
form.simple fieldset textarea,
form.simple fieldset label {
	float:left;
	display:block;
}

form.simple fieldset button,
form.simple fieldset input,
form.simple fieldset select,
form.simple fieldset textarea {
	width:200px;
}

form.simple fieldset.boxes input {
	width:auto;
	margin-right:10px;
}

form.simple fieldset label {
	width:160px;
}

form.simple fieldset label.error {
	color:#FF0000;
}

form.simple fieldset textarea {
	height:200px;
}

form.simple fieldset br {
	clear:left;
}

form.simple p.error {
	color:#FF0000;
}

form.simple fieldset label.check,
form.simple fieldset input.check {
	width:auto;
}

/*
##################################
		STANDAARDEN
############################## */
ul,ol {
	padding:20px 30px;
}

ul {
	list-style:disc;
}

ol {
	list-style:decimal;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:110%;
	margin:0 0 15px;
}

h2 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:105%;
	margin:0 0 15px;
}

h3 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:100%;
	margin:0 0 10px;
}

p {
	margin:0 0 15px;
	text-align:justify;
}

label {
	cursor:pointer;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*
##################################
		RAAMWERK
############################## */

body {
	font-family:verdana;
	font-size:80%;
	background:#d1dae3 url(../_images/bg-body.png);
}

#wrapper {
	width:782px;
	margin:0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#menu {
	height:24px;
	background:#fff url(../_images/bg-menu.png) repeat-x;
	font-size:70%;
}

#menu ul {
	padding:0 2px 0 17px;
	margin:0 10px 0 0;
	background:transparent url(../_images/menu-pipe.png) repeat-y top right;
	float:left;
	list-style:none;
}

#menu li {
	float:left;
	padding-left:2px;
	background:transparent url(../_images/menu-pipe.png) repeat-y;
}

#menu li a {
	float:left;
	padding:0 10px;
	line-height:22px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#menu li a:hover {
	text-decoration:underline;
}

#content {
	min-height:400px;
	background:#fff url(../_images/bg-content.png) repeat-x;
	padding:47px 20px 20px;
}

#content p {
	font-size:85%;
}

#footer {
	background:#fff url(../_images/bg-footer.png) repeat-x;
	height:43px;
}

#footer p {
	padding:10px 0 0;
	margin:0;
	text-align:center;
	font-size:80%;
}	
