/* CSS Document */
		html, body { height: 100%; margin: 0; padding: 0; }

		body {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:62.5%;
			background:	url(../images/bg_rich.jpg) top center no-repeat;
			background-attachment:fixed;
		}
		
		td {
			vertical-align:top;
		}
		
		#sitecontainer {
			font-size:1.1em;
			line-height:1.6em;
			width:978px;
			position:relative;
		}
	
		#sitecontainer_bg {
			position:absolute; 
			top:0px;
			left:0px;
			width:978px;
			background:none;
		}
			
		#kop { position:absolute; top:20px; left:11px; height:162px; width:367px; }
		
		
		#navigatie {
			display:none;
			position:absolute;
			top:120px;
			left:178px;
			width:770px;
			height: 40px; /*18em;		/* 213px; */
		}
		
		#clear {
			clear:both;
		}
		
		
		.align_right {
			text-align:right;
		}
		
		#content {
			position:absolute;
			top:170px;
			left:20px;
			width:938px;
			font-size:1em;
			/*float:left;*/
			/*margin-left:40px;*/
			/*width:520px;*/
		}
		
		h1 {
			/* titel van pagina */
			font-size:1em;
			margin:0em 0em 10px 0em;
			line-height:1em;
			padding:0;
		
		}
		
		h2 {
			/* subkopjes */
			font-size:1em;
			color:#613810;
			padding:1.5em 0em 0em 0em;
		}
		
		#quote {
			position:absolute;
			top:20px;
			left:400px;
			width:510px;
			height:90px;
		}
				
		a:link, a:visited, a:active {
			color:#1eb5c0;
		}
		a:hover {
			color:#7e4e58;
		}
		
		.kol1 div.kola {
			position:absolute;
			left:0px;
			top:0px;
			width:200px;
			
			/*border:1px solid #ccc000;*/
			padding:0px 10px;
			color:#1fb6c1;
		}
		.kol2 div.kolb {
			position:absolute;
			left:220px;
			top:0px;
			width:474px;
			/*width:670px;*/
			
			/*border:1px solid #ccc000;*/
			padding:0px 10px;
			/*color:#7e4e58;*/
			color:#613810;
		}
		/*.kol3 { display:none; }*/
		.kol3 div.kolc {
			position:absolute;
			left:720px;
			top:0px;
			width:180px;
			
			/*border:1px solid #ccc000;*/
			padding:0px 10px;
			color:#1fb6c1;
		}
		
