* {
  margin: 0;
  padding: 0; 
  border: none;
}

body {
	font-family: Tahoma;
	font-size: 13px; 
	color: #000000;
	background-color: #cccccc;
}

a, a:hover {
	color: #00F;
	text-decoration: none;
}

a:hover {
	background: #cccccc;
}

.boxed {
  border: 2px solid green ;
}


/* CONTAINERS */
/*****************/
div#container {
  width: 1000px;
  margin: 20px auto;
}

/* HEADER */
/*****************/
div#header {
  width: 1000px;
  height: 162px;
}

.homeheader {
	background: url(images/header_bg.jpg);
}

.bedrijvenheader {
	background: url(images/header_bg_contact.jpg);
}

.projectenheader {
	background: url(images/header_bg_projecten.jpg);
}
.particulierenheader {
	background: url(images/header_bg_yellow.jpg);
}

.contactheader {
	background: url(images/header_bg_red.jpg);
}

.voordelenzijdeheader {
	background: url(images/header_bg_orange.jpg);
}

div#header h1 {
	color: #000000;
	padding: 10px 0px 0px 60px;
	font: 22px Tahoma;
	font-weight: bold;
} 

div#header span {
  margin-left: 10px;
  color: #999933;
}

div#coreleft, div#content, div#coreright {
  float: left;
}

hyperlink {
	font-family: Tahoma;
	font-size: 13px;
	color: #00F;
	font-style:italic
}

/* CORELEFT */
/*****************/
div#coreleft {
  width: 160px;
  height: 518px;
  background: #abaeb7;
}


/* CONTENT */
/*****************/
div#content {
  width: 573px;
  height: 518px;
  overflow: auto;
}

.homecontent {
	background: #ffffff url(images/content_bg.jpg) no-repeat top left;
}

.bedrijvencontent {
	background: #ffffff url(images/content_bg_contact.jpg) no-repeat;
	background-position: top left;
}

.projectencontent {
	background: #ffffff url(images/content_bg_projecten.jpg) no-repeat;
	background-position: top left;
}

.particulierencontent {
	background: #ffffff url(images/content_bg_yellow.jpg) no-repeat top left;
}

.contactcontent {
	background: #ffffff url(images/content_bg_red.jpg) no-repeat top left;
}

.voordelenzijdecontent {
	background: #ffffff url(images/content_bg_orange.jpg) no-repeat top left;
}

.headercontent {
	padding: 150px 20px 0px 10px;
	font: 18px Tahoma;
	font-weight: bold;
	color: #000000;
}

.headercontenth2 {
	padding: 10px 20px 0px 10px;
	font: 16px Tahoma;
	font-weight: bold;
	color: #000000;
}


div#content p {
	padding: 5px 5px 5px 10px;
}

/* CORERIGHT */
/*****************/
div#coreright {
  width: 265px;
  height: 518px;
  background: #333333;
  margin-right: -3px;
  padding-left: 2px;
  text-align:center;
  overflow: auto;
}

div#coreright a img {
	border: 1px solid #000;
	background: none;
}

div#coreright a:hover img {
	border: 1px solid #000;
	background: none;
	padding-bottom: 0;
}

.slideshow {
	margin-top: 50px;
}

/*- Menu links--------------------------- */

div#menu1 {
  margin-top: 10px;
}

ul#menu {
	display: block;
	list-style-type:none;
	padding: 0;
	margin: 0;
	width: 160px;
	border: none;
	text-align: center;
	margin: 5px 0;
}

ul#menu li {
	border-bottom: 1px solid #fff;
	margin: 0 10px;
	height: 20px;
}

ul#menu li a {
	display: block;
	font-family: Tahoma;
	font-size: 14px;
 	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	color: #040A0A;
	width: 140px;
	height: 19px;
}

ul#menu li a:hover {
	display: block;
	background-color: #cccccc;
	width: 140px;
	height: 19px;
}

div#content ul {
list-style-type: circle;
display: block;
padding-left: 30px;
}

.vcard {
display: block;
}

/*- Lightbox image gallerij--------------------------- */

.thumb {
	margin: 5px 5px 5px 5px;
}

#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 Tahoma;
	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 */
	}	
	hyperlink {
	color: #00F;
}
