/* 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;
}

/* 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 */
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 label {
	width:160px;
}

form.simple fieldset textarea {
	height:200px;
}

form.simple fieldset br {
	clear:left;
}

form.simple label.error,
form.simple p.error {
	color:#000;
}


form.simple fieldset input.check {
	width:10px;
}

/*
############################### LIGHTBOX */
#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;
}

/*
############################### LAYOUT */

body {
	background:#282828 url(../_images/body-bg.png);
	font-size:80%;
	font-family:times new roman,tahoma;
}

#balloon {
	position:absolute;
	text-align:center;
	width:307px;
	margin:0 auto;
	display:none;
	top:40px;
}

#topnav {
	height:33px;
	right:0;
	float:right;
	position:absolute;
}

#topnav ul {
	display:inline;
	float:right;
	width:772px;
	font-family:arial;
}

#topnav li {
	display:inline;
	width:117px;
	height:24px;
	text-align:center;
	float:left;
}

#topnav li a {
	background: transparent url(../_images/top_nav_small_tab.gif) no-repeat;
	display:block;
	width:117px;
	height:24px;
	padding:5px 0;
	color: #515151;
	text-decoration: none;
	text-align:center;
}

#topnav li.active a {
	background: transparent url(../_images/top_nav_large_tab.gif) no-repeat;
	color: #2b86cd;
	padding-top:9px;
	font-weight: bold;
}

#topnav li a:hover {
	background: transparent url(../_images/top_nav_small_tab_hover.gif) no-repeat;
}

#topnav li.active a:hover {
	background: transparent url(../_images/top_nav_large_tab.gif) no-repeat;
}

#wrapper {
	width:772px;
	margin:0 auto;
	background:#2b86cd;
}

#header {
	background:#2b86cd url(../_images/sfeerimpressie.jpg) no-repeat;
	background-position:0 148px;
	text-align:center;
	height:309px;
}

#header img {
	padding:65px 0 0;
}

#mainnav {
	background:#2b86cd url(../_images/mainnav.gif);
	height:47px;
	padding:5px 0 0;
}

#mainnav ul {
	text-align:center;
}

#mainnav li:before {
	color:#ff2121;
	content:"|";
}

#mainnav li:first-child:before {
	content:"";
}

#mainnav li {
	display:inline;
}

#mainnav li a {
	color:#ff2121;
	font-family:comic sans ms;
	text-decoration:none;
	font-size:140%;
	padding:0 15px;
}

#sidebar {
	width:210px;
	float:left;
}

#sidebar img {
	margin:10px 0;
}

#sidebar h2 {
	color:#f6e911;
	padding:0 0 0 15px;
	font-weight:bold;
	font-size:120%;
}

#sidebar ul {
	padding:0 40px 30px;
}

#sidebar a {
	color:#f6e911;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	text-transform:uppercase;
}

#sidebar a:hover {
	text-decoration:underline;
}	

#content {
	background:#2b86cd url(../_images/content-bg.gif) no-repeat;
	min-height:502px;
	padding:20px;
	float:left;
	width:522px;
	background-position:59px 20px;
	color:#fff;
	font-size:120%;
}

#content h1 {
	color:#f6e911;
	font-weight:bold;
	font-size:180%;
	text-align:center;
	margin:0 0 20px;
}

#content p {
	margin:0 0 15px;
}

#content a {
	color:#f6e911;
}

#footer {
	background:#000;
	color:#fff;
	padding:10px 0;
	text-align:center;
}

#message {
	position:absolute;
	left:-999em;
}