/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Tahoma, Arial; font-size: 11px; color: #000000; }
html { background: url('../images/bodyBg.gif') #f4f4f4 repeat-x top center; }
body { padding-bottom: 125px; background: url('../images/htmlBg.gif') repeat-x bottom center; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### HEADER CONTAINER ### */
#headerCntr { margin: 0 auto; width: 823px; height: 158px; background: url('../images/logo.gif') no-repeat top center; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding: 0px 30px 0px 30px; width: 823px; background: url('../images/mainBg.png') no-repeat; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { width: 823px; height: 490px; background: url('../images/bottom.gif') #d7d7d7 no-repeat bottom left; }
	#contentCntr2 { width: 823px; height: 490px; background: #d7d7d7; }
	#contentCntr p { font-size: 13px; }
	#contentCntr strong { font-size: 13px; }
	#contentCntr2 p { font-size: 13px; }
		.offerte { padding: 0px 0px 11px 20px; }
		
	
		/* ### MENU CONTAINER ### */
		#menuCntr { margin-bottom: 10px; width: 823px; height: 28px; }
		#menuCntr ul { padding-left: 20px; list-style: none; }
		#menuCntr li { float: left; display: inline; }
		#menuCntr li a { padding-top: 5px; display: block; width: 84px; height: 22px; text-align: center; text-decoration: none; font-weight: bold; color: #bb0f0f; }
		#menuCntr li a:hover, #menuCntr li.selected a { background: url('../images/menuHBg.gif') no-repeat top center; }

		/* ### LEFT CONTAINER ### */
		#leftCntr { padding: 20px 0px 0px 20px; float: left; width: 378px; }
		#leftCntr p { padding-bottom: 11px; }

		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 415px; height: 142px; background: url('../images/rightBg.gif') no-repeat; }
		#rightCntr h1 { padding: 6px 0px 0px 70px; font-size: 20px; color: #bb0f0f; }
		#rightCntr ul { margin: 14px 0px 0px 40px; list-style: none; }
		#rightCntr li { padding: 2px 0px 2px 15px; color: #ffffff; background: url('../images/arrow.gif') no-repeat left center; }

		/* ### CONTACT CONTAINER ### */
		#contactCntr { padding: 0px 0px 0px 20px; float: left; display: inline; width: 174px; height: 252px; background: url('../images/contactBg.gif') #000000 no-repeat bottom left; }
		#contactCntr h1 { padding: 5px 0px 10px 0px; display: block; font-size: 20px; color: #bb0f0f; background: url('../images/corner.gif') no-repeat top right; }
		#contactCntr ul { list-style: none; }
		#contactCntr li { font-size: 13px; color: #ffffff; }

		/* ### AUTO CONTAINER ### */
		#autoCntr { float: right; display: inline; width: 629px; height: 252px; background: url('../images/autoBg.png') no-repeat; }

		/* ### FOOTER CONTAINER ### */
		#footerCntr { width: 823px; line-height: 30px; text-align: center; color: #a7a7a7; }
		#footerCntr a { text-decoration: none; color: #a7a7a7; }
		#footerCntr a:hover { text-decoration: underline; }
		
		/* ### CONTACT 2 CONTAINER ### */
		#contact2Cntr { padding: 0px 10px 0px 20px; width: 793px; }
		#contact2Cntr ul { list-style: none; }
		#contact2Cntr li { float: left; font-size: 13px; }
		#contact2Cntr li.clear { clear: both; width: 100px; font-weight: }
                #contact2Cntr span { color: #9e2929; }
		#contact2Cntr p { padding-bottom: 11px; }
		
		/* ### TARIEVEN CONTAINER ### */
		#tarievenCntr { padding: 0px 10px 0px 20px; width: 793px; }
		#tarievenCntr ul { list-style: none; }
		#tarievenCntr li { float: left; font-size: 13px; }
		#tarievenCntr li.clear { clear: both; width: 130px; font-weight: }
		#tarievenCntr span { color: #9e2929; }
		#tarievenCntr p { padding-bottom: 11px; }
		
		/* ### WERKWIJZE CONTAINER ### */
		#werkwijzeCntr { padding: 0px 10px 0px 20px; width: 793px; }
		#werkwijzeCntr ul { margin-top: 10px; list-style: none; }
		#werkwijzeCntr li { padding-left: 15px; width: 600px; font-size: 13px; background: url('../images/arrow2.gif') no-repeat; }
		#werkwijzeCntr hr { margin: 4px 0px 4px 0px; height: 0px; border: 0px; border-top: 1px solid #b5b5b5; background: none; }
		#werkwijzeCntr p { padding-right: 10px; }
		#werkwijzeCntr p span { color: #bb0f0f; }
