/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; width:100%; height:100%; background-color: gray;
}

img.pngfix { behavior: url(js/iepngfix.htc) }

div#container {
	width: 1000px;
	margin: auto;
	min-height: 600px;
	position: relative;
	background-color: #ececec;
	background-image: url('img/content.jpg');
	overflow: hidden;
/*	border: 1px solid red;/* */ 
}

div#container_header {
	width: 1000px;
	height: 286px;
	left: 0px;
	position: absolute;
}

div#logo {
	top: 50px;
	left: 20px;
	height: 90px;
	width: 595px;
	position: absolute;
}

div#container_menu {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 20px;
/*	border: 1px solid red;/* */ 
}

/* ------------------------------------------------------------------- content stuff - */



div#content_left_container {
	float: left;
	/*	border: 1px solid red; /* */
	position: relative;
}

div#content_right_container {

	position: relative;
/*	border: 1px solid red; /* */
}

div#content_left {
	width: 410px;
	min-height: 50px;
	height: 10%;
	position: absolute;
	top: 260px;
	padding: 10px 5px 5px 20px;
	overflow-x: hidden;
	overflow-y: auto;
}

div#content_right {
	background-color: white;
	background-repeat: no-repeat;
	right: 20px;
	overflow: auto;
	padding: 15px 5px 5px 5px;
	height: 680px;
	width:530px ;
	top: -140px;
	margin-bottom: -140px;
	position: absolute;
/*border: 1px solid red; /* */
}
div#footer {
	clear:both;
	width: 100%;
	height: 40px;
	position: relative;
}
div#footercopy {
	top: 13px;
	right: 5px;
	width: 380;
	height: 20px;
	position: absolute;
}

h5, .footer {
	color:white;
	font-size:14px;
	margin: -30px 0px 0px 18px;
	font-family: Arial;
	font-weight: normal;
}

h6, .inhoud {	
	color: #151B54;
	font-size:12px;
	margin: 20px 45px 0px 48px;
	position: absolute;
}

.oranje{
	position: absolute; 
	height:78px;
	width: 60%;
	top: 245px;
}

.balk {
	height: 45px;
	width: 465px;
	right: 55px;
	position: absolute;
	top: 120px;
}

.image{
	background-color: #cacbd0;
	width: 415px;
	height: 285px;
	padding: 12px 0px 0px 12px;
}