@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	color: #00F;
	text-decoration: none;
}

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


#webcontent {
	background-color: #FFFFFF;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	height: 150px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#main {
	background-color: #FFF;
	width: 1000px;
	position: absolute;
}
#navigatie {
	background-color: #FFF;
	width: 200px;
	float: left;
	padding-top: 20px;
	position: relative;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.2em;
	color: #00F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nieuws {
	background-color: #ff6000;
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 500px;
	text-align: center;
	color: #003366;
	font-size: 14pt;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF6000;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099CC;
}
.hoofdnav {
	color: #00F;
	line-height: 1.4pc;
	font-size: 1em;
	font-weight: bold;
}
.subnav {
	line-height: 1pc;
	font-size: 0.7em;
	font-weight: bold;
	color: #00F;
}


.reset {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
#inhoud {
	background-color: #FFFFFF;
	width: 778px;
	float: left;
	position: relative;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
