A:link {
	text-decoration: none; 
	color: #FF6600
}
 
A:visited {
	text-decoration: none;
	color: #FF6600
} 

BODY,TD,SELECT {
	font-family:Century Gothic;
	font-size:12px;
	color:#0000CF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top
}

.titel {
	font-weight: bold;
	font-size:12px;
	color:#0000CF
}

.sub_titel {
	font-size:11px;
	color:#0000CF
}

.menu {
	font-size:10px;
	color:#FF6600
}

.form_veld {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #21639B
}

.container {
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}

.content{
	text-align:left;
	margin:0 0 0 -480px; /* negatief(breedte/2) */
	position:absolute;
	top:-282px; /* negatief(hoogte/2) */
	left:50%;
	width:960px;
	height:564px;
}

#containerMenu {
	font-family: verdana;
	font-style: italic;
	font-size: 13px;
	color: #2b3193; 
	text-align: right;
}
	#containerMenu ul { list-style-type: none; margin: 0px; padding: 0px; }
	#containerMenu li { margin: 0px; padding: 15px 0px 15px 0px; }
	#containerMenu a { color: #2b3193; }
	#containerMenu a:hover { font-weight: bold; }
	
