/* HTML & BODY SETTINGS */
html, body {
				height: 100%;
				background:#FFF url(../image/background.png) repeat-x;
				background-attachment:fixed;
				margin:0;
				padding:0;
			}


body		{
				text-align: center; /* IE auto margins workaround */
				font-family: Verdana,Arial,Helvetica;
				font-size:12px;
				line-height:18px;
				color: #000000;
				-ms-overflow-x : auto;
			} 

::-moz-selection {
			background:#09F;
			color:#0CF;
			}

::selection {
			background:#09F;
			color:#0CF;
			}

	#horse_background{
		position:fixed;
	
		bottom:10px;
		left:50px;
		background:url(../image/background_horse.png) no-repeat;
		display:block;
		width:550px;
		height:470px;
		overflow:hidden;
		z-index:1;
	}


/* WRAP */
#wrap {
	position: relative;
	height: auto !important;
	height:100%;
	min-height: 100%;
	width:1004px;
	margin: 0 auto; 
	padding: 0 16px 0 8px;
	text-align: left; 
	padding:0;
	z-index:2;
}


	* html #wrap {
					height: 100%;
				 }


/* HEADER */
#header_background {
		position:absolute;
		background:url(../image/header_background.png) repeat-x;	
		left: 0;
		top:0;
		width: 100%;
		min-width:1080px;
		height:115px;
		z-index: 1; 
	}
	#header {
		position:relative;
		left: 8px;
		top: 10px;
		width: 980px;
		overflow: hidden;
	}
	#header_titel{
		position:relative;
		background:  url(../image/header_banner.png) no-repeat; 
		top:0;
		padding:0;
		width:980px;
		height:104px;

	}


	#hoofdnavigatie {
			background:#FFF;
			
			position:relative;
			padding:0;
			margin:0 16px 0 8px;
			width:980px;
		}
		
	#logo{
		position:absolute;
		z-index:2;
		top:12px;
		left:40px;
		border:none;
	}
	#logo img{
		border:none;		
	}

/* MIDDEN - SHOWCASE */
	#midden{
		background:url(../image/midden_schaduw.png) repeat-y; 

		padding:0 0 10px 0;

		position: relative;
		margin:10px 0 0 0;
		width: 1004px;

		overflow-x:hidden;
		overflow-y:hidden;
		}


	#showCase{
		background:#E05003;
		width: 980px;
		height:200px;
		position:relative;
		padding:0;
		margin:0 16px 0 8px;			
		overflow:hidden;
	}

/* CONTENT / ZIJKOLOM / VOET */

		
/* CONTENT */
	#content {
		display: inline;
		float: left;
		width: 600px;
		
		font-size:12px;
		line-height:16px;
		
		overflow: hidden;	
		
		margin:0 40px 30px 70px;

		}

		.bericht {

		}

		#content h1 {
			font-size:18px;
			font-weight:bold;
			line-height:30px;
			color:#333;
			margin:5px 5px 5px 5px;
			padding-left:28px;
			background:url(../image/beeldmerk_h1.png) no-repeat left 4px;
		}
		
		#content span.subtitel {
			display:inline-block;
			font-family: Verdana,Arial,Helvetica;
			font-size:14px;
			line-height:14px;
			font-weight:bold;
			color:#666;
			
			margin:-3px 5px 10px 35px;
		}
	
		#content p {
			font-size:13px;
			line-height:18px;
		}

		#content ul {
					font-size:1em;
					line-height:1.5em;
		}
		
/* COLUMN RIGHT  */
	#columnRight{
		display: inline;
		float: right;
		margin:0;
		width: 290px;
		overflow: hidden;
		z-index:10;
	}
	H2{
		font-family: Arial,Helvetica,Verdana;
		font-size:18px;
		font-weight:bold;
		line-height:24px;
		vertical-align:baseline;
		color:#333;
		margin:0px 5px 5px 20px;
		padding:5px 0 0 20px;
		background:url(../image/beeldmerk_h2.png) no-repeat left 9px;
	}
		#columnRight_top {
			display:block;
			background:url(../image/rightcolumn_top.png) no-repeat right top;
			width:290px;
			height:10px;
		}
	
		#columnRight_middel {
			display:block;
			background:url(../image/rightcolumn_middel.png) repeat-y;
			width:290px;
			height:auto;
			padding:5px;

		}
	
		#columnRight_bottom {
			display:block;
			background:url(../image/rightcolumn_bottom.png) no-repeat right top;
			width:290px;
			height:10px;
		}

	

