div#main_image {
	z-index: 1;
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	margin-left: -500px;
	margin-top: -288px;

	width: 1000px;
	min-height: 575px;
	_height: 575px;
	
	background-position: top center;
	background-repeat: no-repeat;
	
	overflow: hidden;
}
div#main_skip {
	z-index: 1;
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	margin-left: -500px;
	margin-top: 288px;

	width: 1000px;
	min-height: 50px;
	_height: 50px;

	text-align: center;
	
	overflow: hidden;
}

div#main_image div#taart {
	z-index: 10;
	position: absolute;
	
	width: 106px;
	height: 101px;
	
	top: 474px;
	left: 893px;
}	

div#main_image div#left_menu {
	z-index: 10;
	position: absolute;
	
	width: 165px;
	height: 70px;
	
	top: 500px;
	left: 0px;
}	

div#main_image div#content {
	z-index: 10;
	position: absolute;
	
	width: 610px;
	height: 456px;
	
	top: 99px;
	left: 232px;
	
	padding: 10px;
	
	overflow: auto;
	overflow-x: hidden;
}	

table.aanmelding td { color: #ffffff; font-size: 16px; }
table.aanmelding input { width: 100%; border: 0; background-color: #ccffcc; padding: 4px; line-height: 18px; }

body.more_than { background-color: #fff8aa; }
body.training { background-color: #33cc33; }
body.coaching { background-color: #1c52a5; }
body.mediation { background-color: #66c7c9; }
body.infield { background-color: #f09923; }
