@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff; 
		color: #4b4942;
		margin:0;
		padding:0;
	}
	
	a{text-decoration: none;color: #6196a4;}
	a:hover{color: #bb800f;}

	hr.clear{display: none;clear:both; }
	strong{font-weight: bold;}
	
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
		display: block;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover,ul.borderedlist li a.active{background: #E5E5E4;color: #42423b;}
	

/* =LAYOUT - the main layout styles */
	.container{
		width:1200px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	/* header layout */
	#header{
		height: 173px;
		background: #4a4841 url(./images/top_bg2.jpg) top repeat-x;
		position: relative;
	}
	#navigation{
		position: absolute;
		right: 40px;
		top:20px;
		z-index:1;		
	}
	/* main area layout */
	#main{padding:18px 0 20px 0;}
	#leftcolumn{float: left;width:250px;height: 500px; padding:0 0 0 2px;}
/*	#center{float: left;width:680px;padding: 0 20px;}
	#rightcolumn{float: left;width:287px;}  */
	#center{float: left;width:919px;padding: 0 0 0 20px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:388px;
		margin-right: 18px;
	}
	.bottomcolumnleft{
		float: left;
		width:330px;
		margin-right: 18px;
	}
	.bottomcolumncenter{
		float: left;
		width:574px;
		margin-right: 18px;
	}
	.bottomcolumnright{
		float: left;
		width:260px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{height: 203px;}
	/* logo */
	#header h1{
		position: absolute;
		height: 71px;
		top: 15px;
	}
	#header h1 a{
		font: bold 22px/24px Arial, Helvetica, sans-serif;
		letter-spacing: -2px;
		padding: 22px 9px 27px 20px;
		display: block;
		color: #fff;
		background: url(./images/logo_bg.gif) left top no-repeat;
	}
	#header h1 a:hover{color: #00f;}
	#header h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(./images/logo_right.gif) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 37px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #fff;}
	#navigation li a:hover,#navigation li.active a{color: #6196a4;}
	/* message and building pic */
	#banner{
		position: absolute;
		top: 0px;
		height: 190px;
		width: 940px;
		padding:0 240px 0 7px;
		bottom: 0;
		background: url(./img/Koppelpoort13.gif) right bottom no-repeat;
	}
	#banner p {
		padding: 105px 0 0 20px;
		color: #2a2720; 
		font-size: 2.8em;
		font-weight: bold;
		line-height:40px;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 10px 13px 10px 13px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef url(./images/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 13px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{font-size: 1.2em;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}	
	/* center column */
	.article_wrapper a{font-size: 1.0em;}
	.article_wrapper h1{color: #6196a4; font-size:2.6em;margin:10px 0;}
	.article_wrapper h2{color: #6196a4; font-size:2em;margin:10px 0;}
	.article_wrapper h3{color: #6196a4; font-size:1.4em;margin:10px 0;}
	.article_wrapper h4{color: #6196a4; font-size:1.2em;margin:10px 0;}
	.article_wrapper h5{color: #6196a4; font-size:1.1em;margin:10px 0 5px 0;}
	.article_wrapper p{padding-bottom:0px;font-size:1.3em;}
	.article_wrapper div{padding-bottom:0px;font-size:1.3em;}
	.article_wrapper ol{padding-left:20px;margin-left:10px;list-style-type: decimal;}
	.article_wrapper ul{padding-left:20px;margin-left:10px;list-style-type: square;}
	.article_wrapper li{font-size:1.3em;padding-left:0px;}
	.article_wrapper blockquote{font-size:1.0em;padding:10px 20px 10px 20px;margin-right:20px;border-left:3px solid #8c8685 ; background: #f1f0ef url(./images/rightbox_bg.jpg) top repeat-x;}	
	.article_wrapper pre{font-size:1.0em;padding-left:10px;}
	.article_wrapper .post-info {position:relative;left :80px; min-height:80px;line-height:1.2em;}
	.article_wrapper .post-info p{font-size:1.0em;}
	.article_wrapper .post-info h5{color: #416674; 
		margin:0;
		padding:14px 0 2px 0;
		}
	
	.article_wrapper .date {
		background:transparent url(./images/agenda-icon1.jpg) no-repeat;
		position:absolute;
		left:-80px;
		top:0px; 
		width:60px;
		height:80px;
		padding:14px 0 0 15px;
		color:#fff;
		font:bold 12px Arial;
	}
	.article_wrapper .date span {
		display:block;
		width:75%;
		text-align:center;
		color:#000;
		font: italic bold 28px Georgia,"Times New Roman",Times,serif;
	}	
	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	.features p {font-size:1.0em;}
	.features td {vertical-align: text-top ;}
	.feature2{margin-top: 18px; padding-top:8px;padding-bottom:18px;
		border-left:3px solid #8c8685 ;border-bottom: 1px solid #8c8685 ; 
		background: #f1f0ef url(./images/rightbox_bg2.jpg) top repeat-x;
		float: left; width: 450px;
		font-size: 1.0em; line-height:1.5em; }
	.feature3{float: right;width:234px; 
		color: #8c8685;
		background: #f1f0ef;
		margin-left:20px;
		padding-top:8px; padding-bottom:8px; padding-left:8px; padding-right:4px;
		  }
	.article_wrapper .feature3 a {line-height:1.45em; font-size:1.0em;}
	.feature4{font:1.27em Arial, Helvetica, sans-serif;}
	.highlight {background: #ffffaa;}

	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:277px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}
	.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:200px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
	#modified {
		width: 100%;
		padding-top: 25px;
		font-size: 1em;
		clear: both;
	}
	.page_back, .page_back a {
		float: left;width:200px;text-align: left;
		font-size: 1em;
	}
	.modified_date {
		float: right;width:200px;text-align: right;
		padding-right:30px;
		font-size: 1em;
		color: #aaaaaa;
	}

/* =BOTTOM */
	.bottomcolumn h3, .bottomcolumnleft h3, .bottomcolumncenter h3, .bottomcolumnright h3 {
		border-bottom: 4px solid #9b968f;
		color: #6196a4; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p, .bottomcolumnleft p, .bottomcolumncenter p, .bottomcolumnright p {
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
		line-height: 100%;
	}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(./images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist li a:hover{background: #E9E4DE url(./images/footer_list.jpg) left top no-repeat;color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #6196a4;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #6196a4;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
		height: 37px;
		background: #4a4841 url(./images/footer_bg.jpg) 0 0 repeat-x;
		font-size: 1.2em;
	}
	#footer a{color: #A39D97;}
	#designby{
		background: url(./images/logo.gif) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-right: 40px;
		padding-top:7px;
	}
	#footer_navigation li{float: right;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #6196a4;}
	
