/* ### UITLEG COLORS ### */
body { height: 100%; background: url('../images/extraBg.png') #f5f5f5 repeat-x; }
#headerCntr h1 a { background: url('../images/logo.png') no-repeat; }

	/* ### BANNER CONTAINER ### */
	#bannerCntr { margin: 0px 4px 7px 4px; position: relative; width: 962px; height: 108px; background: url('../images/overzichtBanner.png') no-repeat bottom; }
	#bannerCntr h1 { display: none; }
	#bannerCntr h2 { display: none; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { margin: 0px 4px 0px 4px; overflow: hidden; width: 962px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 665px; background: url('../images/uitlegContent.gif') repeat-y; }
		#leftCntr div.lBottom { padding: 18px; width: 629px; background: url('../images/leftBottom.gif') no-repeat bottom; }
			
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding-top: 10px; float: right; width: 282px; }
