body {
	margin:0;
	height:100%; 
}
body.content {
	background-color:#424E96;
}
/* POSITIONERING VAN FLASH-ELEMENTEN -as- */
#flashback
{
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -400px;
	margin-top:0px; 
	background-color: transparant;
	width: 800px;
	height: 400px;
	z-index: 2;
	border:0px solid #FF0000;
}
#flashpicobello
{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 0px;
	margin-top:0px; 
	background-color: transparant;
	width: 400px;
	height: 300px;
	z-index: 3;
	border:0px solid #FF0000;
}
#flashsticker
{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -400px;
	margin-top:0px; 
	background-color: transparant;
	width: 850px;
	height: 400px;
	z-index: 4;
	border:0px solid #FF0000;
}
/* POSITIONERING EN LAYOUT VAN OVERIGE ELEMENTEN -as- */
#tekst
{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -350px;
	padding:0;
	width: 100%;
	z-index: 5;
	border:0px solid #FF0000;
	background-color:#FFFFFF;
}
.bottom
{
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -350px;
	margin-top:590px; 
	background-color: transparent;
	width: 100%;
	height: 20px;
	z-index: 6;
}
/* LAYOUT VAN TEKSTEN -as- */
.tekst {
	font-family:Helvetica;
	font-size:12px;
	width:490px;
	border:0px solid red;
}
h1 {
	font-family:Helvetica;
	font-size:14px;
	font-weight:bold;
}
.hoofdmenuon {
	font-family: Helvetica;
	font-weight: bold;
	color: #1b327b;
}
a.hoofdmenu {
	font-family: Helvetica;
	font-size: 18 px;
	color: #FFFFFF;
	font-weight: bold;
}
a.hoofdmenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.hoofdmenu:hover {
	color: #1b327b;
	text-decoration: none;
}
a.hoofdmenu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.hoofdmenu:link {
	text-decoration: none;
}
a.submenu:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica;
}
a.submenu:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica;
}
a.submenu:hover {
	font-weight: bold;
	text-decoration: none;
	color: #1b327b;
	font-size: 12px;
	font-family: Helvetica;
}
a.submenu:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica;
}
