body {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	margin:					0px;
	padding:				0px;
}
div.container {
	margin:					0 auto;
	width:					912px;
	padding:				0px 19px 0px 19px;
}
div.container:after {
	clear:					both;
	height:					0;
	visibility:				hidden;
	display:				block;
	content:				".";
}
div.header {
	float:					left;
	height:					28px;
	width:					857px;
	clear:					both;
	margin-bottom:			8px;
	background-image:		url(../images/header.png);
	background-repeat:		no-repeat;
	background-position:	top left;
	padding-top:			155px;
	padding-left:		55px;
}
div.left {
	float:					left;
	width:					157px;
	height:					354px;
	overflow:				hidden;
	background-image:		url(../images/left.png);
	background-repeat:		no-repeat;
	background-position:	top left;
	padding:				40px 14px 14px 14px;
	line-height:		150%;

}
div.center {
	float:					left;
	width:					502px;
	height:					408px;
	margin:					0px 8px;
	background-image:		url(../images/center.png);
	background-repeat:		no-repeat;
	background-position:	top left;
}
div.content {
	overflow:				auto;
	margin-top:			10px;
	margin-right:		17px;
	margin-bottom:	10px;
	margin-left:		15px;
	width:					470px;
	height:					388px;
	line-height:		150%;
}

div.right {
	float:					left;
	width:					180px;
	height:					354px;
	overflow:				hidden;
	background-image:		url(../images/right.png);
	background-repeat:		no-repeat;
	background-position:	top left;
	padding:				40px 14px 14px 14px;
	line-height:		150%;
}
div.item {
	height:					117px;
	overflow:				hidden;
	margin-bottom:			3px;
}
div.item2 {
	height:					177px;
	overflow:				hidden;
	margin-bottom:			3px;
}
h4.item {
	font-size:				12px;
	font-weight:			bold;
	padding:				0px;
	margin:					1px 0px 8px 12px;
}
p.item {
	padding:				0px;
	margin:					0px;
}

a.mainbutton {
	display:				block;
	float:					left;
	line-height:		14px;
	font-weight:		bold;
	color:					#000;
	padding-left:		15px;
	padding-right:	15px;
	text-decoration: none;
	font-size:				12px;
}
a.mainbutton:hover { 	text-decoration: underline; }

a.newslink {
	color:					#000;
	text-decoration: none;
}

a.actlink {
	color:					#000;
	text-decoration: none;
	font-weight:		bold;
}
a.actlink:hover { 	text-decoration: underline; }


table.activiteiten {
	border-width:			1px;
	border-style:			solid;
	border-color:			#CCCCCC;
	text-align:				left;
	border-collapse:	collapse;
}
td.activiteiten {
	border-width:			1px;
	border-style:			solid;
	border-color:			#CCCCCC;
	padding: 5px;
	vertical-align:		text-top;
	text-align:				left;	
}

a.deelink {
	color:					#000;
	text-decoration: none;
}
a.deelink:hover { 	text-decoration: underline; }


table.deelnemers {
	border-width:			0px;
	border-style:			none;
	border-color:			#CCCCCC;
	text-align:				center;
	border-collapse:	collapse;
}
td.deelnemers {
	border-width:			0px;
	border-style:			none;
	border-color:			#CCCCCC;
	vertical-align:		text-top;
	text-align:				center;	
}

span.pagetitle {
	display:				block;
	height:					18px;
	font-weight:			bold;
	font-size:				12px;
	margin-bottom:		8px;
}

table.contact {
	border:						0px none #FFFFFF;
	text-align:				left;
	border-collapse:	collapse;
}
td.contact {
	padding: 2px;
	vertical-align:		text-top;
	border:						0px none #FFFFFF;
	text-align:				left;	
}


