body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #F1EDE4;
	color: #663300;
	font-size: 13px;
	line-height: 1.3em;
}
.grootwitblok
{
	width: 740px;
	height: 550px;
	border: 1px solid #CC6600;
	position: absolute;
	margin-left: -370px;
	margin-top: -275px;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	background-attachment: scroll;
	overflow:auto;
}

.logoblok
{
	width: 740px;
	height: 125px;
	position: absolute;
	top: 5px;
	left: 0px;
}
.navigatieblok
{
	width: 170px;
	height: 350px;
	position: absolute;
	top: 130px;
	left: 0px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.inhoud
{
	width: 480px;
	height: 350px;
	position: absolute;
	top: 130px;
	padding: 30px;
	overflow:auto;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #CD8E90;
	SCROLLBAR-3DLIGHT-COLOR: #CD8E90;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #CD8E90;
	left: 200px;
}


A:link {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
}
A:hover {
	color: #A33856;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	color: #A33856;
	text-decoration: underline;
	font-weight: bold;
}
