@charset "utf-8";
html {


}


body {
	margin: 0px;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #82A227;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #004435;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #004435;
}
a:active {
	color: #F9E216;
	text-decoration: none;
}


p {
	font-size: 14px;
	margin-top: 3px;
	padding: 0px;
	margin-bottom: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	vertical-align: top;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;

}
h1 {
	font-size: 18px;
	color: #82A227;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #82A227;
	margin-bottom: 4px;
}
#inhoud img {
	border: 1px solid #004435;
}
.floatlinks {
	float: left;
	padding-right: 5px;
}
.floatrechts {
	float: right;
	margin-left: 5px;
}



#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #004435;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	background-color: #FFFFFF;
}
#header {
	height: 300px;
	width: 900px;
	background-image: url(images/headerccb.jpg);
}
#midden {
	background-image: url(images/header_onder.jpg);
	width: 900px;
	float: left;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004435;
	border-left-color: #004435;
	margin-left: -1px;
}
#menulinks {
	width: 196px;
	float: left;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #004435;
	height: auto;
}
#inhoud   {
	width: 652px;
	overflow: hidden;
	float: left;
	height: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#footer {
	height: 50px;
	width: 900px;
	background-repeat: repeat-x;
	background-image: url(images/footer_bg.jpg);
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004435;
	border-left-color: #004435;
	margin-left: -1px;
}
#footlinks  {
	width: 640px;
	height: 25px;
	float: left;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 10px;
	font-size: 14px;
}

#footrechts {
	width: 240px;
	height: 25px;
	float: left;
	color: #FFFFFF;
	padding-top: 25px;
	text-align: right;
	font-size: 14px;
}


#midden #menulinks ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 22px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#midden #menulinks li {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 148px;
}
#menulinks  a:link ,{
	text-decoration: none;
	color: #81A430;
	height: 30px;
	width: 140px;
	display: block;
}
#menulinks a:link, #menulinks a:active, #menulinks a:visited {
	font-size: 16px;
	color: #7FA52B;
	display: block;
	height: 30px;
	width: 150px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#menulinks a:hover {
	text-decoration: underline;
	color: #82A330;
	height: 30px;
	width: 150px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.active {
	text-decoration: none;
	color: #FFDE17;
	background-color: #004435;
	height: 30px;
	width: 150px;
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bolder;
	padding-bottom: 5px;
}