iframe{
	border:none;
	margin:0;
}

/* FOOTER */
	#social{
		display:block;
		position:absolute;
		width:971px;
		height:30px;
		bottom:22px;
		text-align:right;
		margin:0 8px;
		padding:5px;
	}
	#social a img{
		border:none;
	}
	#footer{
		display:block;
		width:996px;
		height:36px;
		position:relative;
		top:0;

		margin:0;
		padding:5px;
		background:url(../image/footer.png) no-repeat left bottom;
		
		font-family: Verdana,Arial,Helvetica;
		font-size:11px;
		line-height:24px;
		
		text-align:center;
		color:#EEE;		
	}
	#footer	a{
		color:#FFF;
		text-decoration:none;
		font-weight:normal;
		text-decoration:underline;
	}
	#footer	a:hover{
		color:#DDD;
	}
	


	
/* HOOFDNAVIGATIE menu */
#hoofdnavigatie ul{
			list-style:none;
			font-family: Verdana,Arial,Helvetica;
			font-size:13px;
			line-height:16px;
			font-weight:normal;
			color:#333;
			text-transform:none;
			padding:12px 20px;
			margin: 0;
		}
	#hoofdnavigatie li{
				display:inline;
				padding: 0px;
	}

		
	#hoofdnavigatie ul li a:link, #hoofdnavigatie ul li a:visited {
				display:inline;
				color:#333;
				text-decoration:none;
				font-weight:bold;
				padding:12px 22px;
				margin:0;
			}
	
	#hoofdnavigatie ul li a:hover {
				color:#FFF;
				background:#FF7F00;
				padding:12px 22px;
				margin:0;
			}

	#hoofdnavigatie ul li.active a{
				color:#FFF;
				background:#DC4C02 url(../image/hoofmenu-active.png) repeat-x left bottom;
				padding:12px 22px;
				margin:0;
			}
	#hoofdnavigatie ul li.newwindow a{
				background: url(/template/image/external_link.png) no-repeat right 5px;
				padding:12px 22px;
				margin:0;
	}
	
	#hoofdnavigatie ul li.newwindow a:hover{
				background:#FF7F00 url(/template/image/external_link.png) no-repeat right 5px;
				padding:12px 22px;
				margin:0;
	}


	/* Content Images RIGHT */
	.img-border{
		padding:6px;
		margin-left:15px;
	}
	.img-shadow-top {
		background:url(../image/fotokader_top.png) no-repeat left top;
		width:238px;
		height:13px;
	}
	.img-shadow-middle {
		background:url(../image/fotokader_middle.png) repeat-y left top;
		width:238px;
		height:auto;
	}
	.img-shadow-middle img{
		margin:6px 12px 0 16px;;
	}
	.img-shadow-middle span{
		display:inline-block;
		margin:6px 13px;
		padding:0;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		line-height:16px;
		text-decoration:none;
		font-style:italic;
		width:200px;
	
	}
	
	.img-shadow-bottom {
		background:url(../image/fotokader_bottom.png) no-repeat left bottom;
		width:238px;
		height:13px;
	}
	a img {
		border:none;
	}

	/*	Contact styles	*/
	.contact_ok{
		border: 1px solid #3BF;
		display:inline-block;
		padding:10px;
		margin-top:10px;
		background:#DEF;
	}
		.contact_ok img, .contact_error img{
			float:right;
			margin: 0 5px 0 0;
			padding:0;
		}
			.contact_error{
		border: 1px solid #F66;
		display:inline-block;
		padding:10px;
		margin-top:10px;
		background:#FED;
	}