/* CSS Document */

#header {
	width:			882px;
	height:			115px;
	float:			left;
	background-color:	#F78222;
}

#attention {
	float:			left;
	height:			59px;
	width:			600px;
	background-color:	#F9D7BD;
}

#mainLeft {
	float:			left;
	height:			475px;
	width:			223px;
	padding:		10px;
	background-image:	url(../images/bg_main_left_oranje.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#mainRight {
	float:			left;
	height:			495px;
	width:			39px;
	background-image:	url(../images/bg_main_right_oranje.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#contentMid {
	background-image:	url(../images/bg_content_oranje.jpg);
	background-color:	#F78222;
}

#contentMid h1 {
	font-size:		16px;
	color:			#000000;
	margin-bottom:		15px;
	font-family:		Tahoma, Verdana, Arial;
}

#contentBottom {
	float:			left;
	width:			600px;
	height:			150px;
	background-image:	url(../images/bg_footer_oranje.gif);
	background-position:	top left;
	background-repeat:	no-repeat;
	text-align:		right;
}


