/* LAYOUT */

body{
margin: 0px;
height: 100%;
}


/* DEN BAND MET HET VERLOOPKE */
.layout1{
position: absolute;
top: 0px;
height: 130px;
width: 100%;
background-color: #8DABAC;
z-index: 1;
}


/* 500PX BREED SPELLEMENT DAT MEEGAAT BIJ HET CENTREREN MET DE HEADER IN */
.header{
position: absolute;
top: 0px;
height: 95px;
width: 500px;
left: 50%;
margin-left: -250px;
z-index: 2;
}


/* DEN BAND WAAR HET MENU IN ZIT */
.layout2{
position: absolute;
top: 131px;
height: 33px;
width: 100%;
background-color: #2F7576;
z-index: 1;
}


/* 800PX BREED SPELLEMENT, BEVAT HET MENU */
.menu{
position: absolute;
height: 33px;
width: 500px;
left: 50%;
margin-left: -250px;
z-index: 2;
text-align: right;
top: 10px;
}



/* CONTENT*/
.content{
	position: absolute;
	top: 176px;
	width: 500px;
	left: 697px;
	margin-left: -250px;
	height: 350px;
	z-index: 100;
	overflow: auto;
}


/* MERKEN*/
.merkenlinks{
position: absolute;
border: 1px;
border-style: dashed;
border-color: #2F7576;
width: 150px;
height: 300px;
padding: 2px;
}

.merkenmidden{
position: absolute;
border: 1px;
border-style: dashed;
border-color: #2F7576;
width: 150px;
height: 260px;
left: 172px;
padding: 2px;
}

.merkenrechts{
position: absolute;
border: 1px;
border-style: dashed;
border-color: #2F7576;
width: 150px;
height: 260px;
left: 344px;
padding: 2px;
}

.merken{
font-family: verdana;
color: #333333;
font-size: 16px;
}

/* GEVELFOTOS */
.gevel{
width: 250px;
height: 198px;
float: right;
}



/* COLLECTIES */

.collecties{
color: #2F7576;
font-family: verdana;
font-size: 14px;
}



/* DEN BAND VAN ONDEREN */
.layout3{
position: absolute;
top: 540px;
height: 250px;
width: 100%;
background-color: #2F7576;
z-index: 1;
}



/* PARENT ELEMENT VOOR CONTACTGEGEVENS EN OPENINGSUREN*/
.parent{
position: absolute;
width: 500px;
margin-left: -250px;
left: 50%;
z-index: 2;
top: 10px;
}


/* ADRES */
.adres{
position: absolute;
width: 166px;
left: 0px;
z-index: 2;
top: 10px;
}

/* OPENINGSUREN */
.openingsuren{
position: absolute;
width: 166px;
left: 33%;
z-index: 2;
top: 10px;
}


/* CONTACT */
.contact{
position: absolute;
width: 166px;
left: 66%;
z-index: 2;
top: 10px;
}


.contactformulier{
width: 170px;
}

.textarea{
width: 170px;
height: 50px;
}

























/* LINKS */

a{
color: #333333;
text-decoration: none;
}

a:hover{
color: #D17933;
text-decoration: none;
}

/* TEKST IN MENU*/
.menu_nummer {
font-family: verdana;
color: #D17933;
font-size: 13px;
}

.menu_link {
font-family: verdana;
color: #FFFFFF;
font-size: 13px;
}

/* TEKST IN DEN BALK AL ONDEREN */
#link_onder {
font-family: verdana;
color: #FFFFFF;
}

#link_onder:hover{
color: #D17933;
text-decoration: none;
}





/* TITELS, BODYTEKSTEN EN AL DIENE ZEVER  VOOR IN DEN BALK AL ONDEREN*/

.onder_hoofdtitel{
font-family: verdana;
font-size: 16px;
color: #FFFFFF;

}

.onder_bodytekst{
font-family: verdana;
font-size: 12px;
color: #CCCCCC;
}



/* TITELS, BODYTEKSTEN EN AL DIENE ZEVER  VOOR IN DEN CONTENT*/

.titel{
color: #2F7576;
font-family: verdana;
font-size: 20px;
}

.subtitel{
color: #2F7576;
font-family: verdana;
font-size: 14px;
}

.bodytekst{
color: #000000;
font-family: verdana;
font-size: 11px;
text-align: left;
}














/* 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;
	}
	

.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 */
	}	
	

