body, html{
	margin: 0;
	height: 100%;
}

body{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 75%;
	line-height: 160%;
	color: Cyan;				
	text-align: center;
}

#PaginaContainer{
	float: left;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: -30px 0 0 0;
	background: #000000;			
}

#HeaderContainer{
	clear: both;
	width: 100%;
	height: 100px;
	padding: 30px 0 0 0;			/* moet net zo veel zijn als hoogte + padding van FooterContainer */
	text-align: center;
	margin: 0;
	overflow: hidden;
}

#MenuContainer{
	clear: both;
	width: 100%;
	height: 28px;
	text-align: center;
	margin: 2px 0 2px 0;
}

#ContentContainer{
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	background: inherit;			/* Inherit */
}

#FooterContainer{
	clear: both;
	height: 25px;
	width: 100%;
	text-align: center;
	padding: 5px 0 0 0;
	background: Black;
	color: White;
}

#HeaderLeft{
	float: left;
	text-align: left;
	height: 100%;
	width: 9%;
}

#MenuLeft{
	float: left;
	text-align: left;
	height: 100%;
	width: 18%;
}

#ContentLeft{
	float: left;
	text-align: left;
	height: 100%;
	width: 18%;
}

#HeaderRight{
	float: right;
	text-align: left;
	height: 100%;
	width: 18%;
}

#MenuRight{
	float: right;
	text-align: right;
	height: 100%;
	width: 18%;
}

#ContentRight{
	float: right;
	text-align: left;
	height: 100%;
	width: 23%;
}

#HeaderCenter{
	color: #33FF33;
	text-align: left;
	height: 100%;
	margin: 0 20% 0 20%;
}

#MenuCenter{
	text-align: left;
	height: 100%;
	margin: 0 20% 0 20%;
}

#ContentCenter{
	text-align: left;
	height: 100%;
	margin: 0 25% 0 20%;
}

#MenuCenter a{
	float: left;
	display: block;
	width: 85px;
	font-weight: bold;
	font-size: 80%;
	line-height: 140%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	margin-right: 2px;
	color: Cyan;				
	background: DarkBlue;			
}

#MenuCenter a:hover{
	color: Darkblue;				
	background: Cyan;			
}

#ContentLeft a{
	display: block;
	color: Yellow;				
	background: Brown;			
}

#ContentLeft a:hover{
	color: Brown;				
	background: Yellow;			
}

h1{
	margin-top: 10px;
}