/* 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;
		}
		
		#sitecontainer {
			font-size:1.2em;
			line-height:1.5em;
			background-image:url(../images/bg.gif);
			background-position:center;
			background-repeat:no-repeat;
			width:866px;
			position:relative;
		}
		
		#kop { height:100px; text-align:right; }
		#logo { position:absolute; top:45px; right:40px; }
		
		#navigatie {
			float: left;
			height: 437px; /*18em;		/* 213px; */
			width:223px;
		}
		
		#clear {
			clear:both;
		}
		
		
		.align_right {
			text-align:right;
		}
		
		#content {
			font-size:1em;
			color:#6b206f;
			float:left;
			margin-left:55px;
			margin-top:1.5em;
			width:550px;
			height:420px;
			overflow:auto;
		}
		#print_tekstcontent {
			font-size:1em;
			float:left;
			margin-left:120px;
			width:520px;
		}
		
		#adres {
			position:absolute;
			bottom:60px;
			left:20px;
			color:#fff;
			font-size:1em;
		}
		
		.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; }