#paginaContainer {
	height: 580px;
}

#hoofdmenu {
	line-height: 30pt;
	position: relative;
	left: 25px;

	height: 240px;

	font-weight: bold;
	color: white;
}

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

#hoofdmenu .link {
	font-size: 16pt;
	font-weight: bold;
	color: white;
}

.submenu {
	position: absolute;
	width: 495px;
	left: 200px;
	top: 0px;
	font-size: 10pt;

	line-height: 13pt;
	font-weight: normal;
	color: white;

	padding: 5px;
	padding-top: 0;

	border-left: 2px solid #ebad08;
	border-bottom: 2px solid #ebad08;
}

.submenu h3 {
	font-size: 13pt;
	font-weight: bold;

	color: white;
	margin: 0;
	padding: 0;
}

.submenu ul {
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 10pt;
	line-height: 19px;
}

.submenu a { font-weight: normal; color: white; }
.submenu ul a { font-weight: bold; }

#bottomContainer {
	position: absolute; bottom: 0;
	width: 750px;
	height: 200px;

	-moz-box-sizing: content-box;
	border-top: 2px solid white;
}

#imageContainer {
	height:200px;
	width: 200px;

	position:absolute;
	left: 0;

	-moz-box-sizing: content-box;
	overflow: hidden;
}

#imageContainer img {
	display:none;
	position:absolute;
	bottom:0; left:0;

	width: 200px;
	height: 200px;
}

#nieuws {
	width: 348px;
	height: 200px;

	position: absolute;
	bottom: 0;
	left: 200px;

	-moz-box-sizing: content-box;
	background-image: url('./images/nieuwsback.jpg');

	font-size: 10pt;
	color: white;

	border-left: 2px solid white;

	overflow: hidden;
}

#oudenieuws {
	position: absolute;

	bottom: 5px;
	right: 10px;

	text-align: right;
}

#oudenieuws a {
	color: white;
}

#logo {
	position: absolute;
	right: 0;
	border-left: 2px solid white;

	width: 200px;
	height: 200px;

	-moz-box-sizing: border-box;
}
