html, body {
			padding:0;
			margin: 0;
 			font-family:Franklin Gothic Book,arial,verdana,sans-serif;
			font-size: 10pt;
			color:black;
			width:100%;
			height:100%;
			}
		#logo {
			width:800px;
			text-align:right;
			}
		#container {
			margin-top:-1px;
			position: absolute; 
			left: 50%; 
			width: 800px;
			height:1000px; 
			margin-left: -400px; /* De helft van de breedte */ 
			background-repeat:no-repeat;
			background-image:url(pics/layout.jpg);
			}
		#left {
			width:48px;
			height:1000px;
			float:left;
			}
		#menu {
			width:199px;
			height:970px;
			float:left;
			margin-top:27px;
			margin-left:-1px;
			}
		#tekst {
			width:533px;
			height:980px;
			float:left;
			padding-left:10px;
			padding-right:10px;
			padding-top:34px;
			}
.ie6	#tekst {
			width:532px;
			height:980px;
			float:left;
			padding-left:10px;
			padding-right:10px;
			padding-top:34px;
			}
h1 { font-family: Verdana; font-size: 12pt; color:#666666; }
h2 { font-family: Verdana; font-size: 8pt; color:black; }
h3 { font-family: verdana; font-size: 7pt; margin-left:10px;}
a:link,a:visited,a:active { color:#161342; text-decoration:underline; }
a:hover { color:white; text-decoration:underline; }