		<!--
		body {
		Background: url("images/bg.jpg") repeat-x;
		margin:0px;
		padding:0px;
		height:100%; 
		text-align: center;
		} 
		
		#site 
		{ 
		clear: both;
		align: center;
		width: 1000px;
		margin-top:0px;
		padding-top:0px;
		margin-left: auto;
		margin-right: auto;
		font-family: Verdana;
		font-size: 12px;
		text-align: left;
		line-height: 19px;

		}

		#header 
		{ 
		Background: url("images/header.jpg") ;
		clear: both;
		align: center; 
		width: 1000px;
		height: 330px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		text-align: center;}
		
		#header2 
		{ 
		clear: both;
		align: center; 
		width: 1000px;
		height: 148px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;}

		
		
		#menu
		{ 			
		padding-left:10px;
		padding-right:10px;
		width: 150px; 
		height: 400px;
		font-family: Verdana;
		float: left;
		font-size: 12px;}
		
		#inhoud
		{ 
		padding-right: 15px;
		width: 800px; 	

		font-family: Verdana;
		color: #000000;
		float: right;
		font-size: 12px;}
		
		#footer 
		{ 
		Background: url("images/footer.jpg") repeat-x scroll 0 0;
		clear: both;
		width: 100%; 
		height: 144px;
		}
		
		.titel
		{ 
		width: 100%; 
		height: 25px;
		font-family: Verdana;
		font-size: 12px;
		align: center; 
		float: left;
		color: #707070;
		text-align: left;}
		
		#linktekst
		{ 
		 
		font-family: Verdana;
		font-size: 12px;
		align: center; 
		float: center;
		text-align: center;}
		a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

		a:link, a:visited{
		color: #000000;
		text-decoration: none;
		}

		a:hover, a:active{
		color: #000000;
		text-decoration: underline;
		} 
		
		a.menu{
		font-size: 18px;
		font-weight: normal;
		text-decoration: none;
		background-color: transparent;
		}

		a.menu:link, a.menu:visited{
		color: #000000;
		}

		a.menu:hover, a.menu:active{
		color: #000000;
		} 
		
		a.klein{
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		background-color: transparent;
		}

		a.klein:link, a.klein:visited{
		color: #ffffff;
		}

		a.klein:hover, a.klein:active{
		color: #0B77DC;
		} 
		
		h1 {
		font-family: Verdana;
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		}	 
		
		h2 {
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		}	
		-->