/* GENERAL */
/******************/
* {
  margin: 0;
  padding: 0; 
}

body {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #333333;
  background: #faf4e3;
  margin: 0px;
  background-image: url(layout/bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  margin-top:8px;  
}

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

a:hover {
  color: #FAB659;
}


/* CONTAINERS */
/******************/
div#container {
  width: 780px;
  margin: 0 auto;
}

div#contentcontainer {
  width: 778px;
/*  border: 1px solid #cfcfcf;*/
  margin: 6px 0 0 0;
  overflow: hidden;
}

div#coreleft {
  width: 215px;
  float: left;
}

div#corecenter {
  width: 540px;
  float: left;
/* padding: 15px 0 0 17px;
  _padding: 15px 0 0 7px;*/
  margin-right: -3px;
  margin-top: 4px;
}



/* HEADER */
/******************/
div#head {
  width: 780px;
  height: 89px;
}


/* NAVIGATIE */
/******************/
div#navigatie {
  width: 780px;
  height: 126px;
}


/* CORELEFT */
/******************/
div#left-top {
  width: 215px;
  height: 104px;
  background-image:url(layout/left-top.jpg);
  background-repeat:no-repeat;
/*  padding: 14px 0 0 10px;*/
  line-height: 24px;
  font-size:12px;
  font-weight:bold;
/*  margin: 20px 0 0 40px;*/
}

div#left-middle {
  width: 215px;
  height: 162px;
  background-image: url(layout/left-middle.jpg);
  background-repeat:no-repeat;
}


/* FOOTER */
/******************/
div#footer {
  font: 10px Verdana;
  width: 780px;
  height: 26px;
  background: url(layout/footer.jpg) no-repeat;
  margin: 10px 0 0 0;
  padding: 25px 0 0 0;
}


/* OVERIG */
/******************/

h1{
font: 12px Arial;
  color: #00349a;
/*  color: #000000;*/
  font-weight:bold;
  }
  
  
h2{
font: 11px Arial;
/*  color: #00349a;*/
  color: #000000;
  font-weight:bold;
  }


/* FORMULIER */
/******************/
.form {
  width: 540px;
  border: #d5d5d5  solid 1px;
  
/*  border: #FAEBC4  solid 1px;*/
background-color: #FFFFFF;
}

.textfield {
font: 11px Arial;
color: #333333;
border: 1px solid #00349a;
width: 200px;
margin-right: 170px;
}

.textfield-multiline {
font: 11px Arial;
color: #333333;
border: 1px solid #00349a;
width: 200px;
margin-right: 170px;
}


.submit {
font: 12px Arial;
font-weight:bold;
color: #00349A;
background-color:#FAEBC4;
border: 1px solid #FAB659;
width: 120px;
height: 24px;
margin-right: 250px;
}



/* IMAGES */
/******************/

.img-left {
	border: solid 1px #D6D6D6;
	padding: 2px;
	margin-right: 20px;
}

.img-right {
	border: solid 1px #FAB659;
	padding: 2px;
	margin-left: 20px;
}



.img {
	border: solid 1px #FAB569;
	padding: 2px;
}

.img-werkzaamheden {
	border: solid 1px #FAB569;
	padding: 2px;
}

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

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

