/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/


HTML, BODY {
	height: 100%;
	width: 100%;
}
			
BODY {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #383838;
	line-height: 1.5;
	background: #84B818 url(../images/bg-vlinder.jpg) no-repeat fixed 50% 0; 
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-family: arial,tahoma,sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #33AFE6;
	font-weight: bold;
	width: 630px;
	height: 41px;
	margin-top: 5px;
	background: url(../images/bg_h1.gif) no-repeat;
}

H2 {
	font-family: arial,tahoma,sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #33AFE6;
	font-weight: bold;
	width: 400px;
	height: 41px;
	margin-top: 5px;
	background: url(../images/bg_h2.gif) no-repeat;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

H4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #A0A18A;
	border-bottom: 1px dotted #A0A18A;
	background: #F0F0EB;
	padding: 6px;
}

H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

A, A:active, A:visited {
	color: #0099DF;
	text-decoration: none;
}

A:hover {
	color: #84B818;
	text-decoration: underline;
}

IFRAME { 
	display: block;
	border: none;
}

TD {
	font-size: 12px;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
}

.clear_w_height {
	height: 75px;
	clear: both;
	float: none;
}

A.meer_info  {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
A:hover.meer_info  {
	color: black;
}

.mi_2 {
	position: absolute;
	bottom: 42px;
	right: 50px;
}


.mi_3 {
	position: absolute;
	bottom: 42px;
	right: 43px;
}


.mi_4 {
	position: absolute;
	bottom: 42px;
	right: 52px;
}

.photo_left {
	float: left;
}

.photo_right {
	float: right;
}


.subnav_nieuws {
	width: 200px;
	text-align: left;
}

.subnav_nieuws A:link,
.subnav_nieuws A:visited {
	width: 100%;
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D5DEC3;
}
	.subnav_nieuws A:hover {
		color: #000;
		border-bottom: 1px dotted #000;
		background-color: #D5DEC3;
	}

.wdw-border {
	border: 1px solid #8B5D1F;
}
	
/****************/
/***** ID'S *****/
/****************/

#container {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 55px;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#header {
	position: relative;
	width: 900px;
	height: 240px;
}

#header_nav {
	position: absolute;
	width: 529px;
	height: 44px;
	top: 0;
	right: 4px;
}

#logo {
	position: absolute;
	top: 6px;
	left: 6px;
}

#mainholder {
	margin: 0;
	padding: 0;
	width: 100%;
}

#main_nav {
	width:236px;
	margin-left: 4px;
	float: left;
}

#contentholder {
	width:656px;
	float: left;
}

#content {
	width: 630px;
	margin-top: 18px;
}

#content_home {
	width: 570px;
	margin: 0 auto;
	margin-top: 18px;
}

#vak1 {
	position: relative;
	width: 327px;
	height: 356px;
	margin-top: 40px;
	float: left;
	background: url(../images/bg_vak1.gif) no-repeat;
}

#foto_vak1 {
	position: absolute;
	width: 250px;
	height: 247px;
	background: black;
	top: 17px;
	left: 43px;
	z-index: 999;
}

#btn_projecten {
	position: absolute;
	top: 271px;
	left: 108px;
}

#vak2 {
	position: relative;
	width: 327px;
	height: 356px;
	margin-top: 40px;
	float: left;
	background: url(../images/bg_vak2.gif) no-repeat;
}

#foto_vak2 {
	position: absolute;
	top: 24px;
	left: 40px;
}

#btn_ontwerp {
	position: absolute;
	top: 278px;
	left: 115px;
}

#vak3 {
	position: relative;
	width: 327px;
	height: 356px;
	float: left;
	background: url(../images/bg_vak3.gif) no-repeat;
}

#foto_vak3 {
	position: absolute;
	top: 24px;
	left: 50px;
}

#btn_aanleg {
	position: absolute;
	top: 280px;
	left: 131px;
}

#vak4 {
	position: relative;
	width: 327px;
	height: 356px;
	float: left;
	background: url(../images/bg_vak4.gif) no-repeat;
}

#foto_vak4 {
	position: absolute;
	top: 24px;
	left: 39px;
}

#btn_beheer {
	position: absolute;
	top: 280px;
	left: 120px;
}

#lichtkrant {
	position: relative;
	width: 892px;
	height: 150px;
	margin-left: 4px;
}

#breadcrumbs {
	width: 100%;
	height: 20px;
	color: silver;
}
	#breadcrumbs A {
		color: silver;
		text-decoration: none;
	}
	#breadcrumbs A:hover {
		color: black;
	}

#wdw {
	width: 600px;
	margin: 0 auto;
}	

#wdw DT {
	font-weight: bold;
}

#wdw DD {
	margin-bottom: 12px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 4px;
	width: 892px;
	height: 50px;
	background: white;
	border-top: 1px solid #81521F;
}

#footer_links {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
	#footer_links A {
		color: #8B5D1F;
		font-weight: bold;
		margin-left: 20px;
		text-decoration: none;
	}
	#footer_links A:hover {
		color: #0093DC;
	}

#credits {
	font-size: 10px;
	color: silver;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}
	#credits A {
		color: silver;
		text-decoration: none;
	}
	#credits A:hover {
		color: black;
	}


/********************/
/***** LIGHTBOX *****/
/********************/

#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/****************/
/***** sIRF *****/
/****************/
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
