/* gedeelte om de website te centreren */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #771112;
}

#mainsite {
	position:absolute;
	left:50%;
	width:936px;
	height:100%;
	margin-left:-468px; 
	text-align: left;
}

div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}
/* Einde gedeelte om de website te centreren */

#header {
	position:absolute;
	left:0;
	top:0;
	width:936px;
	height:165px;
	background: url(/images/algemeen/header.jpg) no-repeat 0 0;
}

#navigatie {
	position:absolute;
	left:0;
	top:140px;
	width:936px;
	height:20px;
	z-index: 10;
}

#divMaintable {
	position:absolute;
	left:0;
	top:165px;
	width:936px;
	background: #FFFFFF;
	z-index: 1;
}

#footer {
	width: 936px;
	background: #DDC8BC;
	font-size: 10px;
	padding: 1px 4px 1px;
}


/* 3Koloms template */
.driekoloms #maintable {
	background: url(/images/algemeen/curl_3koloms.gif) repeat-y 50% 100%;
}
#DriekolomsLinks_0_0 {
	width: 200px;
	padding: 8px 10px 10px;
}
#DriekolomsMidden_0_1 {
	width: 484px;
	padding: 14px 6px 10px;
}
#DriekolomsRechts_0_2 {
	width: 200px;
	padding: 8px 10px 10px;
}
/* Einde 3Koloms template */


/* 2Koloms template */
.tweekoloms #maintable {
	background: url(/images/algemeen/curl_2koloms.gif) repeat-y;
}
#TweekolomsLinks_0_0 {
	width: 200px;
	padding: 8px 10px 10px;
}
#TweekolomsRechts_0_1 {
	width: 696px;
	padding: 14px 10px 10px;
}
/* Einde 2Koloms template */