/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; width:100%; height:100%; background-color: #82552c; background-image: url('img/bg.jpg');
	background-repeat: repeat;
}

img.pngfix { behavior: url(js/iepngfix.htc) }

div#container_landkaart {
	margin: auto;
	width: 526px;
	height: 100%;
	position: relative;
}

div#container {
	margin: auto;
	width: 990px;
	height: 100%;
	position: relative;
}

div#container_header {
	width: 990px;
	height: 72px;
	position: absolute;
	left: 0px;
	top: 20px;
	overflow:hidden;
}
div#a_container_header {
	width: 990px;
	height: 250px;
	position: absolute;
	left: 0px;
	top: 20px;
	overflow:hidden;
}

div#container_menu {
	left:16px;
	position:absolute;
	width:960px;
	height:55px;
	top: 0px;
}

/* ------------------------------------------------------------------- content stuff - */

div#content_landkaart_img {
	margin: auto;
	width:  526px;
	height: 593px;
	position: absolute;
	top: 70px;
}
div#content_landkaart_title {
	width:  526px;
	height: 45px;
	position: absolute;
	left: 45px;
	top: 20px;
	text-align: center;
}

div#content_container {
	width: 990px;
	left:0px;
	top: 92px;
	position: absolute;
	background-image: url('img/content.png');
	background-repeat: repeat-y;
	height:85px;
}
div#a_content_container {
	width: 990px;
	left:0px;
	top: 270px;
	position: absolute;
	background-image: url('img/content.png');
	background-repeat: repeat-y;
	height:85px;
}

div#content_header{
	width:  280;
	height: 160;
	position: absolute;
	right: 45px;
	top: 70px;
}

div#content {
	width: 990px;
	position: absolute;
	overflow: hidden;
	min-height: 140px;
	top: 85px;
	background-image: url('img/content.png');
	background-repeat: repeat-y;
}

div#balk {
	left: 0px;
	position: absolute;
	background-image: url('img/balk.jpg');
	width: 920px;
	height: 31px;
	top: 53px;
	left: 35px;
}

div#footer {
	width: 990px;
	height:90px;
	position: absolute;
	left: -2px;
	bottom: 10px;
}

div#raam {
	width: 280px;
	height: 160px;
	position: absolute;
	left: 0px;
	top:0px;
}

div#inhoud {
	margin: 10px 35px 35px 35px;
	position: absolute;
	width: 920px;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 100px;
}

div#copy {
	width: 150px;
	height: 20px;
	position: absolute;
	left: 820px;
	top:10px;
}
