/* standaard dingen */
html, body {
	height: 100%;
	margin: 0px;
	background: url("images/bg_main.gif") repeat;
	color: #466;
	font: normal 13px "Lucida Sans Unicode",sans-serif;
	line-height: 170%;
	text-align: justify;
}
h1,h2,h3 {
	color: #06C;
}
#flashcontent {
	height: 400px;
}

/* forms opmaak */
.styled {
	border: 3px double #E5E5E5;
	padding: 0px;;
	margin-bottom: 3px;
}
.login_button {
	border: 1px solid #AAA;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	font: 11px;
}
.button {
	border: 1px solid #AAA;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	font: 13px;
}
input {
	color: #555;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
}

/* structuur */
.prop {
	width: 1px;
	float: left;
}	
.min500px {
    height: 600px;
}
#snelbalk {
	margin: 0px;
	text-align: right;
	padding: 0px 70px 2px 0px;
}
#snelbalk a {
	color: #777;
	text-decoration: none;
}
#snelbalk a:hover {
	color: #777;
	text-decoration: underline;
}
#det {
	text-align: left;
	float: left;
	padding: 0px 0px 2px 63px;
}	
#cite {
	font-style: italic;
	color: #E73;
	font-size: 10px;
}
#hoofdcontainer {
	background-color: #ffffff;
	position: relative;
	width: 880px;
	margin: 0px auto 0px auto;
	border-right: dashed 1px #DDD;
	border-left: dashed 1px #DDD;
	min-height: 100%;
}	
#header {
	margin: 0px;
	height: 110px;
	width: 880px;
	background: url("images/banner_3.jpg") no-repeat;
	text-align: right;
}
#login {
	padding: 0px 30px 0px 0px;
	height: 110px;
	width: 280px;
	float: right;
	color: #ffffff;
	font-size: 11px;
	overflow: hidden;
	z-index: 1;
}
#swf_login {
	margin: 0px 0px 0px 0px;
	height: 110px;
	width: 300px;
	float: right;
	color: #ffffff;
	font-size: 11px;
}
#login a {
	color: #ffffff;
}
#navigatie {
	padding: 5px 0px 5px 0px;
	top: 110px;
	width: 170px;
	float: left;
	text-align: center;
	color: #E73;
	overflow: visible;
}
#content {
	margin-left: 170px;
	padding: 5px 5px 10px 10px;
	text-align: left;
	overflow: visible;
	border-left: dashed 1px #DDD;
	min-height: 100%;
	background-color: #ffffff;
}
#footer {
	position: relative;;
	clear: both;
	height: 25px;
	padding: 5px 0px 2px 0px;
	background: #0094D6 url("images/bg_footer.gif") repeat-x;
	width: 880px;
	text-align: center;
	color: #ffffff;
	margin: 0px auto 0px auto;
}

/* links */
a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
.center_div {
	text-align: center;
}


/* nieuwsblok eigenschappen */
#nieuwsblok {
	position: relative;
	right: 0px;
	width: 210px;
	height: 269px; 
	float: right;
	clear: none;
	margin: 0px;
	padding: 5px 3px 5px 4px;
	background: url("images/achtergrond_snelmenu.jpg") repeat;
	overflow: visible;
}
#nieuwsblok a {
	color: #06C;
	text-decoration: none;
}
#nieuwsblok a:hover {
	color: #06C;
	text-decoration: underline;
}
.nieuwsblok_titel {
	font: normal 15px "Lucida Sans Unicode", sans-serif;
}
.nieuwsblok_titel2 {
	font: normal 11px "Lucida Sans Unicode", sans-serif;
}

/* Niewsblok 2 */
#nieuwsblok2 {
	width: 98%;
	height: 140px; 
	padding: 5px 3px 5px 4px;
	background: #E6E6E6;
}
#nieuwsblok2 a {
	color: #06C;
	text-decoration: none;
}
#nieuwsblok2 a:hover {
	color: #06C;
	text-decoration: underline;
}
.nieuwsblok_titel {
	font: normal 13px "Lucida Sans Unicode",sans-serif;
}
	
/* menu eigenschappen */
#navigatie h3 {
	color: #E73;
	font-size: 14px;
}
#navigatie ul {
	margin: 0px;
	padding: 0px;
}
#navigatie li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0px;
}
#navigatie li a {
	color: #777;
	display: block;
	font-size: 15px;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
#navigatie li a:hover {
	color: #111;
	background: url("images/nav_li.gif") no-repeat;
}
#navigatie a {
	color: #777;
	font-size: 13px;
	text-decoration: none;
}

/* copyright */

#copyright a {
	color: #ffffff;
	align: right;
}
/* Alles voor de 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;
	border-style: solid;
	border-color: #000;
    border-width: 1px;
	}

#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/topbeeld/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/topbeeld/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/topbeeld/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	border-style: solid;
	border-color: #000;
    border-width: 0px 1px 1px 1px;
	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;
	
	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 */
	}	
	