/*generieke page opmaak*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image:url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	color: #959596;
	font-size: 14px;
	line-height: 16px;
}
p {
	margin:0 0 1em 0;
}
a {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:focus {
	-moz-outline: none;
}
a.email{
	color: #959596;
}
h1 {
	font-size: 18px;
	margin: 4px 0;
	padding: 2px 0;
}
h2{
	color: #959596;
	font-size: 14px;
	margin:0;
	padding:0;

}
.wrapper {
	width: 1000px;
	margin:0 auto;
}
.clear {
	clear: both;
}
img {
	border: 0px;
}



/*# div #*/
.header {
	padding: 30px 0 0 720px; 
}
	.talen {
		float: left;
		margin: 0 0 0 5px;
	}
		.talen a.nl {
			background-image:url('../img/nl.jpg');
			text-decoration: none;
			width: 16px;
			height: 11px;
			line-height: 11px;
			font-size: 11px;
			display: block;
			float: left;
			margin: 5px 3px 0 3px;
		}
			.talen a.nl:hover {
				background-image:url('../img/nl_hover.jpg');
			}
		.talen a.en {
			background-image:url('../img/en.jpg');
			text-decoration: none;
			width: 16px;
			height: 11px;
			line-height: 11px;
			font-size: 11px;
			display: block;
			float: left;
			margin: 5px 3px 0 3px;
		}
			.talen a.en:hover {
				background-image:url('../img/en_hover.jpg');
			}
		.talen a.de {
			background-image:url('../img/de.jpg');
			text-decoration: none;
			width: 16px;
			height: 11px;
			line-height: 11px;
			font-size: 11px;
			display: block;
			float: left;
			margin: 5px 3px 0 3px;
		}
			.talen a.de:hover {
				background-image:url('../img/de_hover.jpg');
			}
	form.zoeken {
		margin: 0;
		padding: 0;
		float: left;
	}
		form.zoeken input {
			width: 165px;
			border: 1px solid #c8c8c8;
			height: 14px;
		}
		form.zoeken input.knop {
			width: 22px;
			height: 18px;
			background-image: url('../img/zoeken.jpg');
			cursor: pointer;
			border: none;
			margin-top: 2px;
		}
.content {
	margin: 21px 26px;
}
	.kolom {
		float: left;
		width: 299px;
		margin: 7px;
		
	}
	.kolom h1 {
		border-top: 1px dotted #cccccc;		
		border-bottom: 1px dotted #cccccc;
		padding: 5px 9px;
		font-weight: 100;
		color: #5b5b5b;
	}
	
.kolom_inhoud {
	border: 3px solid #eeeeee;
	min-height: 592px;
	margin-top: 10px;
}
	.kolom_inhoud ul {
		margin:1px 0 3px 0;
		padding:0;
		list-style-type:none;
	}
		.kolom_inhoud ul li {
			display:block;
		}
			.kolom_inhoud ul li a {
				display:block;
				height:45px;
				line-height:45px;
				text-decoration:none;
				margin:1px 2px 0 0;
				background:url('../img/link_bg_a.jpg') no-repeat top left;
				position:relative;
			}
				.kolom_inhoud ul li a:hover,
				.kolom_inhoud ul li a.selected {
					background:url('../img/link_bg_b.jpg') no-repeat top left;
				}
			.kolom_inhoud ul li a span {
				margin:0 0 0 35px;
			}
			.kolom_inhoud ul li a img {
				position:absolute;
				top:0;
				right:0;
				border-left:2px solid #ddd;
			}
	
		.kolom_inhoud ul.sub {
			display:none;
		}
			.kolom_inhoud ul.sub li a {
				display:block;
				height:20px;
				line-height:20px;
				text-decoration:none;
				margin:1px 2px 0 2px;
				background-image:none;
				background-color:#eee;
				position:relative;
				font-size:.8em;
				color:#666;
			}
				.kolom_inhoud ul.sub li a:hover {
					color:#0581c7;
					background-color:#ddd;
				}
					.kolom_inhoud ul.sub li a span {
						margin:0 0 0 35px;
					}
.footer {
	background-image: url('../img/footer.jpg');
	background-repeat: no-repeat;
	padding-top: 20px;
}
	.footer #kolom_dijkman a,
	.footer #kolom_dnl a  {
		color: #959596;
	}