html{
	overflow-y:scroll; 
}

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size: 12px;	
}

/* OPBOUW WEBSITE */
#Main {
	width: 960px;
	margin: 0 auto;
	display: table;
	overflow: visible;
	position: relative;

}
	#Container {
		width: 960px;
		display: table;
		padding-top: 12px;
		background-repeat: repeat;
		position:relative;
	}
	
	#Header{
		width: 960px;
		height: 150px;
			
	}

	#Middle{
		width: 960px;
		display: table;
		height: auto;
		margin:0px 0px 0px 0px;	
		background-color:#eee;
	}
	#Left{
		float: left;
		width: 792px;
		position: relative;
		height:auto;
		display: table;
	}
	
	#Right{
		float: left;
		width: 168px;
		position: relative;
		height:auto;	
		display: table;
		background-color:#999;
		padding-bottom:32px; 
	}
	
	/** Menu ***/
	#menu{
		margin: 0px;
		padding:0px;
		list-style: none;
		width:960px;
		height: 24px;
		position:relative;
		top:10px;
	}
	
	#menu li{
		margin: 0px;
		padding:0px;		
		list-style: none;
		float: right;
		height: 24px; 
		font-size:10px;
	}
	
	#menu li a{
		text-decoration: none;
		color:#000000;
	}
	
	#menu li a:hover{
		text-decoration: none;
		color:#bd1821;
	}
	#menu li.active a{
		color:#bd1821;
	}
	
	.TextContent{
		width: 728px;
		padding: 0 32px 0 32px;
		margin: 0px;	
		display:table;
		font-size: 12px;
		text-align: justify;
	}
		.content_banner{
			padding-top:12px;
			clear:both; 
			height:90px;
			width:728px;  
		}

	
/**** footer ****/	
	
.Footer{
	width: 732px;
	font-size: 11px;
	color: #000;
	margin: 12px 0 0 0;
	height: 43px;
	position: relative;
}

.Footer .footerMenu{
	width: 732px;
	font-size: 11px;
	margin: 0px;
	padding:0px;
	list-style: none;
}
.Footer .footerMenu li{
	float: left;
	margin: 0px;
	padding:0px;
	width: 244px;
}
.Footer .footerMenu li a{
	width: 244px;
	height: 26px;
	display: block;
	text-align: center;
	background-color: #3f3f41;
	color:#ffffff;
	text-decoration: none;
	padding-top: 8px;
}
.Footer .footerMenu li a:hover{

}
.Footer .footerMenu .odd a{
	background-color: #858688;
}
.Footer .footerMenu .odd a:hover{

}

.Footer .footerMenu li ul{
	display: none;
	position: absolute;
	bottom: 55px;
	width: 244px;
	list-style: none;
	padding: 12px 0px 0px 0px;
	margin:0px;
	background-color: #ffffff;
	
}
.Footer .footerMenu li ul li{
	width: 220px;
	float: none;
	list-style: none;
	margin: 0px 12px 0 12px;
	padding:0px;
}
.Footer .footerMenu li ul li a{
	width: 220px;
}

/*** ProivitieLijst ***/
.ProivitieLijst{
	width: 728px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:table;
}
.ProivitieLijst li{
	width: 163px;
	float: left;
	/*background-color:#3F0;*/
	display:table;
	padding-right: 8px;
	
}
.ProivitieLijst li.endLine{
	clear: right;
	padding-right: 0px;
}

.address{
	margin: 0px;
	padding: 0px;
	width: 159px;
	height:78px;
	/*background-color:#060;*/
	list-style: none;
	padding-left:5px;
	padding-top:12px;
	display:table;
}
.ProivitieLijst .middleBreak{
	clear: both;
	height: 5px;
	width: 728px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

.ProivitieLijst .address li{
	float: none;
	display:table;
}
.ProivitieLijst .address li a{
	text-decoration:none;
	color:#bd1821;
}
	
/***** Banners ******/
#Right .banner{
	margin: 32px 24px 0 24px;
	width: 120px;
	overflow: hidden;
	
}



/**** Algemeen ****/

h1{
	font-size:14px;
	width: 728px;
	padding-top: 29px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	margin:0px;
}
h2{
	font-size:12px;
	background-color: #bd1821;
	padding: 3px 0 3px 5px;
	color:#ffffff;
	cursor: pointer;
	margin:0px;
	margin-top:12px;
	clear: both;
}
p{
	padding: 0px;
	margin: 0px;
}

#cu3er-container {width:960px; outline:0;}


	
