body
{
	color: #FFFFFF;
	background: #666666;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
}
#ContentContainer
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -250px;
	height: 500px;
	width: 700px;
	z-index: 1;
}
#ContentVlak
{
	position: absolute;
	height: 500px;
	width: 400px;
	left: 270px;
	top: 75px;
	font-family: Arial Narrow;
	overflow: auto;
	font-size: 13px;
}
#WaarBenIk
{
	position: absolute;
	left: 60px;
	top: 35px;
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 16px;
	color: #929397;
}
#Header
{
	position: absolute;
	top: 25px;
	left: 275px;
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 27px;
}
#MenuVlak
{
	position: absolute;
	left: 50px;
	top: 75px;
	height: 400px;
	width: 200px;

}
.MenuItem
{
	background-image: url('http://www.franspennings.nl/afbeeldingen/beeldmerklogo icoon.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	margin: 10px;
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
}
.MenuItem A:link
{
	text-decoration: none;
	color: #c1d72e;
}
.MenuItem A:visited
{
	text-decoration: none;
	color: #c1d72e;
}
.MenuItem A:active
{
	text-decoration: none;
	color: #c1d72e;
}
.MenuItem A:hover
{
	text-decoration: none;
	color: #c1d72e;
}
.FotoVak
{
	float: left;
	height: 116px;
	width: 116px;
	margin: 5px;	
}
.FotoVakLogo
{
	float: left;
	height: 116px;
	width: 116px;
	margin: 5px;
}
#Overlay
{
	visibility: hidden;
	position: absolute;
	height: 98%;
	width: 99%;
	background-color: #000000;
	z-index: 2;
	font-family: Arial Narrow;
	font-size: 13px;
}
#OverlayPhoto
{
	position: absolute;
	top: 5%;
	left: 50%;
}
#footer
{
	text-align: left;
	position: absolute;
	width: 700px;
	top: 600px;
	left: 70px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #929397;
}
