@charset "utf-8";
/* CSS Document */

html {
	background-color:#FFFFFF;
	background-image:url(img/bg-body.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background:none;
	color:#787878;
}
.body-container {
	display:block;
	margin:15px auto;
	width:885px;
}
.header {
	width:745px;
	height:90px;
	padding-left:140px;
	background:none;
	background-image:url(img/bg-header.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
	.header-logo {
		float:left;
		margin-top:13px;
	}
	.header-content {
		float:right;
		width:480px;
	}
.main-container {
	width:885px;
	min-height:450px;
	display:block;
	overflow:auto;
	background:none;
	background-image:url(img/bg-main-container.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
	.sidebar-container {
		float:left;
		display:block;
		width:251px;
	}
		.sidebar-featured-items {
			padding:13px 40px 0px 14px;
			display:block;
			overflow:auto;
			width:197px;
			background-image:url(img/bg-sidebar-featured-items.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}
			.sidebar-featured-item {
				width:197px;
				height:62px;
				display:block;
				overflow:hidden;
				margin-bottom:10px;
			}
				.sidebar-featured-item-img {
					float:left;
					width:64px;
					height:62px;
					display:block;
					overflow:hidden;
					cursor:pointer;
				}
					.sidebar-featured-item-img img {
						border:solid 1px #972254;
					}
				.sidebar-featured-item-info {
					float:right;
					width:127px;
					height:62px;
					display:block;
					overflow:hidden;
				}
					.sidebar-featured-item-info-titel {
						display:block;
						width:127px;
						height:44px;
						overflow:hidden;
						margin-bottom:2px;
						font-weight:bold;
						line-height:14px;
					}
					.sidebar-featured-item-info-subtitel {
						height:18px;
					}
				.sidebar-featured-item a, .sidebar-featured-item a:visited, .sidebar-rerq a, .sidebar-rerq a:visited {
					display:block;
					color:#FFFFFF;
					text-decoration:none;
				}
				.sidebar-featured-item a:hover, .sidebar-rerq a:hover {
					color:#FFFFFF;
					text-decoration:underline;
				}
				.sidebar-featured-item a:active, .sidebar-rerq a:active {
					color:#FFFFFF;
				}
		.footer-sidebar-featured-items {
			width:251px;
			height:25px;
			background-image:url(img/bg-footer-sidebar-featured-items.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}
		.sidebar-rerq {
			padding:13px 40px 8px 14px;
			display:block;
			overflow:auto;
			width:197px;
			background-image:url(img/bg-sidebar-rerq.gif);
			background-position:left top;
			background-repeat:no-repeat;
			color:#FFFFFF;
		}
			.sidebar-rerq-title {
				font-weight:bold;
				font-size:13px;
				margin-bottom:6px;
			}
			.sidebar-rerq-cover {
				float:left;
				width:75px;
				height:95px;
				display:block;
				overflow:hidden;
				cursor:pointer;
			}
				.sidebar-rerq-cover img {
					border:solid 1px #972254;
				}
			.sidebar-rerq-info {
				float:right;
				width:115px;
				display:block;
			}
		.footer-sidebar-rerq {
			width:251px;
			height:25px;
			background-image:url(img/bg-footer-sidebar-rerq.gif);
			background-position:left top;
			background-repeat:no-repeat;
		}
		.sidebar-login-info {
		
		}
		.footer-sidebar-login-info {
		
		}
	.content-container {
		float:right;
		display:block;
		padding-right:23px;
		padding-bottom:15px;
		width:610px;
	}
		.menu-container {
			display:block;
		}
			.menu-picture {
				border:none;
				line-height:0px;
				width:610px;
				height:100px;
			}
			.menu {
				display:block;
				width:606px;
				height:22px;
				padding:2px;
				padding-top:1px;
				background-image:url(img/bg-menu.gif);
				background-position:left top;
				background-repeat:no-repeat;
				color:#FFFFFF;
				line-height:22px;
			}
				.menu-item {
					float:left;
					display:block;
				}
				.menu-devider {
					float:left;
				}
			.sub-menu {
				display:block;
				width:606px;
				height:22px;
				padding:2px;
				padding-top:1px;
				background-image:url(img/bg-sub-menu.gif);
				background-position:left top;
				background-repeat:no-repeat;
				color:#FFFFFF;
				line-height:22px;
			}
				.sub-menu-titel {
					float:left;
					display:block;
					padding-left:14px;
					width:86px;
					font-weight:bold;
					font-style:italic;
				}
				.sub-menu-buttons {
					float:right;
					display:block;
					width:362px;
					height:22px;
				}
					.sub-menu-item {
						float:left;
						display:block;
					}
		.content {
			display:block;
			width:610px;
			margin-top:20px;
		}
			.content table {
				margin-bottom:15px;
			}
.footer {
	width:885px;
	height:50px;
	padding-top:12px;
	background-image:url(img/bg-footer.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:10px;
}
	.footer-logo {
		float:left;
		width:120px;
		margin-left:123px;
	}
	.footer-copyright {
		float:right;
		width:350px;
		text-align:right;
	}
/* FONT PROPERTIES */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#901148;
	margin-bottom:15px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#901148;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#901148;
}
p {
	margin-bottom:15px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* link */
a {
	color:#323232;
	text-decoration:underline;
}
/* unvisited link */
a:link {
}  
/* visited link */
a:visited {
}
/* mouse over link */
a:hover {
	color:#901148;
	text-decoration:underline;
}
/* selected link */
a:active {
	color:#222222;
}
.content ul {
	margin-bottom:15px;
}
.content li {
	padding-left:15px;
	background:transparent url(img/bullet-content-list.gif) no-repeat;
	background-position:0px 4px;
}
.content ol {
	padding-left:22px;
	margin-bottom:15px;
}
.content ol li {
	padding-left:0px;
	list-style-type:decimal;
	background:none;
}
.menu, .sub-menu {
}
	.menu a, .sub-menu a {
		display:block;
		color:#FFFFFF;
		text-decoration:none;
	}
	.menu a:hover, .sub-menu a:hover {
		background-color:#D6ADBA;
		text-decoration:none;
		background-image:url(img/bg-menu-item-hover.gif);
		background-position:left top;
		background-repeat:no-repeat;
		color:#FFFFFF;
	}
	.sub-menu a:hover {
		background-color:#D7ADBB;
		background-image:url(img/bg-sub-menu-item-hover.gif);
	}
	.menu a:active, .sub-menu a:active {
		color:#FFFFFF;
	}
/* END FONT PROPERTIES */
hr {
	margin-top:15px;
	margin-bottom:10px;
	height:0px;
	border:none;
	border-top:solid 1px #CCCCCC;
}
.actueelItem, .archiefItem {
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:15px;
	padding-bottom:5px;
}
	.actueelItem p, .archiefItem p {
		margin-bottom:10px;
	}
	.actueelItemDate, .archiefItemDate {
		font-style:italic;
		font-size:11px;
		line-height:20px;
	}
	.related-documents {
		display:block;
		margin:0 0 0 0;
		padding:6px;
		border:solid 1px #D6ADBA;
		background-color:#FFEEEE;
		line-height:26px;
		margin-bottom:10px;
	}
		.related-documents img {
			margin-right:5px;
		}
		.related-documents a {
			text-decoration:none;
		}
		.related-documents a:hover {
			color:#000000;
			text-decoration:none;
		}


/* FORM PROPERTIES */
.form-field-container { /* class voor td met daarin een form element */
	padding-bottom:7px;
}
form .label, form input, form textarea, form select, form button {
	display:block;
	width:170px;
	float:left;
	padding:3px 2px 3px 2px;
}
form .label {
	text-align:right;
	width:155px;
	padding-right:7px;
}
form br {
	clear:left;
}
form textarea {
	height:50px;
	width:270px;
}
form input, form textarea, form select, form button {
	font-family:"Courier New", Courier, monospace;
}
.shortSelect {
	width:60px;
}
input[type=hidden] {
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
 
/* END FORM PROPERTIES */
/* FACE TO FACE */
.face-to-face-object {
	float:left;
	margin:0px;
	width:580px;
}
.face-to-face-object img {
	height:130px;
	margin-right:15px;
}
.face-to-face-object .label {
	width:70px;
	color:#901148;
}
/* END FACE TO FACE */