/* gedeelte om de website te centreren */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(/images/algemeen/background.gif);
	vertical-align: top;
}
#mainsite {
	position:relative;
	width:803px;
	margin: 5px auto 0;
	text-align: left;
	background: #fff;
}
div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}
/* Einde gedeelte om de website te centreren */


/* Persoonlijke pagina */
#divMaintable {
	position: relative;
	display: block;
	width: 803px;
	top: 64px;
	padding: 0 50px 0 139px;
	background: #fff url(/images/algemeen/stippellijn_vert.gif) repeat-y 55px 0;
}
#maintable {
	width: 630px;
}
#header {
	position: absolute;
	top: 9px;
	width: 100%;
	height: 42px;
	background: #02aef6 url(/images/persoonlijkepagina/mkbkeurmerk.gif) no-repeat 56% 9px;
	border-bottom: 7px solid #a6ddf2;
}
#logo {
	text-align: center;
	height: 145px;
	background: url(/images/persoonlijkepagina/shadow.gif) no-repeat 50% 100%;
	margin: 0 0 15px;
}
