body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#DDDDDD;
	font-size:12px;
	line-height:16px;
	padding-top:20px;
	margin:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

/* DIV OPMAAK */

#container {
	background-color:#DDDDDD;
	margin:auto;
	width: 960px;
	_height:560px;
	min-height:560px;
}
#top {
	background-color:#7FA5C6;
	background-image:url(../images/top_back.gif);
	background-repeat:no-repeat;
	width:960px;
	height:180px;
}
#main {
	background-image:url(../images/main.gif);
	background-repeat:repeat;	
	width:960px;
	overflow:hidden;
	float:left;
}
#content {
	padding: 15px;
	width:647px; /* 677 - 30 */
	_height:330px; /* 360 - 30 */
	min-height:330px; /* 360 - 30 */
	padding-bottom: 20020px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
	float:left;		
}
#nieuws {
	background-image:url(../images/nieuws.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding: 10px;
	padding-top: 40px;
	width:263px; /* 283 - padding x 2 */
	padding-bottom: 20020px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */	
	float:left;
}
#keurmerk {
	background-image:url(../images/keurmerk_back.gif);
	background-repeat:repeat-y;
	background-position:0% 0%;
	height:50px;
	width:960px;
	float:left;
}
#vacatures {
	background-image:url(../images/vacatures.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding: 10px;
	padding-top: 40px;
	width:263px; /* 283 - padding x 2 */
	float:left;
	padding-bottom: 20020px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */	
}
#vacaturesvrijwilligers {
	background-image:url(../images/vacaturesvrijwilligers.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding: 10px;
	padding-top: 40px;
	width:263px; /* 283 - padding x 2 */
	float:left;
	padding-bottom: 20020px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */	
}
#bottom {
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-right:10px;
	padding-left:20px;	
	width:930px; /* 960 - padding-left+right */
	height:18px; /* 20 - padding-top */
	float:left;
	position: relative;
}
a, a:link {
	text-decoration: underline;
	color:#004B8D;
}
a:hover {
	text-decoration: none;
}
a.wit, a.wit:link {
	color:#FFFFFF;
	text-decoration: none;
}
a.wit:hover {
	text-decoration: underline;
}
a.none, a.none:link {
	text-decoration: none;
}
a.none:hover {
	text-decoration: underline;
}
a.none_bold, a.none_bold:link {
	text-decoration: none;
	font-weight:bold;
}
a.none_bold:hover {
	text-decoration: underline;
}
.wit {
	color:#FFFFFF;
}
.header {
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
