﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #111111;
}

.bodyInhoud {
	position: absolute; 
	width: 100%;
	height: 100%;

	top: 0px; 
	left: 0px;
}

.middenTekst {
	z-index:10;
	margin-left: 27px;
	margin-right: 10px;
	
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	
	color: black;
}

.middenTitel {
	z-index:10;
	margin-left: 10px;
	
	font-family: Arial;
	font-size: 18px;
	text-align: justify;
	color: white;
}


.middenTitelKort {
	z-index:10;
	margin-left: 10px;
	
	font-family: Arial;
	font-size: 16px;
	text-align: justify;
	color: white;
}

a {
	text-decoration: none;
}

img {
    border:0px;
}

.popup { 
	cursor: hand; 
}

A:link {
	color: white;
}

A:visited {
	color: white;
}

A:active {
	color: white;
	text-decoration: none;
}

A:hover {
	color: black;
	text-decoration: none;
}

iframe {
	background:transparent;
}

#showAltijd {
	/* Deze wordt gebruikt voor een <div> altijd zichtbaar te houden 
	*/
}
