/* ################################################## */
/*  Made by: www.DIRECT BASING.com                    */
/*  Semantisch correcte xHTML Basing                  */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #030000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #030000; }
body { background: #fff; }
img { border: 0px; }
a.mail { color: white; }

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

/* ### WRAPPER ### */
#wrapper { width: 100%; min-height: 100%; background: url('../images/layout-bg.png') top center no-repeat; }
#layout { width: 100%; min-height: 100%; background: url('../images/layout-bg1.png') top center no-repeat #006fb7; }

/* ### MAIN CONTAINER ### */
#mainCntr { padding-bottom: 30px; margin: 0 auto; width: 1000px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 1000px; overflow: hidden; height: 180px; }
	#headerCntr h1 { position: absolute; top: 11px; left: 50px; }
	#headerCntr h1 a { display: block; width: 343px; height: 170px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: relative; top: 160px; left: 307px; float: left; }
		#menuCntr ul { list-style: none; overflow: hidden; }
		#menuCntr li { padding: 0px 5px; float: left; font-size: 11px; font-weight: bold; background: url('../images/menu-sep.gif') right no-repeat; }
		#menuCntr li a { text-decoration: none; color: #fff; }
		#menuCntr li a:hover { text-decoration: underline; }
		#menuCntr li.last { background: none; }
		
		/* ### ZUID BOX ### */
		.zuidBox { width: 270px; height: 180px; float: right; background: url('../images/zo-bg.png') top right no-repeat; }
		.zuidBox p { padding-top: 162px; letter-spacing: 1px; color: #e52b38; font-size: 12px; font-weight: bold; }
		
		/* ### NOORD BOX ### */
		.noordBox { width: 280px; height: 180px; float: right; background: url('../images/no-bg.png') top right no-repeat; }
		.noordBox p { padding-top: 162px; letter-spacing: 1px; color: #e52b38; font-size: 12px; font-weight: bold; }		
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-top: 45px; overflow: hidden; width: 1000px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 180px; }
		
			/* ### MENU BOX ### */
			.menuBox { padding-left: 20px; width: 141px; }
			.menuBox ul { list-style: none; }
			.menuBox li { padding-left: 7px; margin-bottom: 3px; height: 18px; line-height: 18px; background: #006fb7; }
			.menuBox li a { color: #fff; font-weight: bold; text-decoration: none; }
			.menuBox li a:hover { text-decoration: underline; }
			.menuBox li.last { background: #e52b38; }
			
			/* ### IMAGE BOX ### */
			.imageBox { padding-top: 163px; width: 180px; overflow: hidden; }
			
			/* ### AD BOX ### */
			.adBox { padding-top: 400px; width: 180px; }
					
		/* ### CENTER CONTAINER ### */
		#centerCntr { padding-left: 50px; float: left; width: 745px; }
		
			/* ### TEXT BOX ### */
			.textBox { padding-left: 80px; width: 555px; }
			.textBox p { padding-bottom: 15px; color: #fff; font-weight: bold; }
			.textBox h1 { padding-bottom: 17px; font-size: 18px; color: #e52b38; }
			
			/* ### SLIDE BOX ### */
			.slideBox { padding-top: 25px; width: 745px; }
			.slideBox ul { list-style: none; overflow: hidden; }
			.slideBox li { padding: 70px 40px 67px 0px; position: relative; float: left; }
			.slideBox li.last { padding-right: 0px; }
			.slideBox li a.noord { width: 149px; display: block; text-indent: -9999px; position: absolute; top: 0px; left: 0px; height: 70px; background: url('../images/noord-arrow.gif') top left no-repeat; }
			.slideBox li a.zuid { width: 150px; height: 79px; text-indent: -9999px; display: block; position: absolute; bottom: 0px; background: url('../images/zuid-arrow.gif') top left no-repeat; }
			.slideBox li a.no { display: block; text-indent: -9999px; position: absolute; top: 110px; left: 10px; width: 127px; height: 65px; background: url('../images/no-linkbg.png') top left no-repeat; }
			.slideBox li a.zo { display: block; text-indent: -9999px; position: absolute; top: 110px; left: 10px; width: 133px; height: 65px; background: url('../images/zo-linkbg.png') top left no-repeat; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; overflow: hidden; width: 680px; }
		#rightCntr .left { float: left; width: 515px; }
		#rightCntr .right { float: right; width: 140px; }
		
			/* ### WELCOME BOX ### */
			.welcomeBox { width: 515px; }
			.welcomeBox h2 { padding-bottom: 17px; font-size: 18px; color: #e52b38; }
			.welcomeBox p { padding-bottom: 10px; color: #030000; }
			.welcomeBox p span { padding-bottom: 15px; color: #e52b38; }
			
			/* ### NEWS BOX ### */
			.newsBox { padding-top: 22px; width: 140px; }
			.newsBox h3 { padding-top: 15px; font-size: 12px; font-style: italic; text-transform: uppercase; color: #e52b38; }
			.newsBox p { color: #030000; }
			.newsBox a { text-decoration: none; color: #006fb7; }
			.newsBox a:hover  { text-decoration: underline; }
			
			/* ### COPY BOX ### */
			.copyBox { width: 180px; }

