/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background-color:#fdfef9;
	background-image: url(/images/bg.png);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:11px;
	color:#666;
}
div#container {
	width:935px;
	padding:7px;
	margin: 0 auto;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
/* /Standard waardes */
/* Header */
div#header {
	width:933px;
	height:169px;
	border:1px solid #333333;
	overflow:hidden;
}  
/* /Header */
/* Content */
div#content {
	width:935px;
	margin:0;
}
	/* Left */
	div#left {
		float:left;
		width:118px;
	}	
	div#menu {
		width:118px;
		margin-bottom: 5px;
	}	
	div#menu a {
		display:block;
		width:111px;
		color:#333333;
		padding:2px 0 0 5px;
		background-color:#fee9d2;
		text-decoration:none;
		height:17px;
		border:1px solid #574013;
		margin:7px 0 0 0;
	}
	div#menu a:hover {
		color:#fff;
		background-color:#ae6d2a;
	}
	div#left h1 {
		width:111px;
		color:#ffffff;
		font-weight:normal;
		padding:2px 0 0 5px;
		background-color:#333333;
		text-decoration:none;
		font-size:11px;
		height:17px;
		border:1px solid #333333;
		margin:7px 0 0 0;
	}
	div#left p {
		margin:0;
		padding:3px 5px;
		color:#333333;
	}
	div#left h2 {

		width:111px;
		color:#333333;
		text-decoration:none;
		font-size:11px;
		height:17px;
		margin-bottom: 5px;

	}
	div#menu a:hover h2{
		color:#fff;
		background-color:#ae6d2a;
	}	
	/* /Left */
	/* Middle */
	div#middle {
		float:left;
		width:517px;
		margin:0 12px;
	}
	div#middle h1 {
		width:510px;
		color:#ffffff;
		font-weight:normal;
		padding:2px 0 0 5px;
		background-color:#333333;
		text-decoration:none;
		font-size:11px;
		height:17px;
		border:1px solid #333333;
		margin:7px 0 0 0;
	}
	div#middle p {
		padding:2px 0px 3px 2px;
		margin:0;
	}
	div#middle a {
		color:#c88f18;
		text-decoration:none;
	}
	div#pic {
		width:515px;
		border:1px solid #333333;
		overflow:hidden;
		height:187px;
	}
	div#slide {
		width:515px;
		height:98px;
		overflow:hidden;
		border:1px solid #333333;
		margin:7px 0 0 0;
	}
	/* /Middle */
	/* Right */
	div#right {
		width:275px;
		float:right;
	}
	div#right div.foto {
		width:273px;
		padding:1px;
		height:98px;
		overflow:hidden;
		background-color:#333333;
		margin:7px 0 0 0;
	
	}
	
	div#right div.foto h3 {
		height:19px;
		color:#fff;
		font-weight:normal;
		font-size:12px;
		padding:2px 0 0 5px;
		margin:0;
	}
	/* /Right */
/* /Content */
/* Footer */
div#footer {
	width:917px;
	margin:5px 0 0 0;
	height:21px;
	padding:6px 8px 0 8px;
	color:#ffffff;
	background-color:#333333;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	border-bottom: 1px solid #5c5c5c;
}
div#footer a {color:#fff; text-decoration:none;}
div#footer a:hover {color:#fec283;}
/* /Footer */
div#foto_wrapper {
	width:515px;
	padding:0 0 15px 20px;
	overflow:hidden;
}
div#foto_wrapper div.foto {
	float:left;
	background:url(/images/foto_schaduw1.gif) no-repeat bottom;
	width:137px;
	margin:0 34px 0 0;
	padding:5px 0 8px 0;
}
div#foto_wrapper div.foto p {
	line-height:28px;
	padding:0 0 5px 5px;
	font-weight:bold;
	color:#cc0000;
}
div#foto_wrapper div.foto img {
	display:block;
	margin:0 auto;
}
/* /Content */

input.formulier {
   border: 1px solid #BBBBBB;
   font-family: Arial, verdana;
   font-size: 9pt;
   color: #444444;
   background-color: #FFFFFF;
   width: 250px;
  }

textarea.formulier {
   border: 1px solid #BBBBBB;
   font-family: Arial, verdana;
   font-size: 9pt;
   color: #444444;
   background-color: #FFFFFF;
   width: 250px;
   height: 125px;
  }

input.zoekbutton {

		display:block;
		color:#333333;
		padding:0px 0 0 2px;
		background-color:#fee9d2;
		text-decoration:none;

		border:1px solid #574013;
		margin:7px 0 0 0;
		font-size: 9pt;
		font-weight: bold;

 }