﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #FFFFFF;
}

.menu {
}

.bodyInhoud {
	position: absolute; 
	width: 100%;

	top: 5px; 
	left: 0px;
}

.middenAccent {
	z-index: 10;
	margin-left: 0px;
	
	font-family: sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	line-height: 18px;
		
	color: #FFFFFF;
}

.middenTitel {
	z-index:10;
	margin-left: 0px;
	
	font-family: sans-serif;
	font-size: 18px;
	text-align: justify;
	font-weight: bold;
	line-height: 20px;
		
	color: white;
}

.middenTekst {
	z-index: 10;
	margin-left: 0px;
	
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	line-height: 18px;
	
	color: white;
}

a {
	text-decoration: underline;
}

img {
    border:0px;
}

.popup { 
	cursor: hand; 
}

A:link {
	color: #FFFFFF;	
	text-decoration:  none;
}

A:visited {
	color: #FFFFFF;
	text-decoration:  none;
}

A:active {
	color: #FFFFFF;
}

A:hover {
	color: #FFFFFF;
}

iframe {
	background:transparent;
}

.transparent
{
   filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1; 
}