body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #ebf1f5;
color:#000080;
}

#gegevensbalk {
	color: #FFFFFF;
	font-size: 10px;
	text-align:center;
	width:160px;
	position:absolute;
	top:230px;
}

#linksimg {
	height:341px; 
	width:166px; 
}

#content {
	background-color:#D7D8F6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000080;
	vertical-align:top;
	padding-left:40px; 
	padding-right:50px; 
	padding-top:20px;
	padding-bottom:10px;
	width:723px;
}

td, tr {
	font-size: 9pt;
}

#content a:link {
	color:	#160F33;
	text-decoration:underline;
	font-weight:bold;
}
#content a:visited {
	color: #160F33;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	color: #160F33;
	text-decoration:none;
	font-weight:bold;
}
#content a:active {
	color: #160F33;;
	text-decoration:none;
	font-weight:bold;
}

#footer {
	background-color:#6175ce;
	color:#FFFFFF; 
	font-size:10px; 
	text-align:right;
}

#contactform {
text-align:left;
font-size: 9pt;
color:#000080;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:400px;
}

.chromestyle{
padding-top:1px;
width: 887px;
font-weight: bold;
font-size:13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #6073cc; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background-color:#fff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #474b7b; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #474b7b;
width: 200px;
visibility: hidden;
filter: alpha(opacity=90);
-moz-opacity: .90;
opacity: .90;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #474b7b; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
color: black;
}
