/* gedeelte om de website te centreren */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/images/algemeen/fade.jpg) repeat-x;
}
#mainsite {
	position:absolute;
	left:50%;
	width:1004px;
	height: 506px;;
	margin-left:-502px; 
	text-align: left;
	background: #fff url(/images/algemeen/bg.jpg) no-repeat;
}
div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}
/* Einde gedeelte om de website te centreren */


/* Algemeen */
#maintable {
	position: absolute;
	top: 47px;
	left: 328px;
	width: 650px;
	height: 400px;
	background: #fff;
}
#blokLinks {
	position: absolute;
	top: 21px;
	left: 20px;
	width: 284px;
	background: #fff;
}
#logo {
	position: absolute;
	top: 4px;
	left: 5px;
}
#sfeerbeeld {
	margin: 0 0 7px 1px;
	width: 282px;
	height: 199px;
	background: #fff;
}
#iconbar {
	width: 284px;
	text-align:right;
	font-size: 11px;
}
#iconbar A {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	margin-left: 3px;
}
/*
#iconbar A span {
	padding-bottom:10px;
}
*/
#iconbar IMG {
	margin-left: 1px;
}
#breadcrumbs {
	position:absolute;
	top:71px;
	left:349px;
	width:604px;
	height: 18px;
	color: #999;
	font-size: 11px;
	border-bottom: 1px solid #c2c2c2;
}
#breadcrumbs a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#algemeen_0_0 {
	padding: 73px 20px 10px;
}
/* Einde Algemeen */
