html {
	height:100%;
	}
body  {
	height:100%;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#mainContainer { 
	width: 970px;  /* this will create a container 80% of the browser width */
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.areaBlauw{
	background: #007CC5;
	color: #ffffff;
}

.areaWit{
	background: #ffffff;
	color: #000000;
}

.areaWit A:link,A:visited,A:active,A:hover{
	color: #007CC5;
}

.areaWitSide{
	background: #ffffff;
	color: #000000;
}

.areaWitSide A:link,A:visited,A:active,A:hover{
	color: #007CC5;
}

.txtWitMedBold{
	font-size:15px;
	font-weight:bold;
	color: #ffffff;
}

a.txtWitMedBold{
	color: #ffffff;
	text-decoration:none;
}

.txtWitMed{
	font-size:15px;
	color: #ffffff;
}

.txtWitXSmall{
	font-size:10px;
	color: #ffffff;
}

.txtWitSmall{
	font-size:11px;
	color: #ffffff;
}

a.txtWitSmall{
	text-decoration:none;
	color: #ffffff;
}

.txtWitSmallBold{
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
}

a.txtWitSmallBold{
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}


.txtBlauwMedBold, .kopgroot{
	font-size:15px;
	font-weight:bold;
	color: #007CC5;
}

a.txtBlauwMedBold{
	text-decoration:none;
	color: #007CC5;
}



.txtBlauwMed{
	font-size:15px;
	color: #007CC5;
}

.spacing2{
	padding: 2px;
}