/* ----- ALGEMEEN ----- */

* { -moz-box-sizing: border-box; }

a {
	color: #000;
}

h1 { color:#fe6c00; font-size:18px; }
h2 { color:#fe6c00; font-size:12px; }
h3 { color:#30753c; font-size:12px; margin:0; padding:0;}

body, table {
	font-family: 	arial;
	font-size: 		12px;
}

body {
	background:		url(/public/site/images/bg.jpg) no-repeat center top #317640;
	color:			#7c7c7c;
	padding: 		0;
	margin: 		0;
	text-align: 	left;
}

.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

/* ------------------CONTAINER------------------- */
div#container {
	background:		url(/public/site/images/top-bg.png) no-repeat;
	margin:			60px auto;
	width:			908px;
}

/* ------------------HEADER----------------------- */
div#header {
	background:		url(/public/site/images/header-bg.png) no-repeat top right;
	margin:			0 0 0 14px;
	width:			881px;
	height:			139px;
}

div#logo {
	padding:			14px 0 0 0;
}

div#logo a img { border:0; }

/* ------------------MENU------------------------- */
div#menu {
	background:		#59a26a;
	margin:			0 0 0 14px;
	width:			881px;
	height:			28px;
}

div#menu ul {
	list-style:		none;
	margin:			0;
	padding:		0;
	position:		relative;
	top:			2px;
	left:			2px;
}

div#menu ul li {
	float:			left;
}

div#menu ul li a {
	color:			#FFFFFF;
	display:		block;
	padding:		4px 10px 5px 10px;
	font-weight:	bold;
	text-decoration:none;
}

div#menu ul li a:hover, div#menu ul li a.active {
	background:		#ffffff;
	color:			#59a26b;
}

/* ------------------BREADCRUMB------------------- */
div#breadcrumb {
	margin:			10px 0 0 0;
}

div#breadcrumb a {
	color:			#30773f;
	font-weight:	bold;
	text-decoration:none;
}

/* ------------------CONTENT---------------------- */
div#main {
	background:		url(/public/site/images/middle-bg.png) repeat-y;
	line-height:	18px;
	width:			908px;
}

div#content {
	width:			881px;
	margin:			0 0 0 14px;
}

div#left {
	float:			left;
	width:			575px;
}

div#right {
	background:		url(/public/site/images/right-bg.jpg) no-repeat;
	float:			left;
	margin:			0 0 0 10px;
	width:			296px;
}

div#adres {
	background:		url(/public/site/images/adres-image.png) no-repeat right top;
	margin:			10px 0 0 10px;
	width:			285px;
	border-bottom:	1px #a8c4ae solid;
}

div#bereikbaar {
	background:		url(/public/site/images/bereikbaar-image.png) no-repeat right top;
	margin:			10px 0 0 10px;
	width:			285px;
	border-bottom:	1px #a8c4ae solid;
}

table#nbva {
	margin:			20px 0 0 0;
	font-size:		11px;
}

/* ------------------FOOTER----------------------- */
div#footer {
	background:		url(/public/site/images/bottom-bg.png) no-repeat;
	color:			#aec7b2;
	margin:			0 auto;
	padding:		20px 0 0 10px;
	font-size:		11px;
	width:			908px;
	height:			50px;
}
