:root { overflow-y: scroll !important; }
/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
body { padding: 30px 0 30px 0; background: #a9a9a9;}
img { border: 0px; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }

/* ### WRAPPER ### */
#wrapper { width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 980px; }

	/* ### HEADER CONTAINER ### */
	#header { position: relative; width: 980px; height: 170px; background: #000000; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 980px; height: 42px; background: #333333;}
		#menuCntr ul { list-style: none; overflow: hidden; }
		#menuCntr li { float: left; line-height: 42px; height: 42px; font-size: 13px; }
		#menuCntr li a { display:block; padding: 0 20px 0 20px; text-decoration: none; color: #f9f9f9; font-weight: bold; text-transform:uppercase; }
		#menuCntr li a:hover { background: #444444; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 15px 0px; overflow: hidden; width: 980px; background: url('/images/content-bg.gif') top left repeat-y; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding-left: 5px; float: left; width: 237px; }
		
			
			/* ### CATEGORIES BOX ### */
			.categoriesBox { margin-top: 11px; padding-bottom: 11px; width: 235px; border: 1px solid #888888; background: #e3e3e3; }
			.categoriesBox .top {width: 235px; }
			.categoriesBox h3 { padding: 0 0 0 12px; margin-bottom: 11px; font-size: 17px; font-weight: normal; color: #fff; height: 27px; line-height: 27px; background: url('/images/menu-bg.gif') top left repeat-x;}
			.categoriesBox ul { list-style: none; }
			.categoriesBox li { color: #505050; font-weight: bold; }
			.categoriesBox li a { padding: 0 0 0 12px; color: #505050; text-decoration: none; }
			.categoriesBox li a:hover { text-decoration: underline; }
			
			/* ### ADVERTISE BOX ### */
			.advertiseBox { margin-top: 11px; padding-bottom: 11px; width: 235px; border: 1px solid #888888; background: #e3e3e3; }
			.advertiseBox .top { width: 235px;}
			.advertiseBox h3 { padding: 0 0 0 12px; margin-bottom: 11px; font-size: 17px; font-weight: normal; color: #fff; height: 27px; line-height: 27px; background: url('/images/box-bg.gif') top left repeat-x;}
			.advertiseBox p { padding: 0 2px 7px 55px; border: 0; }
			
			
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 717px; overflow: hidden; }
		#rightCntr .bakerlast { margin-right: 0px; }
		
			/* ### BAKERS BOX ### */
			.bakersBox { margin-left: 6px; margin-right: 6px; margin-bottom: 12px; float: left; height: 145px; width: 219px; border: 1px solid #888888; background: #f9f9f9; }
			.bakersBox .top { min-height: 115px; width: 219px; }
			.bakersBox .bot { height: 20px; border-left: 1px solid #9ada86; border-right: 1px solid #9ada86;}
			.bakersBox h3 { padding: 0 0 0 12px; margin-bottom: 11px; font-size: 17px; font-weight: normal; color: #fff; height: 27px; line-height: 27px; background: url('/images/menu-bg.gif') top left repeat-x;}
			.bakersBox ul { list-style: none; }
			.bakersBox li { margin-left: 2px; padding: 0 0 0 20px; color: #505050; background: url('/images/right.png') no-repeat;}
			.bakersBox li a { color: #505050; text-decoration: none; }
			.bakersBox li a:hover { text-decoration: underline; }
			
			/* ### TEXT BOX ### */
			.textBox { width: 700px; } 
			.textBox h2 { padding-bottom: 30px; color: #222222; font-size: 20px; } 
			.textBox p { padding-bottom: 10px; padding-bottom: 10px; color: #555555; font-weight: normal; font-size: 13px; }
			.textBox a { color: #9c3729; text-decoration: none; }
			.textBox a:hover { text-decoration: underline; }

			
			/* ### ADVERTENTIE BOX ### */
			.advertentieBox { margin-bottom: 17px; padding: 10px; text-align: center; width: 675px; border: 2px solid #e3e3e3; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { text-align: center; color: #fff; height: 26px; line-height: 26px; overflow: hidden; width: 980px; background: url('/images/footer-bg.gif') top left repeat-x; }
	#footerCntr a{ color: #fff; text-decoration: none; }
	#footerCntr a:hover{ color: #fff; text-decoration: none; }