body{
	margin:				0px;
	text-align: 		center; /*voor IE*/
	background-color:	#F1F8EF;

	font-family:		Arial;
	font-size:			12px;
	line-height:		18px;
}

/* MAIN DIV'S */

#container {
	width: 				960px;
	text-align: 		left; /*voor IE */
	background: 		url('../images/background.gif');
	margin: 			0 auto;
	overflow:			hidden;
	border-left:		1px solid #81947A;
	border-right:		1px solid #81947A;
}

div#header {
	width:				960px;
	height:				100px;
	background:			url('../images/header_background.jpg');
}

div#menu_top {
	width:				960px;
	height:				50px;
	border-top:			1px solid #fff;
	background:			url('../images/menu_top_background.gif');
	overflow:			hidden;
}

div#breadcrumb {
	font-size:			14px;
	color:				#D6293A;
	font-weight:		bold;
	margin-top:			20px;
}

div#menu_left {
	width:				189px;
	float:				left;
	margin-top:			37px;
	overflow:			hidden;
	margin-left:		0px;
	padding-right:		5px;
}

div#menu_left h1{
	margin-left:		15px;
}

div#menu_left a{
	text-decoration:	none;
}

div#menu_left a:hover{
	text-decoration:	underline;
}

div#content {
	width:				690px;
	padding-left:		20px;
	padding-right:		20px;
	padding-bottom:		20px;
	margin-top:			0px;
	float:				left;
}

div#footer {
	height:				25px;
	border-top:			1px solid #AAAAAA;
	border-bottom:		1px solid #AAAAAA;
	background:			url('../images/footer_background.gif');
	clear:				both;
}

/* /MAIN DIV'S */

/* MENU_TOP */

div#menu_top ul {
	padding:			0px;
	margin:				0px;

}

div#menu_top li {
	padding:			0px;
	margin:				0px;
	list-style-type: 	none;
	line-height:		1.7em;
	float:				left;
	color:				#333;
}

div#menu_top a {
	float:				left;
	padding-left:		12px;
	padding-right:		12px;
	padding-top:		3px;
	padding-bottom:		4px;
	color:				white;
	text-decoration:	none;
	font-weight:		bold;

}

div#menu_top a:hover, div#menu_top a:focus {
	background-color:	#9BB392;
	text-decoration:	none;
	text-decoration:	underline;
}

div#menu_top a#active {
	background-color:	#9BB392;
	text-decoration:	underline;
	color:				white;
}

/* /MENU_TOP */

/* GENERAL */

h1 {
	margin:				0px;
	padding:			0px;
	font-size:			14px;
	color:				#D6293A;
	margin-bottom:		4px;
}


hr {
	height:				0px;
	border:				0px;
	border-top:			1px solid #E0E0E0;
	margin-top:			13px;
	margin:				0px;
	padding:			0px;
}

a {
	color:				#D6293A;
	text-decoration:	underline;
}

a:hover {
	color: 				#D6293A;
	text-decoration:	underline;
}
/* /GENERAL */

/* NIEUWSBERICHTEN */

ul#nieuwsberichten li {
	font-size:			11px;
	padding:			0px;

	margin-top:			5px;
	padding-bottom:		7px;
	margin-right:		17px;
	border-bottom:		1px solid #B5B5B5;
	color:				#81947A;
	list-style-type:	none;
	margin-left:		-25px;
}

ul#nieuwsberichten {
	margin-bottom:		25px;
	margin-top:			0px;
}

/* /NIEUWSBERICHTEN */

/* INZICHTKAART */

div#inzichtkaart {
	width:				141px;
	height:				76px;
	padding:			5px;
	margin-left:		9px;
	margin-bottom:		20px;

}

h1#inzichtkaarten {
	margin-top:			50px;
}

div#inzichtkaart img{
	border:				0px;
	margin-left:		10px;
}

div#inzichtkaart a{
	color:				white;
}



#content_submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom:		20px;
	border-top: 1px solid #fff;

}

#content_submenu li {
	border-bottom: 1px solid #fff;
	margin: 0;
}

#content_submenu li a{
	display: block;
	padding: 5px 5px 5px 8px;
		background-color:	#81947A;
	color: #fff;
	text-decoration: none;
}


#content_submenu li a:hover{
		background-color:	#9BB392;
	color: #fff;
}

div#content_submenu a#active_sub{
	background-color:			#9BB392;
	text-decoration: 			underline;
}

img#menu_left_image {
	margin-top:					17px;
	margin-left:				17px;
	margin-bottom:				17px;
}
