	html, body
	{
		height: 100%;
	}
	
	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	span.highlighted {
		background-color: yellow;
		padding: 0px 2px;
		color: #666;
		font-weight: bold;
	}
	
	label.failed 
	{
		font-weight: bold;
		color: #FF0000;
	}

/********************************************/
	
	body {
		background-color: #fff;
	}
	
/********************************************/
	
	.text {
		width: 313px;
		height: 18px;
		font-family: Arial, Verdana;
		font-size: 11px;
		padding: 4px 0px 0px 4px;
	}
	
	.select {
		font-size: 11px;
		padding: 2px;
		min-width: 100px;
	}
	
	.textarea {
		width: 309px;
		font-family: Arial, Verdana;
		font-size: 11px;
		padding: 4px;	
	}
	
	.button {
		width: 80px;
		height: 25px;
		font-family: Arial, Verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	
	input.searchField {
		width: 161px;
		height: 17px;
		float: left;
		font-size: 11px;
		margin: 7px 7px 0px 0px;
		padding-top: 2px;
		padding-left: 2px;
	}
		
/********************************************/

	div#whiteDiv {
		margin-left: auto;
		margin-right: auto;
	}
	
	div.shadowMid {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	
	div.shadowBot, div.shadowTop {
		width: 980px;
		height: 8px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.shadowBot {
		clear:both;
	}
	
	div.shadowTop {}
	
/*******************menu*********************/
	
	div#menuDiv {
		float:left;
		width: 720px;
		height: 90px;
	}
	
/****************side-menu*******************/
		
	ul#sidemenuList {
		width: 200px;
		list-style-type: none;
	}
	
	ul#sidemenuList li {
		width: 200px;
		height: 30px;
		border-bottom: 1px dotted #D6D6D6;
		line-height: 30px;
	}
	
	ul#sidemenuList li a {
		color: #808080;
		padding-left: 17px;
		text-decoration: none;
	}

	ul#sidemenuList li a:hover {
		color: #C50002;
		text-decoration: none;
	}
	
	ul#sidemenuList li a.active {
		padding-left: 15px;
		background-image: url('../images/arrows/double_grijs.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	ul#sidemenuList li a.subActive {
		color: #808080;
		background-image: url('../images/arrows/grey_d.gif');
		background-position: 5px 50%;
		background-repeat: no-repeat;
	}
	
/***************logo*************************/
	
	div#menuContainer {
		height: 90px;
		width: 960px;
	}
	
	div#logo {
		float:left;
		width: 240px;
		height: 90px;
	}
	
	div#icons {
		width: 950px;
		height: 24px;
		line-height: 24px;
		padding: 0px 5px;
	}
	
	div#icons div.leftDiv, div.rightDiv {
		float: left; 
		padding: 0px 3px; 
		font-size: 8pt;
		font-weight: bold;
	}
	
	div#icons div.imageDiv {
		float: left; 
		height: 24px;
	}
	
	div#icons div.leftDiv {
		text-align: right;
		padding-right: 4px;
	}
	
	div#icons div.rightDiv {
		text-align: left;
		padding-left: 4px;
	}
	
/***************header**********************/
	
	div#header {
		width: 960px;
		height: 200px;
	}
	
	div#header div {
		float:left;
	}
	
/***************content*********************/
	
	div#content {
		width: 460px;
		float: left;
		min-height: 300px;
		height: auto !important;
		height: 300px;
	}
	
	div#content ul li {
		margin-left: 15px;
	}
	
	div#content ol li {
		margin-left: 18px;
		padding-left: 0px;
	}
	
/***************footer**********************/
	
	div#footer {
		width: 950px;
		height: 37px;
		line-height: 37px;
		color: #9c9c9c;
		padding-left: 10px;
	}
	
	div#footer span {
		padding: 0px 4px;
	}
	
/***************sideItems*******************/

	div#sideItemsLinks {
		float:left;
		width: 240px;
	}
	
	 div#sideItemsRechts {
	 	float: left;
	 	width: 240px;
	 	padding-left: 20px;
	 }
	
/***************container*******************/
	
	div#container {
		float:left;
	}
	
	div#gekleurdeBlokken {
		background-image: url('../images/layout/blokken_gradient.png');
		background-position: bottom left;
		background-repeat: repeat-x;
		color: #fff;
		overflow: hidden; /* belangrijk om columns op gelijke hoogte te krijgen */ /* http://www.ejeliot.com/blog/61 */
	}
	
	div#gekleurdeBlokken div.content {
		width:290px; 
		float:left;
		padding: 15px 15px;
		line-height: 2;
		margin-bottom: -1000px; /* belangrijk om columns op gelijke hoogte te krijgen */
		padding-bottom: 1000px; /* belangrijk om columns op gelijke hoogte te krijgen */
	}
	
	div#witteBlokken div.content ul li, div#gekleurdeBlokken div.content ul li, div#sideItemsRechts ul li {
		margin-left: 15px;
	}
	
	div#witteBlokken div.content ol li, div#gekleurdeBlokken div.content ol li, div#sideItemsRechts ol li {
		margin-left: 18px;
		padding-left: 0px;
	}
	
	div#witteBlokken {
		width: 960px;
		background-color: #fff;
	}
	
	div#witteBlokken div.content {
		width:450px;
		float:left;
		padding: 10px 15px;
		padding-bottom: 0px;
		line-height: 2;
	}
	
/***************actueel*******************/
	table.actueel td {
		vertical-align: top;
		text-align: justify;
	}
	
	table.actueel td.image
	{
		width: 105px;
	}
	
	table.actueel td.padding {
		padding: 0px 10px 0px 15px;
	}
	
	table.actueel p.date {
		font-size: 10px;
	}
	
	table.actueel p.title {
		font-size: 9pt;
		font-weight: bold;
	}
	
	table.actueel a.rssFeed {
		background-image: url('../images/icons/feed-icon-14x14.png');
		background-position: 0px 60%;
		background-repeat: no-repeat;
		padding-left: 16px;
	}
	
/***************gallerij*******************/
	table.gallery td {
		vertical-align: top;
		padding: 5px 15px 5px 0px;
	}
	
/***************kalender*******************/
	table.kalender {
		width: 190px;
	}
	
	table.kalender td.center {
		text-align: center;
	}
	
/***************regForm*******************/
	table.regForm {
		width: 465px;
	}
	
	table.regForm td {
		padding: 3px;
		vertical-align: top;
	}
	
/***************reactions/blog*******************/
	div#reactionFormDiv 
	{
		height: 260px;
		width: 450px;
		
		background-image: url('../images/layout/loader.gif');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	table#reactionTable td 
	{
		padding-bottom: 10px;
		vertical-align: top;
	}
	
	table#reactionTable td.right
	{
		padding-right: 10px;
	}
	
	table.blogTable td
	{
		vertical-align: top;
		/*border:1px solid red;*/
	}
	
	table.blogTable td.date
	{
		font-size: 7pt;
	}
	
	table.blogTable td.width_80
	{
		width: 80px;
	}
	
	div.dateDiv
	{
		float:left;
		width: 33px;
		height: 33px;
		padding: 3px;
		text-align:center; 
		background-color: #999; 
		color: #fff;
		margin-top: 29px;
	}

/***************global login*******************/
	div.global_login
	{
		margin: 0 auto;
		width: 320px; 
		background-color: #fff;
		padding: 5px;
	}