/* ********************************************************************** general stuf */
html           { height:    100%; }
html, body     { min-height:100%; margin:0px; padding:0px; width:100%; }
img.pngfix     { behavior: url(js/iepngfix.htc) }
div, header, nav, article, footer, main, aside { position: relative; } /* default for HTML5 tags */
img {border: 0px; vertical-align: middle; }

img[align='right'] { margin: 0 0 10px 10px;  } /* ipv LeftRightMarginFix */
img[align='left'] { margin: 0 10px 10px 0; }  /* ipv LeftRightMarginFix */

body {
  background-image: url('img/bg.gif');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #FFFFE7;
}

html { box-sizing: border-box; } /* force border-box model. Now width:300px is REALY 300px in all browsers. */
*, *:before, *:after {  box-sizing: inherit; }

#content img,                                     /* verklein afbeeldingen */
#content table { max-width: 100%; height: auto; } /* en tabellen als ze groter zijn dan de breedte van de content */
#content #container_map img { max-width: none; }  /* BEHALVE BIJ GOOGLE MAPS!!!!! */

/* ************************************************************************* container */

/*div#c_v { /* centreer verticaal */
/*	float:left;
/*	width:1px;
/*	height:50%;
/*	margin-bottom:-350px; /* de helft van de hoogte */
/*  border: 1px solid green;   /* */
/*} /* */
/*div#c_h { /* centreer horizontaal */
/*	clear:both; /* t.b.v. c_v */
/*	float:left;
/*	height:1px;
/*	width:50%;
/*	margin-right:-500px; /* de helft van de breedte */
/*  border: 1px solid green;   /* */
/*}*/

#container,
#bottom_filler {
  width: 98%;
	max-width:850px;
	margin: 0 auto;
/* 	float: left; t.b.v c_h*/
	top: 50px;
}
/* ***************************************************************************** shade */
.shadow {  
	-moz-box-shadow:    3px 3px 4px #000; /* Firefox/Mozilla 3px 3px 4px 4px */  
	-webkit-box-shadow: 3px 3px 4px #000; /*Safari/Chrome 3px 3px 4px 4px*/  
	box-shadow:         3px 3px 4px #000; /* Opera & hoe het zou moeten 3px 3px 4px 4px*/  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  
}  

/* no IE support */
.innershadow {
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
/* no IE support */
/* **************************************************************************** header */

#container_header {
	width: 100%;
/* 	border:1px solid red; /* */
}

#logo {
  background-image:url('img/bglogo2.png');
  background-position: center top;
  background-size: 100% 100%;
  height:100%;
  margin:0 auto;
  width:100%;
  max-width:1586px;
  text-align: center;
}
#logo img {
  padding: 10px 0 0 0;
  margin-right: 100px;
}
#nvm_funda {
  position: absolute;
  bottom: 38px;
  right: 5px;
}

#header_afb {
	background-color: #FFFFFF;
	border: 1px solid #555555;
	position: absolute;
	right: 10px;
	top: -35px;
	padding: 10px;
}
#header_afb img {
	max-width: 100%;
	height: auto;
}

/* ******************************************************************************* nav */
#container_nav {
  background-color: #000000;
  width: 100%;
}

/* *************************************************************************** content */
#container_content   {
	clear: both;
  width: 100%;
/* 	border:1px solid black; /* */
}

#content   {
	top: 0px;
	left: 2%;
	width: 96%;
/*   border:1px solid blue; /* */
}

#bottom_filler {
	clear: both;
	height: 50px /* height #bottom + extra ruimte*/
/*   border:1px solid blue; /* */
}
/* ************************************************* klikbare elementen (zie footer.js) */
.addChildClick,
.addChildClickNew,
.addLastChildClick,
.addLastChildClickNew { cursor: pointer; }

/* **************************************************************************** bottom */
#bottom {
  clear: both;
  width: 100%;
  /* height: 30px; */
  line-height: 18px;
  text-align: center;
  background-color: #C6DE72;
  /* overflow: hidden; */
  padding-bottom: 10px;
}

#bottom_copy {
	position: absolute;
	left: 5px;
  height: 14px;
  text-align: left;
  color: #676767;
  top: 0px;
  overflow: hidden;
}
  
#bottom_social {
  padding-top: 16px;
}

#bottom_filler {
	height: 10px;
	width: 10px;
}
/* ****************************************************************************** list */
.date {
	margin: 0px;
	float: right;
	white-space: nowrap;
}
div.multipage {
	width:100%;
	float: left;
	text-align:center;
	font-weight: bold;
	margin-bottom:5px;
}

a.multipage.on:link,
a.multipage.on:active,
a.multipage.on:visited,
a.multipage.on:hover,
a.multipage:link,
a.multipage:active,
a.multipage:visited,
a.multipage:hover,
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	display: inline-block;
	text-align: center;
	font-size: larger;
	line-height: 150%;
	background-color: #FFFFFF;
 	text-decoration: none;
	border:1px solid #999999;
	padding: 0 5px 0 5px;
}
a.multipagearrow.hide {
	color: #FFFFFF;
}
div.multipage a:not(:last-child) { /*  */
	border-right: none !important;
}
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	padding: 0 10px 0 10px;
}
a.multipagearrow.prev {
	-moz-border-radius-topright: 20px;	
	-moz-border-radius-bottomright: 20px;	
	border-bottom-left-radius: 20px;
	border-top-left-radius:    20px;
}
a.multipagearrow.next {
	-moz-border-radius-topleft: 20px;	
	-moz-border-radius-bottomleft: 20px;	
	border-bottom-right-radius: 20px;
	border-top-right-radius:    20px;
}
a.multipage.on:link,
a.multipage.on:active,
a.multipage.on:visited,
a.multipage.on:hover {
  background-color: #EEEEEE;
	color: #BEBEBE;
}
/* ***************************************************************************** forms */
#contactform,
#reactieform {
	width:90%;
}
#contactform p,
#reactieform p {
	clear: left;
}
#contactform label,
#reactieform label {
  width: 140px;
  float: left;
  text-align: left;
  margin: 5px 1px 5px 0px;
/*  background: #888888; /* */
}
#contactform select,
#contactform input,
#contactform textarea,
#reactieform select,
#reactieform input,
#reactieform textarea,
input,
textarea {
  background: #eee;
  border: 1px solid #6e7694;
  margin: 5px auto;
  width: 260px;
}
#contactform select {
		height: 17px;
		width : 200px;
    font-size: 11px;
		background: #EEEEEE;
		border: 1px solid #777777;
		margin: 1px;
		padding-right:2px;
		padding-left: 2px;
}
#contactform button,
#contactform select,
#contactform .autowidth {
		width : auto;
}

#contactform select {
		padding-right:0px;
}
#contactform textarea {
		margin-left: 0px;
		height:100px;
		width: 260px;
}
#contactform .checkbox {
		height: auto;
		width : auto;
		background: none;
		border: none;
		margin: 2px 2px 0px 2px;
}

#contactform p { clear: both; }

p[required] {
	display: inline-block;
	float: none;
	padding-right: 15px;
	background-image: url(img/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* let op linkjes, inputs etc. in deze laag: position:relative; ! */
a {position: relative; }

/* ***************************************************************** guestbook/respond */
.respond_header,
.respond_body,
.respond_footer {
  width:100%;
  padding:2px;
  background-color:#EFF1D8;
/*  border:1px solid blue;/* */
}
.respond_header {
  margin-top:10px;
}
.respond_body {
  background-color:#DFF1C8;
/*  border:1px solid red;/* */
}
.respond_footer {
/*  border:1px solid yellow;/* */
}