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

		body {
			font-family:Arial, Helvetica, sans-serif;
			font-size:62.5%;
		}
		
		td {
			vertical-align:top;
		}
		
		#distance { display:none; }
		#sitecontainer {
			font-size:1.2em;
			line-height:1.6em;
			background-image:url(../images/bg.gif);
			background-position:center;
			background-repeat:no-repeat;
			width:600px;
			position:relative;
		}
		
		#kop { height:100px; text-align:right; }
		#logo { position:absolute; top:0px; left:300px; }
		
		#navigatie {
			display:none;
		}
		
		#clear {
			clear:both;
		}
		
		
		.align_right {
			text-align:right;
		}
		
		#content {
			font-size:1em;
			color:#6b206f;
			float:left;
			margin-left:0px;
			width:600px;
		}
		#print_tekstcontent {
			font-size:1em;
			float:left;
			margin-left:120px;
			width:520px;
		}
		
		#adres {
			position:absolute;
			bottom:0px;
			left:0px;
			color:#6b206f;
			font-size:1em;
			border-top:1px solid #6b206f;
		}
		
		.small {
			font-size: 0.9em;
			line-height:1.7em;
		}
		
		h1 {
			/* titel van pagina */
			font-size:100%;
			color:#6b206f;
			margin:0.5em 0em 1em 0em;
		
		}
		
		h2 {
			/* subkopjes */
			font-size:1em;
			color:#e20022;
			padding:1.5em 0em 0em 0em;
		}
		

				
		a:link, a:visited, a:active {
			color:#e20022;
			text-decoration:none;
		}
		a:hover {
			text-decoration:underline;
		}
		a.meer:link, a.meer:active, a.meer:visited, a.meer:hover {
			color:#000;
			text-decoration:none;
		}
		
		ul { margin:0; padding-left:20px;  }
		li { padding:0px; }