body {
	margin-top:			0px;
	margin-right:		0px;
	margin-left:		0px;
	margin-bottom:		0px;
	padding:			0px;
	background-color: 	#F0F4FF;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color: 				#333333;
	text-align: 		justify;
	height:				100%;
}

div.contentWrapper {
	position:			absolute;
	top:				0px;
	left:				0px;
	width: 				100%;
	height:				100%;
}

div.leftBar {
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				100px;
	background-image:	url(../img/bg_meer.jpg);
	height:				100%;
}

div.leftBarMeer {
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				100px;
	height:				100%;
	background-image:	url(../img/meer.jpg);
	background-repeat:  no-repeat;
}

div.header {
	position:			absolute;
	top:				0px;
	left:				0px;
	background-color:	#2053D2;
	color:				#FFFFFF;
	width:				100%;
	height:				80px;
	background-image: 	url(../img/bg_header.jpg);
}

div.logo {
	position:			absolute;
	left:				100px;
	top:				0px;
	width:				219px;
	height:				80px;
	background-image:	url(../img/logo.jpg);
	z-index:			2;
}

div.menu {
	position:			absolute;
	top:				80px;
	left:				0px;
	width:				100%;
	height:				28px;
	background-image: 	url(../img/bg_menu.jpg);
	z-index: 			2;
}

div.submenu {
	position:			absolute;
	top:				0px;
	left:				100px;
	width:				219px;
	height:				100%;
	background-image:	url(../img/bg_submenu.jpg);
	z-index: 			1;
}

div.candidatureButton {
	position:			absolute;
	bottom:				5px;
	left:				125px;
	width:				165px;
	height:				157px;
	z-index:			2;
}

div.content {
	position:			absolute;
	top:				133px;
	left:				335px;
	width:				650px;
	overflow: 			auto;
	padding-right:		10px;
}
