/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 13px; color: #1a171b; }
input, select, textarea { font-family: Arial; font-size: 13px; color: #1a171b; }
body { background: url('../images/bodyBg.gif') #fff repeat-x; }
img { border: 0px; display: block; }
p { font-size: 12px;}
h1 { font-size: 15px;}

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

/* ### WRAPPER ### */
#wrapper { display: block; position: relative; width: 100%; min-height: 100%; }


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

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 1000px; height: 320px; background: url('../images/headerBg.png') no-repeat; }
	#headerCntr h1 { display: none; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 1000px; }
		#menuCntr ul.menu { position: absolute; top: 15px; right: 60px; overflow: hidden; width: 500px; list-style: none; }
		#menuCntr ul.menu li { padding: 32px 40px 0px 0px; float: left; display: inline; height: 18px; background: url('../images/arrow.png') no-repeat right; }
		#menuCntr ul.menu li a { font-size: 12px; text-transform: uppercase; font-style: italic; font-weight: bold; text-decoration: none; color: #fff; }
		#menuCntr ul.menu li a:hover, #menuCntr ul.menu li.selected a { text-decoration: underline; }
		#menuCntr ul.taal { position: absolute; top: 5px; right: 20px; overflow: hidden; width: 100px; list-style: none; }
		#menuCntr ul.taal li { margin-right: 20px; float: right; display: inline; }
		#menuCntr ul.taal li a { display: block; float: left; width: 24px; height: 17px; text-indent: -9999px; background: no-repeat; }
		#menuCntr ul.taal li.nl { background-image: url('../images/nl.gif'); }
		#menuCntr ul.taal li.en { background-image: url('../images/en.gif'); }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 1000px; background: url('../images/leftBg.png') repeat-x; min-height: 100%; min-width: 100%; height: 100%; }
		
		/* ### LEFT CONTAINER ### */
		#leftCntr { position: relative; float: left; width: 251px; }
			
			/* ### NAV BOX ### */
			.leftmenu { position: relative; left: 90px; width: 186px; }
			.leftmenu ul { list-style: none; }
			.leftmenu li { padding-bottom: 10px; height: 31px; }
			.leftmenu li a { padding-top: 12px; display: block; height: 19px; text-align: center; text-decoration: none; font-weight: bold; font-style: italic; color: #d51723; background: url('../images/buttonBg.png') no-repeat; }
			.leftmenu li a:hover, .leftmenu li.selected a { color: #000; }
			
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding: 0px 65px 200px 94px; float: right; width: 590px; background: url('../images/rightBg.png') #fff repeat-x bottom; }
		
			/* ### TEXT BOX ### */
			.content { width: 590px; }
			.content p { padding-bottom: 20px; font-weight: bold; font-style: italic; }
		

	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 1000px; height: 30px; background: #d41622; }
	#footerCntr address { line-height: 30px; text-align: center; font-size: 15px; font-style: italic; color: #fff; }
