/*Wrappers*/#MainWrapper {
	margin:30px auto 0;
	width:944px;
}

a, a:visited, a:hover{
color:#333333;
text-decoration:none;}

#HeaderWrapper {
	height:106px;
	width:944px;
	border-bottom:1px solid;
	border-bottom-color:#778D6B;
}
#Pagetitlediv {
	background-image:url(images/pagetitle.png);
	background-repeat:no-repeat;
	height:107px;
	float:left;
	width:325px;
}
.Pagetitledivtekst {
	font-family:Arial;
	font-size:16px;
	color:#FFF;
	width:230px;
	font-variant:small-caps;
	padding:50px 0 0 90px;
}
#Headerdiv {
	height:107px;
	background-image:url(images/headerimg.png);
	background-repeat:no-repeat;
	float:left;
	width:619px;
}
#HeaderactualprojectWrapper {
	height:45px;
	border-bottom:2px solid;
	border-bottom-color:#758B69;
}
#Headeractualprojectpicdiv {
	float:left;
	height:45px;
	width:225px;
}
#Headeractualprojectdiv {
	float:left;
	background-image:url(images/actueel-project.png);
	height:45px;
	background-repeat:no-repeat;
	width:225px;
}
#MaininnerWrapper {
}
#Leftcol {
	float:left;
	width:325px;
	padding:0;
}
#copyrightdiv {
	height:151px;
	background-image:url(images/copyrightsdicpic.png);
	margin-top:10px;
}
.copyrighttekst, .copyrighttekst a, .copyrighttekst a:hover {
	font-family:Arial;
	color:#333;
	font-size:10px;
	padding-top:115px;
	padding-left:10px;
	text-decoration:none;
}
.nrbtekst, .nrbtekst a, .nrbtekst a:hover {
	font-family:Arial;
	color:#333;
	font-size:10px;
	padding-top: 3px;
	padding-left:10px;
	text-decoration:none;
}


#bigleftbanner {
}
#Centercol {
	float:left;
	width:450px;
}
#HeaderPic {
	height:142px;
}
#centerbanner {
	border-bottom:1px solid;
	border-bottom-color:#99A388;
}
#Maincontentdiv {
	font-family:Arial;
	font-size:11px;
	padding: 10px 10px 10px 10px;
}
#Rightcol {
	width:169px;
	float:left;
}
.Footer {
	font-family:Arial;
	font-size:9px;
	color:#999;
	font-style:normal;
	padding-left:189px;
}/*collapse menu*/
.arrowlistmenu {
	width:325px;
	margin:-10px 0 0;
	padding-bottom:0;
}
.arrowlistmenu .menuheader {
	font:bold 14px Arial;
	color:#7A8E6F;
	text-transform:capitalize;
	padding:8px 0 4px 60px;
	cursor:hand;
	cursor:pointer;
	background-image:url(images/arrowodd.png);
	background-repeat:no-repeat;
	background-position:20px;
	background-color:#B8C3B2;
	margin:10px 0 -10px;
}
.menuheader a {
	font:bold 14px Arial;
	color:#7A8E6F;
	text-decoration:none;
}
.arrowlistmenu ul {/*CSS for UL of each sub menu*/
	list-style-type:none;
	padding:0;
}
.arrowlistmenu ul li {
	padding-bottom:0;
}


.arrowlistmenu ul li a {
	color:#46563D;
	display:block;
	padding-left:60px;
	text-decoration:none;
	font-weight:700;
	font-size:90%;
	background-image:url(images/arrowmenuitem.png);
	background-repeat:no-repeat;
	background-position:30px;
	cursor:hand;
	font-family:Arial;
	margin:0 5px 5px 0;
}

.extramenuitem{
	padding-left:30px;
	font-size: 15px;
}

.arrowlistmenu ul li a:visited {
	color:#5E7351;
}
.arrowlistmenu ul li a:hover {/*hover state CSS*/
	color:#4B5845;
	background-color:#FFF;
}
