@charset "UTF-8";
/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #003300;
font-size:11px;

} 


#mainWrapper {
	position: 	relative;
	width:		900px;
	margin: 	0px auto 0px auto;
	height: 	585px;
	background-repeat: repeat;
	overflow:hidden;

}

#mainHeader {
	background-color:#FFFFFF;
	width:		900px;
	height:		600px;
	position: 	relative;
	overflow:hidden;

}

#banner {
	float:		left;
	width:		900px;
	height:	170px;
}


#mainMenu {
	position:	absolute;
	top:		178px;
	z-index:1;
	height: 405px;
}
#btn {
	width: 		241px;
	height: 	41px;
	position:	relative;
	padding-bottom:		4px;
}
#btn_onder {
	width: 		241px;
	height: 	50px;
	position:	relative;
	background-repeat:repeat-y;
	background-image:url(images/verlooprepeat.gif);
}


#mainContentContainer {
	width:		620px;
	height:		400px;
	position: 	absolute;
	left: 		250px;
	overflow:hidden;

}


#mainContent {
	position:	absolute;
	width:		900px;
	height:		800px;
	overflow:hidden;
}
#main {
	right: 27px;
	width: 625px;
	float: right;
	top: 178px;
	position: absolute;
	background-color: #d5e8e8;
	height: 410px;
}

