/* ********************************************************************** general stuf */
html, body     { margin:0px; padding:0px; width:100%; height:100%; }
img.pngfix     { behavior: url(js/iepngfix.htc) }
div            { position: relative;  }
img            { border: 0px; }

/* ************************************************************************* container */

div#c_h { /* centreer horizontaal */
	clear:both; /* c_v */
	float:left;
	height:1px;
	width:50%;
	margin-right:-464px; /* de helft van de breedte */
/*  border: 1px solid green;   /* */
}

div#container {
  min-height:600px;
  width:928px;
  float: left;
}

/* **************************************************************************** header */

div#container_header {
	width: 928px;
	height:	168px;
	top: 10px;
/*	border:1px solid red; /* */
}

/* *************************************************************************** content */

div#container_content   {
  width: 926px;
  min-height: 450px;
	border-left:1px solid #302e82; /* */
	border-right:1px solid #302e82; /* */
}


/* optioneel - niet gebruikt is verwijderen */
div#content_left{
	border-right:1px solid #302e82;
	width: 175px;
	height: 450px;
/* 	border:1px solid blue; /* */
	float: left;
	top: 0px;
}
/* eind optioneel */

div#content   {
	background-image: url(img/achtergrondlogo.gif);
	background-position: center;
	background-repeat: no-repeat;
	top: 0px;
	width: 725px;
  padding-left: 10px;
  min-height: 450px;
	float: left;
/*   border:1px solid blue; /* */
}

div#title {
	background-image: url("img/bg-title.png");
	background-repeat: no-repeat;
	height: 30px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 740px;
}

/* optioneel - niet gebruikt is verwijderen */
div#content_hoek{
	position: absolute;
	top: 20px;
	right: 0px;
}
/* eind optioneel */

/* ******************************************************************************* nav */
div#container_nav {
  overflow: hidden; /* is needed to prevent subnavs from sticking out at the top */
/*  height: auto !important; /* =!DOM + so that a %-height can be given for MSIE 6
this is done by the menu.js */
	position:absolute;
	width:169px;
  left:3px;
	top: 0px;
	bottom: 5px;
	z-index: 300;
/*  border: 1px solid red; */
}

/* **************************************************************************** bottom */
div#bottom {
	background-image: url('img/border-bottom.jpg');
  width: 928px;
  height: 10px;
	top: 0px;
  text-align: left;
  clear: both;
/* 	border:1px solid blue; /* */
}

.knoopnl {
  position: absolute;
  top: -61px;
  left: 23px;
}

div#bottom_copy {
  height: 14px;
  text-align: right;
	right: 10px;
	top: -3px;
}

/* ****************************************************************************** list */
div.date {
	margin: 0px;
	float: right;
	white-space: nowrap;
}
a.multipage:link,
a.multipage:active,
a.multipage:visited,
a.multipage:hover {
}
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
  text-decoration: none;
}
a.multipageon:link,
a.multipageon:active,
a.multipageon:visited,
a.multipageon:hover {
  font-weight: bold;
  text-decoration: none;
}
/* ***************************************************************************** forms */
#contactform label,
#reactieform label {
  width: 140px;
  float: left;
  text-align: left;
  margin: 5px 1px 5px 0px;
/*  background: #888888; /* */
}
#contactform input,
#contactform textarea,
#reactieform input,
#reactieform textarea,
input,
textarea {
  background: #eee;
 /*  border: 1px solid #6e7694;*/
  margin: 5px auto;
  width: 258px;
}

/* let op linkjes, inputs etc. in deze laag: position:relative; ! */
a {position: relative; }

/* ***************************************************************** guestbook/respond */
div.respond_header,
div.respond_body,
div.respond_footer {
  width:100%;
  padding:2px;
  background-color:#EFF1D8;
/*  border:1px solid blue;/* */
}
div.respond_header {
  margin-top:10px;
}
div.respond_body {
  background-color:#DFF1C8;
/*  border:1px solid red;/* */
}
div.respond_footer {
/*  border:1px solid yellow;/* */
}
