﻿body {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	background-color: #339933; 
	margin-top: 30px;		
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
}

.style2 {
				background-color: #A4D19B;
				text-align: left;
}
.style3 {
				background-color: #FFFFFF;
}
.style4 {
				background-image: url('../images/hdl.png')
}

.style5 {
				color: #339933;
}
.style6 {
				font-size: 20px;
				margin-left: 40px;
}
.style7 {
				font-size: 20px;
				margin-left: 40px;
				color: #339933;
}
.style8 {
				margin-left: 40px;
}
</style>



h1 {	font-family: arial,helvetica,clean,sans-serif;
		font-size: 14px;

				
}

ul#nav {
	background:url('../images/hdl.png');
	padding:0px 0px 0px 0px;
	list-style-type: none;

}
ul#nav li {
	line-height:1.9em;
	border-bottom:#a4d19b 1px solid;
}
ul#nav li a {
	text-decoration: none;
}

	
a.menu {
width: 250px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

a.menulink {
display: block; /* voor horizontaal menu: display: inline; */
width: 235px;
padding-left: 15px;
text-align: left;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-color: transparent;
}
/* uitzicht menu links bij muisover */
a.menulink:hover {
background-color:#339933; 	/* een andere achtergrondkleur */
text-decoration: none;
}
a.menulink:active {
background-color: transparent; 	/* een andere achtergrondkleur */
text-decoration: none;
}

/* footer */
#footer {	
	color:#FFFFFF;
	text-align: center;
	font-weight:bolder;
	position:relative;
	top:5px
}

