body {
	margin: 0;
	font-family: Times New Roman, Times Roman, times;
	font-size: 15pt;
	color: #000;
	background-color: #0000ff;
}

h1, h2, h3 {
	color: #fff;
	margin: 0;
}

h1, h2 {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

a img {
	border: 1px none #000;
}

#header {
	height: 149px;
	margin: 0;
	padding: 0;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat;*/
}

	#header img {
		/*position: absolute;
		top: 0;
		left: 31px;
		margin: 0;*/
		border: 0px solid none;
	}
	
	#header a {
		border: 1px solid none;
	}

#center {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#content {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
	background-image: url(images/container-back.jpg);
	background-repeat: repeat-y;
	min-height: 360px;
}
	
	#content #ie-min-height-fix {
		float: right;
		width: 1px;
		height: 260px;
	}

	#content #top {
		/*position: relative;
		top: 0;
		left: 0;*/
		background-image: url(images/container-top.jpg);
		height: 40px;
		width: 622px;
	}
	
	#content #text {
		/*position: relative;*/
		/*margin-top: 50px;*/
		padding-top: 10px;
		/*padding-bottom: 60px;*/
		margin-left: 233px;
		/*min-height: 50px;*/
		width: 360px;
	}

	#content #moodimage {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		width: 232px;
		height: 319px;
	}
	
		#content #moodimage img {
			display: block;
			border: 1px none #fff;
			padding: 0;
			margin: 0;
		}


	#content #bottom {
		clear: both;

		background-image: url(images/container-bottom.jpg);
		height: 103px;
		width: 100%;
	}
	
	#content #ie-min-height-restore {
		display: none;
	}
	
#menu {
	float: left;
	width: 150px;
}

#footer {
	clear: both;
}
	
	#footer #footer-text {
		background-image: url(images/kronkellijn.jpg);
		background-repeat: no-repeat;
		float: left;
		margin: 0;
		width: 244px;
	}
	
	#footer p {
		padding-top: 14px;
		padding-right: 10px;
		margin: 0;
		color: #fff;
		font-size: 10pt;
		text-align: right;
	}
	
	#footer #footer-img {
		float: right;
		padding-right: 10px;
	}
	
	#footer .sectext {
		color: #aaa;
		font-size: 9pt;
	}
	
	#footer a {
		color: #fff;
		/*font-weight: bold;*/
	}

	
	
#text ul li {
	list-style: none;
	clear: left;
	margin-bottom: 20px;
}
#text ul {
	margin: 0px;
	padding: 0px;
}

#text ul li img,
#text ul li .imageplaceholder
/*#text img*/ {
	float: left;
	width: 100px;
	height: 150x;
	border: none;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	border: solid 1px black;
	position: relative;
}

#text img {
	float: right;
	position: relative;
	border: 1px solid black;
	margin-left: 5px;
	margin-bottom: 5px;
}

#text img.auto {
	position: relative;
	float: none !important;
	width: 300px !important;
	text-align: center !important;
	margin-left: 8%;
}

#text ul li h3,
#text ul li p.jaar {
	display: inline;
	position: relative;
	top: -4px;
}

#text ul li p.jaar {
	margin-left: 5px;
}

#text ul li p.datum {
	position: relative;
	top: -4px;
	margin-bottom: 4px;
	color: #C5C4FF;
}


/**markup**/


#text h1.kop {
	font-size: 26pt;
	padding-bottom: 5px;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	/*font-family: Palatino Linotype, Book Antiqua, Palatino, serif;*/
	font-weight: normal;
	color: #fff;
}

#text h2.menu a {
	color: #fff;
	text-decoration: none;
	padding: 0px 4px;
	margin: 0px 3px;
}
#text h2.menu {
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 10pt;
	border: solid #C5C4FF;;
	border-width: 1px 0px;
	padding: 1px 0px;
	text-align: center;
}

#text h2.menu a:hover {
	color: #fff;
	background-color: #0000ff;
}

#text ul li a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#text h3,
#text ul li a h1 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
}

#text ul li a p,
#text ul li ul li,
#text p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
}

#text ul li ul li {
	min-height: 0px !important;
}

.afnemer {
	font-size: 10pt;
	font-style: italic;
	display: inline;
	margin: 0;
}


