.navigcontainer_images {
	position:		absolute;
	top:			182px;
	width:			1000px;
	height:			306px;
	background-color:	#6A3517;
	}

.maincontainer {
	position:		absolute;
	top:			488px;
	left:			32px;
	width:			968px;
	min-height:		500px;
	background-color:	#A2A25B;
	z-index:		1;
	}

.contentcontainer {
	position:		relative;
	top:			0px;
	left:			0px;
	padding:		20px;
	width:			578px;
	min-height:		300px;
	z-index:		2;
	}

.content {
	position:		relative;
	top:			0px;
	left:			230px;
	padding:		20px;
	width:			658px;
	z-index:		3;
	}

.subcontentcontainer {
	position:		absolute;
	top:			0px;
	left:			0px;
	padding:		10px;
	width:			225px;
	height:			100%;
	background-color:	#7B8725;
	}

.footercontainer_image {
	position:		relative;
	top:			50px;
	left:			-20px;
	height:			30px;
	width:			968px;
	background-image:	url("../images/footer.gif");
	background-position:	top left;
	background-repeat:	no-repeat;
	background-color:	#FFFFFF;
	}

.footercontainer {
	position:		relative;
	top:			50px;
	left:			-20px;
	height:			25px;
	width:			968px;
	background-color:	#00473F;
	}

.side_image {
	margin-left:		-15px;
	margin-right:		10px;
	float:			left;
	}

.content #quicklinks {
	width:			650px;
	list-style:		none;
	float:			left;
	margin-bottom:		15px;
	font-family:		Georgia, "Times New Roman", Courier, Serif;
}

.content #quicklinks li {
	font-size:		0.9em;
	line-height:		1.3em;
}

.content #quicklinks li a {
	color:			#000000;
	text-decoration:	none;
	background-image:	url(../images/pijltje_quick1.gif);
	background-position:	center left;
	background-repeat:	no-repeat;
	padding-left:		25px;
}

.content #quicklinks a:hover {
	color:			#FFFFFF;
	background-image:	url(../images/pijltje_quick2.gif);
	background-position:	center left;
	background-repeat:	no-repeat;
}


