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

html {
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	background-color:#FFFFFF;
	background-image:url(img/bg-body.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	color:#444;
}
.mainContainer {
	display:block;
	margin:0px auto;
	width:800px;
	min-height:500px;
	background-image:url(img/bg-main-container.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.doeMeeContainer {
	display:block;
	clear:both;
	width:159px;
	height:35px;
	padding:6px 69px 0 572px;
}
	.doeMeeButton {
		display:block;
		width:159px;
		height:35px;
		background-image:url(img/bg-doe-mee.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
	.doeMeeButton:hover {
		background-position:0px -35px;
	}
.slideShowContainer {
	display:block;
	clear:right;
	float:right;
	position:relative;
	width:384px;
	height:200px;
	margin:45px 4px 0 0;
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2 {
		margin-top:1em;
	}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:355px;
		height:200px;
		overflow:hidden; 
	}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev {
		display:block;
		width:28px;
		height:33px;
		position:absolute;
		left:-28px;
		top:85px;
		z-index:1000;
	}	
	#nextBtn, #slider1next {
		left:355px;
	}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {
		display:block;
		position:relative;
		width:28px;
		height:33px;
		background-image:url(img/bg-prev-button.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
		border:none;
		outline:none;
	}	
	#nextBtn a, #slider1next a {
		background-image:url(img/bg-next-button.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;	
	}
	#prevBtn a:hover {
		background-image:url(img/bg-prev-button-hover.jpg);
	}
	#nextBtn a:hover {
		background-image:url(img/bg-next-button-hover.jpg);
	}

.sidebarContainer {
	display:block;
	clear:left;
	float:left;
	width:252px;
}
	.menu {
		display:block;
		clear:both;
		float:left;
		width:221px;
		height:210px;
		margin:233px 0 0 0;
		padding:0 0 0 31px;
	}
		.menuItem, .menuItemActive {
			display:block;
			width:221px;
			height:22px;
			margin:1px 0 0 0;
		}
	.relatedContentContainer {
		display:block;
		clear:both;
		float:left;
		width:221px;
		margin:23px 0 0 0;
		padding:0 0 0 31px;
	}
		.doeMeeRelatedContent {
			display:block;
			height:38px;
			padding:5px 5px 5px 47px;
			border:dotted 1px #CCC;
			background-color:#F6E1CA;
			background-image:url(img/bg-doe-mee-rc.jpg);
			background-position:10px 8px;
			background-repeat:no-repeat;
		}
		.contactRelatedContent {
		}
.content {
	display:block;
	clear:right;
	float:right;
	width:509px;
	margin:35px 4px 20px 0;
}
.qAndAItem {
	display:block;
	margin:0 0 10px 0;
	padding:5px 5px 5px 55px;
	border:dotted 1px #CCC;
	background-color:#F6E1CA;
	background-image:url(img/bg-q-and-a-item.jpg);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
.inlineButton {
	display:inline-block;
	height:38px;
	padding:5px 5px 5px 47px;
	border:dotted 1px #CCC;
	background-color:#F6E1CA;
	background-image:url(img/bg-download-jaarverslag.jpg);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
.footerContainer {
	display:block;
	clear:both;
	margin:20px 0 20px 0;
	padding:0 0 0 285px;
	font-size:10px;
}

/* FONT PROPERTIES */
h1, h2, h3 {
	color:#AA0000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:20px;
	margin-bottom:15px;
}
h2 {
	font-size:17px;
	margin-bottom:10px;
	margin-top:20px;
}
h3 {
	font-size:15px;
	font-style:italic;
	margin-bottom:5px;
	margin-top:20px;
}
p {
	line-height:18px;
	margin-bottom:15px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* link */
a {
	color:#222;
	text-decoration:none;
	border:none;
	border-bottom:dotted 1px #444;
}
/* unvisited link */
a:link {
}	
/* visited link */
a:visited {
}
/* mouse over link */
a:hover {
	color:#333;
	text-decoration:none;
	border:none;
	border-bottom:solid 1px #444;
}
/* selected link */
a:active {
	color:#666;
}
.content ul {
	margin-bottom:15px;
	line-height:20px;
}
.content li {
	margin:0 0 10px 0;
	padding-left:23px;
	background:transparent url(img/bullet-content-list.jpg) no-repeat;
	background-position:7px 7px;
}
.menuItem a, .menuItemActive a {
	display:block;
	width:191px;
	height:19px;
	margin:0;
	padding:3px 0 0 30px;
	text-decoration:none;
	color:#666;
	border:none;
}
.menuItemActive a {
	background-image:url(img/bg-menu-item-active.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.menuItem a:hover {
	text-decoration:none;
	color:#333;
	background-image:url(img/bg-menu-item-hover.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.menuItemActive a:hover {
	text-decoration:none;
	color:#333;
}
.doeMeeButton a {
	border:none;
}
.doeMeeRelatedContent a, .inlineButton a {
	display:block;
	padding:11px 0 10px 0;
	border:none;
	color:#AA0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:18px;
}
.doeMeeRelatedContent a:hover, .inlineButton a:hover {
	text-decoration:underline;
}
.question {
	display:block;
	margin:0 0 7px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
.answer {
	display:block;
	margin:0;
}
.footerContent a {
	color:#888;
	border:none;
}
/* END FONT PROPERTIES */

hr {
	margin-top:15px;
	margin-bottom:10px;
	height:0px;
	border:none;
	border-top:solid 1px #363636;
}
.pictureContainerRight, .pictureContainerLeft {
	display:inline-block;
	float:right;
	margin:4px 0 3px 12px;
}
.pictureContainerLeft {
	float:left;
	margin:4px 12px 3px 0;
}
.picture {
	padding:8px;
	background-color:#EAEAEA;
	background-image:url(img/bg-picture.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:solid 1px;
	border-top-color:#E1E1E1;
	border-left-color:#E1E1E1;
	border-bottom-color:#D7D7D7;
	border-right-color:#D7D7D7;
}
.pictureDescription {
	clear:both;
	margin:0;
	padding:2px 8px;
	font-size:11px;
	font-style:italic;
}

/* FORM PROPERTIES */

form {
	margin:0 0 10px 0;
}
fieldset {
	border:solid 1px #D2DEF4;
	padding:10px;
	margin:0 0 10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
legend {
	padding:7px;
	font-weight:bold;
	color:#666666;
}
.singleField, .singleFieldFocus {
	display:block;
	overflow:hidden;
	clear:both;
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.singleFieldFocus {
	background-color:#D2DEF4;
}
.normalLabel {
	display:block;
	float:left;
	width:133px;
	padding:3px 0 0 0;
}
label.error {
	clear:both;
	display:block;
	width:207px;
	margin:30px 0 4px 133px;
	padding:3px 0 0 20px;
	background-image:url(img/bg-error-label.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
}
.normalInput, .normalSelect, .smallInput, .normalTextarea {
	float:left;
	width:222px;
	margin:0;
	font-family:"Courier New", Courier, monospace;
}
.normalInput, .normalSelect option, .smallInput, .normalTextarea {
	padding:3px;
}
.normalSelect {
	width:230px;
}
.smallInput {
	width:90px;
	margin:0 12px 10px 0;
}
.optionInfo {
	padding:3px 3px 3px 19px !important;
	background-image:url(img/bg-option-info.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
button {
	padding:4px;
}
.notice {
	color:#AA0000;
}

/* END FORM PROPERTIES */

