body, html {
	font-family:Verdana;
	font-size:12px;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	padding-bottom: 30px;
}
form {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding:0;
}
h1,h2 {
	color:#776CAD;
	font-size:14px;
	margin:0;
	padding:0 0 8px;
}
h3 {
	font-size: 14px;
}
a img {
	border: 0;
}
ul {
	list-style:disc outside none;
	margin:15px;
	padding: 0;
}
#container {
	margin: 25px auto 0 auto;
	width:931px;
}
	#header {
		height: 75px;
		position: relative;
		color:#A19AC3;
	}
	#logo {
		width: 371px;
		height: 85px;
		position: absolute;
		z-index: 0;
		left: -60px;
		top: 10px;
	}
	/*#header #search-title {
		font-weight: bold;
		position:absolute;
		right:180px;
		top:50px;
	}*/
	#header #search {
		position:absolute;
		font-weight:bold;
		left:430px;
		top:15px;
	}
	#header #label {
		font-weight: bold;
		position:absolute;
		left:690px;
		top:16px;
	}
	#header #subheader form {
		margin-left:8px;
		margin-top:45px;
	}
	#header #subheader {
		float: right;
		width: 172px;
		background-color:#9F98C4;
		height: 75px;
	}

	.input-field {
		border:1px solid #B8B2D3;
		float:left;
		height:15px;
		margin-right:2px;
		width:138px;
		color:#666666;
		font-size:11px;
	}
	#navigation {
		float: left;
		width: 100%;
		background-color: #7066A8;
		position:relative;
		z-index: 10;
	}
	#navigation ul, #navigation li {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#navigation ul li a {
		background:#7066A8 none repeat scroll 0 0;
		border-right:1px solid #FFFFFF;
		color:#F2F0F4;
		display:block;
		font-size:11px;
		font-weight:bold;
		padding:5px 8px;
		text-align:center;
		text-decoration:none;
	}
	#navigation ul li a:hover {
		background-color: #888888;
	}

	#navigation ul li.active a {
		background-color: #666666;
	}
	#left-column {
		background-image:url(/images/left_column_bg.jpg);
		float:left;
		width:148px;

		min-height:348px;
		height:auto !important; /* voor moderne Browser */
		height:348px; /*voor IE6 */
	}

		#left-column li, #left-column ul {
			list-style-type: none;
			float:left;
			margin: 0;
			padding: 0;
		}
		#left-column ul {
			margin: 10px;
			width: 130px;
		}
		#left-column li {
			padding-bottom:10px;
			width: 100%;
		}

		#left-column ul li a {
			color:#887FB5;
			font-size:14px;
			text-decoration:none;

		}
	#center-column {
		float: left;
		width:585px;
		margin:0;
		padding:0;
	}
	#right-column {
		float: right;
		width: 172px;
		background-color:#9F98C4;
		color:#F7F7FB;

		min-height:348px;
		height:auto !important; /* voor moderne Browser */
		height:348px; /*voor IE6 */
	}
#footer {
	height: 30px;
	line-height: 30px;
	width:931px;
	background-color: #F1F0F6;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	color: #928ABA;
	display:block;
}
	#footer ul {
		padding: 0;
		margin: 0 0 0 154px;

	}
	#footer li {
		float: left;
	}
	#footer ul, #footer li {
		padding: 0;
		list-style-type: none;
	}
	#footer a {
		color: #928ABA;
		font-weight: bold;
		padding-left:5px;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#copy {
		position: absolute;
		right: 10px;
		font-weight: bold;
	}
.margin-5 {
	margin: 5px;
}
.margin-10 {
	margin: 10px;
}
.mededeling {
	margin-bottom: 10px;
}
.mededeling strong {
	color: #000;
}
.mededeling p {
	margin: 0;
}
.f-left {
	float:left;
}
ul.sitemap {
	margin-left: 0;
	padding-left:20px;
}
ul.sitemap ul {
	margin:0 0 10px 0;
	padding:0;

}
ul.sitemap a {
	color: #000;
	text-decoration: none;
}
ul.sitemap a:hover {
	text-decoration: underline;
}
ul.sitemap li a {
	color: #000;
}
ul.sitemap li a {
	font-weight: bold;
}
ul.sitemap li ul li a {
	font-weight: normal;
	font-style:italic;
}

#subheader #password {
	background-image:url(/images/bg_password.jpg);
	background-repeat:no-repeat;
	background-position: 2px 4px;
}
form#form-subscribe input[type='text'],form#form-subscribe input[type='password'],form#form-subscribe textarea {
	width: 250px;
}
.label, .required { 
	padding-top: 5px;
}
.label, .required, .field { 
	vertical-align: top;
}
ul.errors {
	margin-top:5px;margin-bottom:10px;
	padding-top:0;padding-bottom:0;
}
