.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
.backmain {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/watermerk.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.nieuws{
	color: black;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}
.nieuws A:link{
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.nieuws A:visited{
	color: black;
	font-family: arial;
    font-size: 12px;
	font-weight: bold;
}
.nieuws A:hover{
	color: black;
	font-family: arial;
    font-size: 12px;
	font-weight: bold;
}
.nieuws A:active{
	color: black;
	font-family: arial;
    font-size: 12px;
	font-weight: bold;
}
.breadcrumb{
	color: #cccccc;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
.breadcrumb A:link{
	color: #cccccc;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumb A:visited{
	color: #cccccc;
	font-family: arial;
    font-size: 11px;
	font-weight: bold;
}
.breadcrumb A:hover{
	color: black;
	font-family: arial;
    font-size: 11px;
	font-weight: bold;
}
.breadcrumb A:active{
	color: black;
	font-family: arial;
    font-size: 11px;
	font-weight: bold;
}
.login_links{
	color: #999999;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
}
.login_links A:link{
	color: #999999;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.login_links A:visited{
	color: #999999;
	text-decoration: none;
	font-family: arial;
    font-size: 14px;
	font-weight: bold;
}
.login_links A:hover{
	color: #999999;
	text-decoration: none;
	font-family: arial;
    font-size: 14px;
	font-weight: bold;
}
.login_links A:active{
	color: black;
	text-decoration: none;
	font-family: arial;
    font-size: 14px;
	font-weight: bold;
}
h1{
	color: black;
	text-decoration: none;
	font-family: arial;
	font-size: 16px;
}
h2 {
color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
}
td{
	color: black;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004b8d;
	font-weight: bold;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
	display: none;
	width: 98%;
	position: absolute;
	top: 2.6em;
	left: 0;
	background-color: #e2e0e0;
	border: 1px solid #000000;
}

.submenus li{
	color: black;
	width: 100%;
}

.submenus li a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100%;
	height:20;
	text-align: center;
	color: black;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #CCCCCC;
color: #333333;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}