/* CSS Document */
		<style type="text/css">
			html
			{
				width				: 100%;
				height			: 100%;
			}

			body
			{
	margin			: 0;
	padding			: 0;
	width				: 100%;
	height			: 100%;
	color				: white;
	font-family: "normal Helvetica", Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	background-color: #020f28;
	background-image: none;
			}

			#content
			{
				width				: 100%;
				height			: 100%;
				background	: #010f28 url(../images/achtergrond.png) repeat-x;
			}

			#bovenkant
			{
				position		: relative;
				width				: 100%;
				height			: 120px;
				background	: #082863 url(../images/header_bg.jpg) no-repeat center top;
			}
			
			#bovenkantmidden
			{
	position		: absolute;
	height			: 115px;
	top					: 0;
	left				: 50%;
	width				: 800px;
	margin-left	: -400px;
	z-index			: 1;
			}
			#bovenkantlogo
			{
	position		: absolute;
	height			: 92px;
	top					: 0;
	left				: 50%;
	width				: 278px;
	margin-left	: -139px;
	z-index			: 1;
			}
			#bovenkantmidden div
			{
	float				: left;
	width				: 25%;
	padding			: 0;
	text-align	: center;
	font-size		: 90%;
	margin-top: 95px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-style: normal;
	font-weight: bold;
	background-color: #CC0000;
			}

			#onderkant
			{
				background	: url(../images/left.png) repeat-x;
				height			: 500px; /* met 100% krijg je een scrollbar */
			}

			#onderkantmidden
			{
	position		: absolute;
	top					: 118px;
	left				: 50%;
	width				: 800px;
	margin-left	: -400px;
	z-index			: 1;
	background-image: url(../images/mountain-background.jpg);
	background-repeat: no-repeat;
	height: auto;

			}

			#main, #nav
			{
				float				: left;
				height			: 100%;
				padding			: 10px;
			}

			#main
			{
				width					: 530px;
				border-right	: 0.5em solid #020f28;
			}

			#nav
			{
				width					: 200px;
			}

			#nav h1
			{
	color					: #00FFFF;
	font-size			: 100%;
	font-weight		: bold;
			}

		a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}
