body {
	background-color			: black;
	padding						: 0;
	margin						: 0;
	text-align					: center;
	font-family					: Trebuchet MS;
	padding-bottom				: 10px;
}

#wrapper_01 {
	background-color			: #232427;
	width						: 970px;
	margin-left					: auto;
	margin-right				: auto;
	text-align					: center;
	padding-top					: 20px;
	border-bottom				: solid 1px #f47321;
}

#wrapper_02 {
	width						: 950px;
	text-align					: left;
	margin-left					: auto;
	margin-right				: auto;
	background-image			: url(../../img/contentbg2.jpg);
}

/*#cnt_header {
	height						: 200px;
}*/
#cnt_header {
	position			: relative;
	height: 200px;
}
#logo_right {
	position 			: absolute;
	right				: 0px;
	top					: 10px;
	z-index				: 35;
}
#logo_right img {
	position 			: relative;
	left				: 0px;
	top					: 0px;
}
#header_foto {
	width				: 950px;
	height				: 199px;
	_height				: 199px;/*IE6*/
	background-color	: black;
	/*border-left			: 1px solid #9D927F;
	border-right		: 1px solid #9D927F;*/
	overflow			: hidden;	
}

#headeroverlay {
	position					: absolute;
	top							: 30px;
	width						: 949px;
	text-align					: right;
}

#cnt_content {
	min-height					: 520px;
	background-image			: url(../../img/cnt_bg.jpg);
	background-repeat			: repeat-x;
}

#content_left {
	width						: 179px;
	background-image			: url(../../img/bglinks.jpg);
	float						: left;
	background-repeat			: no-repeat;
	min-height					: 430px;
	height						: 100%;
}
/* for Internet Explorer */
/*\*/
* html #content_left {
height: 430px;
}
/**/
#content_center {
	width						: 590px;
	float						: left;
	margin-bottom: 20px;
}

#content_center ul {
	margin						: 0;
	padding						: 0;
}

#content_center_content {
	clear						: both;
	padding-bottom				: 20px;
	width						: 590px;
}

#content_right p {
	font-size					: 12px;
	padding						: 5px;
	color						: white;
	padding-top					: 0px;
}
#content_right a {
	color						: white;
}


#content_right h2 {
	font-size					: 14px;
	padding						: 0px;
	padding-left				: 5px;
	margin						: 0px;
	color						: white;
}

#content_right {
	width						: 180px;
	background-color			: #f47321;
	float						: left;
}

/* Kolom links */

#content_left_nav  {
	margin						: 0px 0px 0px 0px;
	padding						: 0px;
	padding-bottom				: 10px;
	list-style-position			: outside;
	list-style-type				: none;
	overflow					: hidden;
}
#content_left_nav li {
	margin						: 0px;
	width						: 179px;
	padding						: 0px;
	background-color			: transparent;
	cursor						: pointer;
	float						: left;
}

#content_left_nav li a {
	background-color			: black;
	width						: 70%;
	margin-top					: 10px;
	float						: left;
	padding-left				: 10px;
	font-size					: 11px;
	text-decoration				: none;
	color						: white;
	display						: block;
	height						: 23px;
	line-height					: 23px;
	border-top					: solid 1px #838383;	
	border-bottom				: solid 1px #838383;	
	border-right				: solid 1px #838383;
	
}
#content_left_nav li a:hover {
	background-image			: url(../../img/btnbg.jpg);
	background-repeat			: repeat-x;
	color						: white;
	width						: 80%;
	border-top					: solid 1px white;	
	border-bottom				: solid 1px white;	
	border-right				: solid 1px white;
	padding-left				: 30px;
}

#content_left_nav li a.nav_active {
	background-image			: url(../../img/btnbg.jpg);
	background-repeat			: repeat-x;
	color						: white;
	width						: 80%;
	border-top					: solid 1px white;	
	border-bottom				: solid 1px white;	
	border-right				: solid 1px white;
	padding-left				: 30px;
}

/* einde kolom links */

#content_center_btns {
	text-align					: right;
	width						: 280px;
	height						: 40px;
	float						: right;
	clear						: both;
}

/* Horizontaal menu */

#menu_top  ul{
	padding					: 0;
	margin					: 0;
}

#menu_top  {
	margin					: 0px 0px 0px 0px;
	padding					: 0px;
	font-weight				: bold;
	list-style-position		: outside;
	list-style-type			: none;
	height					: 27px;
	z-index					: 13000;
	overflow				: hidden;
}
#menu_top li {
	margin					: 0px;
	padding					: 0px;
	background-color		: transparent;
	text-align				: center;
	cursor					: pointer;
	float					: right;
}

#menu_top li a {
	float					: right;
	font-size				: 11px;
	text-transform			: uppercase;
	text-decoration			: none;
	color					: #08092b;
	display					: block;
	height					: 27px;
	line-height				: 27px;
	margin-right			: 1px;
}

#menu_top li {
	margin					: 0px;
	padding					: 0px;
	background-color		: transparent;
	text-align				: center;
	cursor					: pointer;
	float					: left;
	width					: 135px;
}

#menu_top li a {
	float					: left;
	font-size				: 11px;
	text-transform			: uppercase;
	text-decoration			: none;
	color					: white;
	display					: block;
	width					: 135px;
	height					: 27px;
	line-height				: 27px;
	margin-right			: 1px;
	background-image		: url(../../img/topmenubtnbg.png);
	background-repeat		: no-repeat;
}

a.btntop {
	filter					: alpha(opacity=50);
	-moz-opacity			: 0.5;
	-khtml-opacity			: 0.5;
	opacity					: 0.5;
}

a.btntop:hover {
	filter					: alpha(opacity=100);
	-moz-opacity			: 1.0;
	-khtml-opacity			: 1.0;
	opacity					: 1.0;
}
a.btntop.active {
	filter					: alpha(opacity=100);
	-moz-opacity			: 1.0;
	-khtml-opacity			: 1.0;
	opacity					: 1.0;
}

/* Einde Horizontaal menu */

#cnt_footer {
	color						: white;
	background-color			: black;
	height						: 37px;
	text-align					: right;
	padding-right				: 10px;
}

#cnt_footer p {
	line-height					: 37px;
	font-size					: 12px;
}
#cnt_footer a {
	text-decoration				: none;
	color						: white;
}

.footer_letter {
	font-weight					: bold;
	color						: #f47321;
	font-size					: 13px;
}
#remgrofooter {
	width						: 970px;
	text-align					: center;
	font-size					: 0.7em;
	margin-bottom				: 20px;
}

#content_center_links {
	width						: 150px;
	padding-left				: 10px;
	float						: left;
}

.contentthumb img{
	border						: solid 3px white;
	margin						: 3px;
}

.contentthumb:hover  img{
	border						: solid 3px #f47321;
}
#content_center a {
	color: white;
}
#content_center_rechts, #bigpic {
	float						: left;
	width						: 400px;
	padding-top					: 3px;
	padding-right				: 15px;
	padding-bottom				: 15px;
	padding-left				: 10px;
}

#content_center_rechts img, #bigpic img {
	border						: 3px solid white;
	clear						: both;
}

#content_center_rechts p, #bigpic p {
	color						: white;
	font-size					: 12px;
}

#content_center_rechts h1, #bigpic h1 {
	color						: #f47321;
	margin						: 0;
	padding						: 0;
	margin-top					: 5px;
	font-size					: 14px;
}
.clearboth{
	clear						: both;
}

/*@import url("formulier.css");
@import url("gastenboek.css");
@import url("nieuws.css");
@import url("links.css");*/
