/**************************************************************************************************body Section***************************************************************************************************/
body {
	text-align: center;
	background: #5d5853;
}
/**************************************************************************************************Framework Section ***************************************************************************************************/
#wraper {
	width: 899px;
	min-height: 500px;
	_height: 500px;
	margin: 0 auto;
	text-align: left;
	background: #c3c1b4;
}
/**************************************************************************************************Header Section***************************************************************************************************/
#header {
	width: 899px;
	height: 91px;
	background: #5d5853;
}
.logo {
	float: left;
	width: 149px;
	height: 91px;
	background: url(/images/logo.png) no-repeat left bottom;
	background-position: 0% 0%;
}
/**************************************************************************************************Newsticher Section***************************************************************************************************/
.newsticker {
	float: left;
	width: 747px;
	height: 21px;
	margin: 23px 0 0 0px;
	/*border: 1px solid #fff;
	background: #c3c1b4;
*/
}
.newstickerblock {
	width: 747px;
}
/*hormenu style*/
.newstickerblock ul {
	list-style: none;
	width: 747px;
	margin: 0 0 0 0;
	padding: 0px;
}
.newstickerblock ul li {
	float: left;
	margin: 0px 0px;
	color: white;
}
/**************************************************************************************************Hormenu Section***************************************************************************************************/
.hormenu {
	float: left;
	width: 747px;
	height: 21px;
	margin: 60px 0 0 0px;
	border: 1px solid #fff;
	background: #c3c1b4;
}
/*hormenu style*/
.hormenu ul {
	list-style: none;
	margin: 0px 0 0 8PX;
	padding: 0px;
}
.hormenu ul li {
	float: left;
	margin: 0px 8px;
}
.hormenu li a {
	display: block;
	font-size: 10px;
	color: #7c7871;
	padding: 3px 0 0 0px;
	text-align: center;
}
/*over style*/
.hormenu li a:hover {
	color: #fff;
}
.hormenu .menuitem-active a {
	color: #fff;
}
/*Met newsticker  */
.hormenuticker {
	float: left;
	width: 747px;
	height: 21px;
	margin: 15px 0 0 0px;
	border: 1px solid #fff;
	background: #c3c1b4;
}
/*hormenu style*/
.hormenuticker ul {
	list-style: none;
	margin: 0px 0 0 8px;
	padding: 0px;
}
.hormenuticker ul li {
	float: left;
	margin: 0px 8px;
}
.hormenuticker li a {
	display: block;
	font-size: 10px;
	color: #7c7871;
	padding: 3px 0 0 0px;
	text-align: center;
}
/*over style*/
.hormenuticker li a:hover {
	color: #fff;
}
.hormenuticker .menuitem-active a {
	color: #fff;
}
/**************************************************************************************************Contentwraper Section***************************************************************************************************/
#contwraper {
	width: 899px;
	height: 680px;
	_height: 675px;
	background: #c3c1b4;
}
/*html>body #contwraper {
	overflow: hidden;
}
*/
/**************************************************************************************************ContentwraperBox Section***************************************************************************************************/
.contwraperbox {
	width: 862px;
	height: 640px;
	margin: 15px 0 0px 15px;
	border: 0px solid green;
}
/**************************************************************************************************Leftbar Section***************************************************************************************************/
.leftbar {
	float: left;
	width: 218px;
	/*min-height: 637px;
	_height: 637px;
*/
	height: 637px;
	margin-right: 11px;
	border: 1px solid #fff;
}
.leftbarbox {
	width: 218px;
	height: 637px;
/**/
	overflow: hidden;
}
/**************************************************************************************************Content Section***************************************************************************************************/
.content {
	float: left;
	width: 400px;
	height: 639px;
	background: #e3e3db;
	margin-right: 11px;
}
.contentlift {
	width: 375px;
	height: 585px;
	_height: 590px;
	overflow: auto;
	padding-bottom: 10px;
	margin: 40px 0 0px 25px;
}
.contenttitle {
	height: 50px;
}
/**************************************************************************************************Rightbar Section ***************************************************************************************************/
.rightbar {
	float: left;
	width: 218px;
	margin-right: 0px;
}
.rightbarbox {
	width: 218px;
	min-height: 637px;
	_height: 637px;
}
.rightbar img {
	margin-bottom: -3px;
}
/*rightbarfoto style*/
.rightblok1, .meerinfo, .bezoek {
	width: 218px;
	/*min-height: 205px;
	_height: 205px;
*/
	height: 205px;
	margin: 0 0 9px 0;
	_margin: 0 0 11px 0;
	background: #e3e3db;
	border: 1px solid #fff;
	z-index: -1;
}
/**************************************************************************************************Footer Section ***************************************************************************************************/
#footer {
	width: 899px;
	height: 3px;
	clear: both;
	background: #c3c1b4;
}
                                      
