@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CCCCCC;
}
body a:visited
{
	color: white;
}
body a:hover
{
	color: white;
}
body a:active
{
	color: white;
}
body a:link
{
	color: white;
}
.letterType
{
	font-family:Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.totaal
{
	position:relative;
	text-align:center;
	margin: 0 auto;
	width: 1024px;
	height: 782px;
	border:black 1px solid;
	background-color:#002E48;
	color: white;
}

a
{
	text-decoration:none;
	color:red;
}

a:visited
{
	text-decoration:none;
	color:red;
}

.topHeader
{
	position:relative;
	border:black 1px solid;
	width: 1024px;
	height: 115px;
	background-color:#FFFFFF;
	left: -1px;
	top:-1px;
}

.topMenu
{
	position:relative;
	border:black 1px solid;
	width: 1004px;
/*	height: 48px;*/
	height: 28px;
	padding: 10px;
	top: -2px;
	left: -1px;
	background-color:#FFFFFF;
	text-align:center;
	z-index:1;
}
	
.middenLinks
{
	position:relative;
	border:black 0px solid;
	width: 178px;
	float:left;
	height:555px;
	padding: 10px;
	background-color:#002E48;
	text-align:left;
}

.middenMidden

{
	position:relative;
	border:black 1px solid;
	width: 592px;
	float:left;
	text-align:left;
	height:577px;
	padding: 10px;
	top: -3px;
	left: -1px;
	background-color:#FFFFFF;
}

.middenRechts
{
	position:relative;
	border:black 0px solid;
	width: 192px;
	float:left;
	height: 555px;
	background-color:#002E48;
	padding: 10px;
	font-size:14px;
	text-align:left;
}

.disclaimer

{
	position:absolute;
	border:black 0px solid;
	width: 614px;
	float:left;
	text-align:center;
	height:16px;
	top: 767px;
	left: 197px;
	background-color:#002E48;
}

