body {
	margin: 0px;
	padding: 0px;
	font: 11px/16px  Verdana;
	color: #FFFFFF;
	background-image: url(../images/bg_page.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
}

h1 {
	font: 16px/20px  Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#page {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/website_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #242424;
}

#contactholder {
	width: 0px;
	height: 0px;
	margin: 0px auto;
	padding: 0px;
}

#menucontainer {
		float: left;
		width: 235px;
		height: 100%;
		min-height: 510px;
		padding: 0px;
		margin: 193px 0px 0px 0px;
}

	#menuinhoud {
		float: left;
		width: 235px;
		height: 100%;
		padding: 0px;
		margin: 20px 0px 0px 0px;
	}
	
#contactcontainer {
	position: absolute;
	width: 200px;
	height: 300px;
	padding: 0px;
	margin: 0px 0px 0px 280px;
}

	#contactinhoud {
			padding: 10px 20px 0px 20px;
			margin: 0px;
			font-weight: normal;
			text-decoration: none;
	}

#contentcontainer {
	float: left;
	width: 400px;
	height: auto;
	padding: 0px;
	margin: 320px 0px 0px 0px;
	
	font: 11px/16px  Verdana;
	color: #FFFFFF;
	
	background-color: #242424;
}

	#content {
		width: 400px;
		height: auto;
		padding: 0px;
		margin: 0px;
		text-align: justify;

		font: 11px/16px  Verdana;
		color: #FFFFFF;
		
		background-color: #242424;
	}
			
		.iframe {
			float: left;
			width: 680px;
			margin: 0px 0px 0px 10px;
		}

#newscontainer{
	float: right;
	width: 960px;
	height: 131px;
	min-height: 131px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	
	background-image: url(../images/bg_news.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#newsinhoud {
		float: right;
		width: 960px;
		height: 92px;
		min-height: 92px;
		padding: 0px 15px 0px 0px;
		margin: 0px;
		
		text-align: right;
		color: #6a6a6a;
}

#footercontainer{
	float: right;
	width: 960px;
	height: 72px;
	min-height: 92px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	
	background-image: url(../images/bg_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footerinhoud {
		float: right;
		width: 960px;
		height: 72px;
		min-height: 92px;
		padding: 20px 15px 0px 0px;
		margin: 0px;
		
		text-align: right;
		color: #6a6a6a;
}
	
	#footerinhoud A {
		text-align: right;
		color: #6a6a6a;
		font-weight: none;
		text-decoration: none;
	}

	#footerinhoud A:hover {
		text-align: right;
		color: #ff5429;
		font-weight: none;
		text-decoration: underline;
	}
	
.clearer {
	height: 20px;
	width: 100%;
	clear: both;
}

/*OPMAAK MENU*/

.hoofd { 
	color: #242424; 
	border: none; 
	font-size: 12px; 
	line-height: 30px;
	font-family: Verdana; 
	font-weight: bold;
	padding: 0px 5px 0px 30px;
	width: 100px;

}

.hoofd A { 
	display: block; 
	line-height: 30px;
	color: #242424; 
	text-decoration: none; 
	width: 200px;
	padding: 0px 5px 0px 20px;
	background-image:url(../images/icon_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;	
}

.hoofd A:link {
	color: #242424;
	text-decoration: none;
	padding: 0px 5px 0px 20px;
	background-image:url(../images/icon_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;	
}

.hoofd A:hover { 
	color: #242424;
	text-decoration: underline;
	padding: 0px 5px 0px 20px;
	background-image:url(../images/icon_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;	
}

.sub { 
	position: absolute;
	
	margin-left: 100px;
	
	font-size: 12px;
	line-height: 25px;
	
	font-family: Verdana; 
	color: #242424;
	font-weight: bold;
	
	padding: 5px;
	visibility: hidden; 
	background: #62A2E1; 
}

.sub A { 
	width: 160px;
	height: 25px;
	
	font-size: 12px;
	line-height: 25px;
	
	color: #242424; 
	text-decoration: none; 
	display: block;
	
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	
	background-image:url(../images/icon_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;

}

.sub A:hover { 
	width: 160px;
	height: 25px;
	
	font-size: 12px;
	line-height: 25px;
	
	color: #242424; 
	text-decoration: none; 
	display: block;

	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	
	background-image:url(../images/icon_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FF5429;	
}
