body
	{
	background-color: #cccccc;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	padding-bottom: 10px;
	
	}

div.top
	{
	width: 777px;
	background-image: url(header.gif);
	background-position: top;
	height: 184px;
	}

div.bottom
	{
	width: 777px;
	background-image: url(bgbottom.gif);
	padding: 0;
	height: 6px;
	background-position: bottom;
	}


div.main
	{
	padding: 10px 20px;
	clear: both;
	}

div.wrap
	{
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(bgmain.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}


div.menu
	{
	width: 765px;
	margin-left: 6px;
	margin-right: 6px;
	display: block;
	}

div.menu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

div.menu ul li
	{
	float: left;
	display: block;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	}

div.menu ul li.first
	{
	border-left: none;
	}

div.menu ul li.first a
	{
	width: 255px;
	}

div.menu ul li a
	{
	float: left;
	display: block;
	padding: 10px 0;
	width: 253px;
	text-align: center;
	text-decoration: none;
	background-color: #cccccc;
	color: #000000;
	}

div.menu ul li a:hover
	{
	background-color: #000000;
	color: #ffffff;
	}

div.footer
	{
	padding: 20px;
	padding-bottom: 5px;
	font-size: 10pt;
}

.foutmelding {
	font-weight: normal;
	color: #CC0000;
}

