/* Main elements */

body {

	background-color: #FFFFFF;

	margin: 0;

	padding: 0;

	font-family: Arial;
	scrollbar-face-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color:#7cc9d7;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #FFFFFF;

}

p {
	font-size: 12px;
	color: #000000;
	margin-top: 0;

}

a {

	text-decoration: none;

	color: #005B67;
	font-family: Arial;
	font-size: 12px;

}

a:hover {

	text-decoration: none;

	font-weight: bold;

}



/* Container */

div#container {

	margin: 0 auto;

	padding-left: 8px;

	padding-right: 8px;

	width: 983px;

	background-color: #3FCBDA;

}



/* Header */

h1 {

	width: 983px;

	height: 291px;

	background-image: url('../images/header.jpg');

	margin: 0;

	padding: 0;

}

h1 a {

	text-indent: -9999px;

	width: 100%;

	height: 100%;

	display: block;

}



/* Content */

div#content {

	width: 983px;

	height: 430px;

}

div#content_fw {

	width: 983px;

}

div#white {

	background-image: url('../images/content_bg.jpg');

	width: 316px;

	height: 367px;

	padding-top: 30px;

	float: left;

}

div#white_fw {

	background-image: url('../images/content_bg_fw.jpg');

	width: 983px;

	height: 470px;

	padding-top: 30px;

	float: left;

}

div#scroll {
	overflow-y: auto;
	margin-left: 12px;
	width: 297px;
	height: 336px;
}

div#scroll_fw {
	overflow-y: auto;
	margin-left: 12px;
	width: 964px;
	height: 439px;
}

div#fotos {

	float: right;

}

div#content h3, div#content_fw h3 {

	padding-left: 18px;

	margin: 30px 0px 5px 20px;

	background: url('../images/content_dot.jpg') no-repeat;

	color: #4196a5;

	font-size: 12pt;

	font-weight: bold;

}



/* Footer */

div#footer {

	width: 983px;

	height: 60px;

	text-align: right;

	font-family: Tahoma;

	font-size: 11px;

	color: #005B67;

	margin-top: 30px;

}

div#footer div#nav {

	text-align: center;

	width: 100%;

	height: 28px;

	padding-top: 15px;

	background-color: #0091A2;

	margin-top: 15px;

	color: #FFFFFF;

}

div#footer div#nav a {

	color: #FFFFFF;

}

div#footer div#credits {

	float: left;

}


table#overzicht {
	margin:auto;
	width:750px;
	font-family: Arial;
	font-size: 12px;
}
table#overzicht td {
	height:125px;
	text-align:center;
	width:150px;
}
table#overzicht td img {
	border:0 none;
}
table#foto {
	margin:0 auto;
	width:800px;
	font-family: Arial;
	font-size: 12px;
}
table#foto td img {
	border:0 none;
}
table#foto td#tekst {
	padding-left:20px;
	text-align:left;
}

