/* SPRITEBAKER.COM */
/* ### HOME COLORS ### */
body { height: 100%; background: url('../images/homeBg.png') #fff repeat-x; }
#headerCntr h1 a { background: url('../images/logo.png') no-repeat; }
	
	/* ### BANNER CONTAINER ### */
	#bannerCntr { position: relative; width: 970px; height: 377px; background: url('../images/bannerBg.png') no-repeat; }
	#bannerCntr h2 { display: none; }
	#bannerCntr ul { position: absolute; top: 290px; left: 32px; overflow: hidden; width: 800px; list-style: none; }
	#bannerCntr li { margin-right: 20px; float: left; display: inline; }
	#bannerCntr li a { display: block; float: left; height: 34px; text-indent: -9999px; background: no-repeat; }
	
	#bannerCntr li.reg a { width: 272px; background: url('../images/register.gif') no-repeat; }
	#bannerCntr li.reg a:hover { background: url('../images/registerH.gif') no-repeat; }
	
	#bannerCntr li.regStart a { width: 272px; background: url('../images/tests/register_start.gif') no-repeat; }
	#bannerCntr li.regStart a:hover { background: url('../images/tests/register_startH.gif') no-repeat; }
	
	#bannerCntr li.info a { width: 222px; background: url('../images/info.gif') no-repeat; }
	#bannerCntr li.info a:hover { background: url('../images/infoH.gif') no-repeat; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { margin: 0px 4px 0px 16px; padding-top: 20px; position: relative; top: -20px; overflow: hidden; width: 950px; height: 205px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { position: relative; top: -20px; float: left; width: 539px; }
		
			/* ### REG BOX ### */
			.regBox { padding: 20px 30px 0px 50px; width: 459px; height: 180px; background: url('../images/regBg.gif') no-repeat; }
			.regBox h2 { font-size: 21px; font-weight: bold; }
			.regBox fieldset { overflow: hidden; width: 459px; border: 0px; }
			.regBox label { margin-top: 20px; display: block; float: left; width: 105px; height: 24px; line-height: 24px; font-weight: bold; font-size: 12px; }
			.regBox input.field { margin-top: 20px; padding: 4px 5px 0px 5px; float: left; width: 259px; height: 20px; border: 0px; background: url('../images/fieldBg.gif') no-repeat; }
			.regBox span { margin-top: 20px; display: block; float: left; width: 70px; height: 24px; line-height: 24px; text-indent: 10px; font-size: 12px;  }
			#registreerButton { margin-top: 20px; float: right; display: block; width: 122px; height: 30px; text-indent: -9999px; background: url('../images/submitBg.gif') no-repeat; }
			#registreerButton:hover { background-image: url('../images/submitHBg.gif'); }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 390px; }
		
			/* ### RIGHT BOX ### */
			.rightBox { padding: 10px; width: 368px; border: 1px solid #dedede; background: #f0f0f0; }
			.rightBox div.border { padding: 10px 10px 0px 10px; width: 346px; border: 1px solid #e8e8e8; background: #fff; }
			.rightBox h2 { padding-bottom: 11px; font-size: 18px; font-weight: bold; }
			.rightBox p { padding-bottom: 11px; line-height: 18px; }
	
	/* ### SLIDE CONTAINER ### */
	#slideCntr { margin: 0px 4px 15px 4px; padding-bottom: 15px; overflow: hidden; width: 962px; border-bottom: 1px solid #ececec; }
	
		/* ### VB BOX ### */
		.vbBox { float: left; width: 720px; }
		.vbBox h3 { padding-bottom: 11px; font-size: 18px; font-weight: bold; }
		.vbBox h3 a { font-size: 11px; font-weight: normal; }
		.vbBox ul { overflow: hidden; width: 720px; list-style: none; }
		.vbBox li { margin-right: 19px; float: left; display: inline; line-height: 26px; text-align: center; }
		.vbBox li img { padding: 7px; border: 1px solid #dedede; background: #eee; }
		.vbBox a { font-weight: bold; color: #319eee; }
		.vbBox a:hover { text-decoration: underline; color: #e58d0a; }
		
		/* ### PRIJS BOX ### */
		.prijsBox { float: right; width: 222px; }
		.prijsBox h3 { padding-bottom: 11px; font-size: 18px; font-weight: bold; }
		.prijsBox ul { list-style: none; }
		.prijsBox li.prijs { padding: 15px 0px 0px 50px; height: 45px; font-weight: bold; background: url('../images/prijsBg.gif') no-repeat; }
		.prijsBox li img { padding: 7px; border: 1px solid #dedede; background: #eee; }
		
	
div.regboxtext { margin-top: 20px; display: block; float: left; height: 24px; line-height: 24px; font-size: 12px; }
div.error { color: red; font-weight:bold; }
