/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; width:100%; height:100%;background-image: url('img/bg-lowres.jpg'); /*   */
}

img.pngfix { behavior: url(js/iepngfix.htc) }

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
}

div#min_size {
	top:0;
  left:0;
  height: 100%;
  width: 100%;
  min-height: 580px;
  min-width: 1000px;
  overflow-x: hidden;
	position: absolute;
/*	border: 1px solid red; /* */
}

div#container {
	margin: auto;
	left:-20px;
	width: 960px;
	height: 100%;
	position: relative;
}

div#container_header {
	width: 960px;
	height: 196px;
	left: 0px;
	position: absolute;
}

div#logo {
	top: 10px;
	left: 10px;
	Height: 125px;
	width: 470px;
	position: absolute;
}

div#container_menu {
	height: 30px;
	width: 960px;
	background-color: #cee7d3; /* */
	position: absolute;
	left: 0px;
	top: 156px;
}
/*
div#container_body {
	width: 960px;
	height: 700px;
	top: 196px;
	left: 0px;
	position: absolute;	
}
*/

/* ------------------------------------------------------------------- content stuff - */

div#content_left_container {
	width: 280px;
	left:0px;
	top: 196px;
/*	border: 1px solid red; /* */
	position: absolute;
}

div#content_right_container {
	width: 680px;
	right:0px;
	top: 196px;
/*	border: 1px solid red; /* */
	position: absolute;
}

div#content_header{
	width: 500px;
	height: 135px;
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
}

div#content_menu{
	width: 960px;
	height: 30px;
	position: absolute;
}

div#kop_left,
div#kop_right {
	color:#CEE7D3;
	line-height:30px;
	text-indent:14px;
/*	padding-left: 20px; /* */
	font-size:14px;
	font-family: Helvetica;
	font-weight: bold;
}

div#kop_left {
	background-image: url('img/top_left.png');
	background-repeat: no-repeat;
	height: 41px;
	width: 280px;
	position: relative;
}

div#content_left {	
	background-image: url('img/middle_left.png');
	background-repeat: repeat-y;
	width: 280px;
	left: 0px;
	position: relative;
/*	border: 1px solid red; /* */
}
div#content_left_margin,
div#content_right_margin {
	margin: 0px 15px 0px 12px;
	overflow: auto;
	height: 300px;
/*	border: 1px solid red; /* */
	position: relative;
}
div#content_left_margin {	
	overflow:hidden;
}

div#footer_left {
	background-image:url('img/footer_left.png');
	background-repeat: no-repeat;
	width: 280px;
	height: 40px;
	position: relative;
	clear: both;
}

div#kop_right {
	background-image: url('img/top_right.png');
	background-repeat: no-repeat;	
	height: 41px;
	width: 680px;
	position: relative;
}

div#content_right {
	background-image: url('img/middle_right.png');
	background-repeat: repeat-y;
	float: right;
	position: relative;
	width:680px;
/*	border: 1px solid red; /* */
}

div#footer_right {
	background-image: url('img/footer_right.png');
	background-repeat: no-repeat;
	width: 680px;
	height: 40px;
	position: relative;
	clear: both;
	text-align: right;
}

.date {
	font-size: 12px;
	float: right;
}
.date2 {
	color: #CEE7D3;
	font-size: 11px;
	font-weight: bold;
	margin: -32px 0px 0px 0px;
	float: right;
	nowrap: nowrap;
	position: relative;
}

/* reageren ---------------------------------------------------------------------------------------------------*/
#contactform label,
#form_respond label {
		width: 145px;
		float: left;
		text-align: left;
		margin: 2px 1px 2px 0px;
		line-height: 16px;
/*		background: #888888; /* */
}
#contactform input,
#contactform textarea,
#form_respond input,
#form_respond textarea,
input,
textarea {
		background-color: #EEEEEE;
		border: 1px solid #6E7694;
		margin-top: 2px;
		margin-bottom: 2px;
		width:350px;
}

