/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.clr {
	clear:both;
}

a {
	color: #a6ce39;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;

}
h1 {
	font-size: 2.0em;
		padding: 5px 0px 25px 0px;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}

#paginahouder {
	position: relative;
	width: 980px;
	margin: 5px auto;
	background-color:#77787b;
	font-size: 1.2em;
	}
	#header {
		width: 980px;
		float:left;
		height: 228px;
		background-image:url(../images/headerbg.jpg);
		}
		h1.logo {
			width: 450px;
			height: 103px;
			margin: 116px 0px 0px 0px;
			float:right;
			background-image:url(../images/logo.jpg);
			padding: 0px;
	}
	#menu {
		width: 980px;
		height: 32px;
		float: left;
		background-color: #a6ce39;
		}
		#menu ul {
			margin: 5px 5px 0px 5px;
			height: 20px;
			line-height: 20px;
			padding: 0px;
			list-style:none;


			}
			#menu ul li {
				float: left;
				width: 136px;
				color: #fff;
				}
				#menu ul li a{
					color: #fff;
					font-weight: bold;
					text-decoration:none;
					border-left: 2px solid #fff;
					padding: 0px 0px 0px 5px;
					display: block;
					}
					#menu ul li a:hover {
						border-left: 2px solid #77787b;
						color: #77787b;
						text-decoration: none;
					}
					#menu ul li#current a {
						border-left: 2px solid #77787b;
						color: #77787b;
						text-decoration: none;
					}
		
	.content {
		color: #fff;
		width: 685px;
		float: right;
		background-color: #77787b;
		border-left: 1px solid #a6ce39;
		padding: 20px;
		line-height: 20px;
		min-height: 325px;
		}
		.content .afbeelding {
			float: left;
			width: 200px;
			height: 150px;
			margin: 10px 10px 0px 0px;
			border: 1px solid #a6ce39;
		}
		.naw {
			position: absolute;
			float: left;
			width: 240px;
			padding: 10px 5px 10px 5px;
			height: 140px;
			border-top: 1px solid #a6ce39;
			bottom: 1px;
			color: #fff;
			}
			.naw h2 {
				font-size: 1.2em;
			}