/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 11px; color: #4b4b4b; }
input, select, textarea { font-family: Arial; font-size: 11px; color: #4b4b4b; }
html { background: #0f83a5; }
body { background: url('../images/bodyBg.gif') #f0f0f0 repeat-x; }
img { border: 0px; display: block; }
#lheight { line-height: 150%; }

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

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; background: url('../images/wrapperBg.gif') repeat-x left bottom; }

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

	/* ### HEADER CONTAINER ### */
	#headerCntr { margin-left: 35px; position: relative; width: 765px; height: 210px; }
	#headerCntr h1 { position: absolute; top: 35px; left: 0px; }
	#headerCntr h1 a { display: block; width: 244px; height: 60px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
		
		/* ### MENU BOX ### */
		.menuBox { position: absolute; top: 150px; left: 0px; width: 765px; }
		.menuBox ul { overflow: hidden; width: 765px; list-style: none; }
		.menuBox li { padding-right: 45px; float: left; display: inline; font: bold 14px/20px 'Calibri', Arial; text-transform: uppercase; }
		.menuBox li.right { padding: 0px 0px 0px 45px; float: right; font: 10px/20px Arial; text-transform: none; }
		.menuBox li a { text-decoration: none; color: #fff; }
		.menuBox li a:hover, .menuBox li.selected a { color: #a2deef; }
		.menuBox li.right a { color: #79888c; }
		.menuBox li.right a:hover { text-decoration: underline; color: #79888c; }
	
	/* ### SLIDER CONTAINER ### */
	#sliderCntr { position: relative; z-index: 20; width: 835px; }
	#sliderCntr a.prev { position: absolute; top: 70px; left: 5px; z-index: 30; display: block; width: 61px; height: 62px; text-indent: -9999px; background: url('../images/prev.png') no-repeat; outline: none; }
	#sliderCntr a.next { position: absolute; top: 70px; right: 4px; z-index: 30; display: block; width: 61px; height: 62px; text-indent: -9999px; background: url('../images/next.png') no-repeat; outline: none; }
	
		/* ### SLIDER BOX ### */
		.sliderBox { margin-left: 35px; padding: 2px 2px 0px 2px; position: relative; z-index: 10; overflow: hidden; width: 761px; height: 199px; background: url('../images/sliderBg.png') no-repeat; }
		.sliderBox div.left { float: left; width: 455px; }
		.sliderBox td.right { padding: 15px 40px 0px 0px; float: right; display: inline; width: 260px; text-align:left; vertical-align: top; color: #000; }
		.sliderBox h3 { color: #004366; }
    .sliderBox p { padding-bottom: 10px; }
		.sliderBox a.meer { right: 40px; text-decoration: none; font-size: 10px; text-transform: uppercase; color: #2d7da1; }
		.sliderBox a.meer:hover { text-decoration: underline; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 25px 35px 55px 35px; width: 765px; background: url('../images/contentBg.png') no-repeat right bottom; }
	
		/* ### TEXT BOX ### */
		.textBox { width: 765px; }
		.textBox h2 { padding-bottom: 10px; font: bold 18px 'Calibri', Arial; text-transform: uppercase; color: #004366; }
		.textBox p { padding-bottom: 10px; }
		.textBox a { color: #2d7da1; }
		.textBox a:hover { text-decoration: underline; }
		.textBox ul { list-style-type: disc; list-style-position: inside; line-height: 150%; }
		.textBox li { line-height: 150%; }
		.textBox .left-contact { width: 400px; float: left; }
		.textBox .right-contact { width: 365px; float: right; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { padding: 20px 35px 0px 35px; overflow: hidden; width: 765px; height: 99px; }
	
		/* ### INFO BOX ### */
		.infoBox { float: left; width: 255px; }
		.infoBox h3 { padding-bottom: 8px; text-transform: uppercase; font: bold 14px 'Calibri', Arial; color: #fff; }
		.infoBox address { font-style: normal; color: #6fb2c5; }
		.infoBox a { text-decoration: none; color: #6fb2c5; }
		.infoBox a:hover { text-decoration: underline; }
		.infoBox p { color: #6fb2c5; }
