body {
	text-align: center;
}
#page {
	width: 859px;
	border: medium none;
	margin: 0 auto;
}
#copyright {
	text-align: center;
	font-size: 10px;
	font-family: arial;
}
#logo {
	cursor: pointer;
	visibility: hidden;
	position: absolute;
}
#top img {
	cursor: pointer;
}
#content {
	float: left;
	width: 674px;
	height: 509px;
	background-color: #FFFF85;
	overflow-x: hidden;
	overflow-y: scroll;
}
#content div {
	font-family: arial;
	font-size: 12px;
	padding: 1px 10px 10px;
	text-align: left;
}
#content div #subnavigatie {
	margin-top: 10px;
	padding: 0px;
}
#navigation {
	float: left;
	width: 185px;
}
#navigation img {
	border: 0px none;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	display: block;
}

h1 {
	font-size: 16px;
	color: #008000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #008000;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #008000;
	font-weight: bold;
}

.openDiv {
	cursor: pointer;
}
.quote {
	color: #008000;
	margin-left: 10px;
}
.subcategorie {
	background-color: #008000;
	font-size: 14px;
	color: #ffff85;
	font-weight: bold;
	border: 5px solid #008000;
}
.clear {
	clear: both;
}