.inhoud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 300px;
	width: 500px;
	padding: 10px;
	text-align: left;
	overflow: auto;
	position: static;
}
.scroll {
	overflow: scroll;
}
.navigatie {
	width: 350px;
	border-width: 2px 0px 2px 2px;
	border-color: #000000;
	height: 500px;
	background: url(../images/achtergrond2.jpg) no-repeat left;
	float: right;
	clear: left;
	clip: rect(auto,auto,auto,auto);
}
.nav {
	right: 0px;
	background: #336699;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 500px;
	width: 350px;
	border-top: 2px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	position: static;
}
.inh {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 0px solid #000000;
}
