BODY, .table, TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
}
#nieuws {
		background-color:#e5eaeb;
}
#nieuwstitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	background-image:url(images/backnewstitle.jpg);
	height: 28px;
	text-align:center;
	padding: 7px;
}
#adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
}
#adres td {
		padding: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	color: #595959;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
}
A { text-decoration: underline; } 
A:link { color: #333333; } 
A:visited { color: #4E6572; } 
A:hover { color: #63808F; text-decoration: underline; }
.rand {
border-left-color:#999999;
border-top-color:#999999;
border-right-color:#333333;
border-bottom-color:#333333;
}
.topback {
background:url(images/top.jpg) no-repeat;
}
#maincontent {
	background-color: #EDF1F1;
	border: 0px;
	width: 100%;
}
#content {
	padding-left: 45px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-top: 26px;
}

#spaceme {
	padding: 20px;
}

/*********************** MENU ******************************/

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	float:inherit;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
	height: 24px;
	line-height:24px;
	width: 968px;

}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
		height: 24px;
line-height:24px;
}
#menu dt {
cursor: pointer;
text-align: center;
border: 0px;
margin: 0px;
height: 24px;
line-height:24px;
font-weight: bold;
}
#menu dd {
display: none;
border: 0px;
}
#menu li {
text-align: center;
background: #cccacb;
margin:0;
padding: 0;
list-style-type: none;
height: 24px;
line-height:24px;
}
#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color:  #333333;
height: 24px;
line-height:24px;
}
#menu li a:hover, #menu li a:focus {
background: #e6e4e5;
color: #333333;
}
#menu dt a:hover, #menu dt a:focus {
color: #333333;
background-image: url(images/mouseovermenu.jpg);
}
