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: 961px;
		height: 103px;
		background-image: url("./images/header.jpg");
		cursor: pointer;
	}

	#Middle{
		width: 961px;
		display: table;
		height: auto;
		margin:0px;
		background-color:#fff;
		min-height:500px; 
	}
	
	#Left{
		float: left;
		width: 705px;
		position: relative;
		height:auto;
		display: table;
		overflow-x: hidden;
	}
	
	#Right{
		float: left;
		width: 256px;
		position: relative;
		height:auto;	
		display: table;
		padding-bottom:143px; 
		background-color:#e7e7e8;
	}
	
	.colContainer{
		width: 705px;
					
	}
	.calLeftContainer{
		width: 345px;
		float: left;
	}
	.calMiddleContainer{
		width: 345px;
		float: left;
		margin-left: 7px;
	}
	/** content ***/
	
	
	.TextContent{
		width: 688px;
		padding: 0;
		margin: 0px 0 10px 0;	
		display:table;
		font-size: 12px;
		text-align: justify;
	}
	.content{
		padding-top:12px;
		clear:both; 
		height:90px;
		width:705px;  
	}
	.title{
		width:705px; 	
		margin:0px;
		padding-top: 15px;
		margin-bottom: 3px;
	}	

	
/**** footer ****/	
	
.Footer{
	height: 31px;
	background-image: url("./images/header.jpg");
	position: relative;
}

.Footer .middle_bottom{
	width: 690px;
	height: 26px;
	float:left;
	font-size: 11px;
	background: url(./images/bottem_repeate.jpg) 0 0 repeat-x;
	padding: 5px 0 0 15px;
	color: #fff;
}
.Footer .middle_bottom a{
	color:#fff;
}
.Footer .right_bottom {
	width: 255px;
	height: 31px;
	float:left;
	background: url(./images/right_bottom.jpg) 0 0 no-repeat;
}


/*** 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;
	
}
.RightColumnBannersList{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
}

.RightColumnBannersList .RightColumnBannersListItem{
	margin-bottom: 15px;
}

.RightColumnBannersListItem a{
	
}
.RightColumnBannersListItem img{
	border: none;
}


/**** Algemeen ****/

h1{
	font-size:14px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	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;
}

/**** Home Kolommen ****/
.HomeContentList{
	padding-left: 0px;
	margin-left: 0px;
	width: 340px; 
	list-style-type: none;
}
.HomeContentItem{
	margin-bottom: 10px;
	width: 340px;
}
.HomeContentChildren{
	border-top: 1px solid #fff;
	display: block;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	margin-left: 0px;
	display: none;
}
.HomeContentChild{
	margin-bottom: 5px;
}
.HomeContentChild a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background-image: url("./images/VolgPagItemBall.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	display: block;
}
.HomeContentChild a:hover{
	color:#fff;
}

.HomeContentItem > a.koptekst{
	color: #000;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
}
/* odd=groen even=grijs */
.HomeContentItem.even .HomeContentChildren{
	background-color: #e6e6e6;
}
.HomeContentItem.even{
	background-color: #d1d2d4;
	background-image: url("./images/HomeContentHeadingBlackBox.gif");
}
.HomeContentItem.odd .HomeContentChildren{
	background-color: #d0e074;
}
.HomeContentItem.odd{
	background-color: #bed62f;
	background-image: url("./images/HomeContentHeadingGreyBox.gif");
}
.HomeContentItem{
	background-repeat: no-repeat;
	padding-top: 13px;
	cursor: pointer;
}



/**** Volgpagina ****/
.VolgPagContKop{
	background-image: url("./images/HomeContentHeadingGreyBox.gif");
	background-color: #bed62f;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	color: #000;
	display: block;
	height: 19px;
	padding-left: 15px;
	padding-top: 13px;
	margin-top: 15px;
	text-decoration: none;
	font-weight: bold;
	width: 680px;
}
.VolgPagList{
	background-color: #d0e074;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 695px;
}
.VolgPagItem{
	margin-bottom: 5px;
}
.VolgPagItem.leftcol, .VolgPagItem.rightcol{
	width: 354px;
}
.VolgPagItem a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background-image: url("./images/VolgPagItemBall.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	display: block;
}
.slideodd, .slideeven{
	height: 12px;
	width: 12px;
	display: block;
	position: relative;
	top: -14px;
	left: 317px;
}
.slideodd{
	background-image: url("./images/ArrowBlackUp.gif");
	background-repeat: no-repeat;
}
.slideeven{
	background-image: url("./images/ArrowWhiteUp.gif");
	background-repeat: no-repeat;
}
.slideodd.uitgeklapt{
	background-image: url("./images/ArrowBlackDown.gif");
	background-repeat: no-repeat;
}
.slideeven.uitgeklapt{
	background-image: url("./images/ArrowWhiteDown.gif");
	background-repeat: no-repeat;
}