/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; width:100%; height:100%; background-color: #ddff8f;
}

img.pngfix { behavior: url(js/iepngfix.htc) }

div#sitechoice {
	width: 300px;
	left:200px;
	top: 20px;
/*	border: 1px solid red; /* */
	position: absolute;
}

div#container {
	margin: auto;
	width: 898px;
	height: 100%;
	position: relative;
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	background-color: #a3e549;
	border-right: 1px solid #3d7600;
	border-left: 1px solid #3d7600;
}

div#container_header {
	width: 898px;
	height: 170px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('img/header.png')
}

/* ------------------------------------------------------------------- content stuff - */

div#content_left {
	width: 160px;
	left:16px;
	top: 170px;
/*	border: 1px solid red; /* */
	position: absolute;
	border-left: 1px solid #3d7600;
}

div#content_right {
	background-image: url('img/content.png');
	background-repeat: repeat-y;
	width: 717px;
	right:16px;
	top: 170px;
	position: absolute;
	overflow: auto;
	min-height: 230px;
	
	/* border: 1px solid red; /* */
}

.inhoud_left{
	position: absolute;
	padding: 10px;
	bottom: 10px;
	font-size: 9px;
}

.inhoud_right{
	position: absolute;
	padding: 20px;
}

div#copy {
	width: 160px;
	right:16px;
	bottom: 2px;
	position: absolute;
	font-size: 9px;
	text-align: right;
}
