#paginaContainer {
	padding-bottom: 15px;
	z-index: 1;
}

#hoofdmenu {
	line-height: 25pt;

	padding-top: 10px;
	margin-left: 15px;

	font-size: 11pt;
	font-weight: bold;
	color: white;

	width: 730px;
}

#hoofdmenu span {
	background-image: url('./images/subback.gif');
	display: table-cell;
	float: left;

	line-height: 24px;

	width: 143px;
	overflow: hidden;
	text-align: center;

	-moz-box-sizing: content-box;
	background-color: #35996C;
	border: 2px solid white;
	border-left: 0;

	font-weight: bold;
	color: white;
}

#hoofdmenu A {
	color: white;
	text-decoration: none;
}

#paginacontent {
	clear: both;
	padding: 10px;
	color: white;
	overflow: hidden;
	width: 95%;
}

#paginacontent img {
	border: 1px solid white;
	margin: 5px;
}

h3 {
	font-size: 14pt;
	font-weight: bold;

	margin-bottom: 5px;
}

.submenu {
	background-image: url('./images/subback.gif');
	position: absolute;
	padding: 0;
	left: 20px;
	margin-top: 35px;
	width: 190px;

	display: block;

	visibility: hidden;
	font-size: 11pt;
	font-weight: normal;

	background-color: #35996c;
	-moz-box-sizing: content-box;
	border: 1px solid white;

	z-index: 2;
}

.submenuitem {
	line-height: 17pt;
	width: 175px;
	padding-left: 10px;
	padding-right: 20px;

	z-index: 2;
}

.submenu ul {
	padding: 0;
	margin: 0;

	padding-left: 15px;
}
