			/* standaard content pagina's */
			div#navigatie {
				float: left;
				background-color: #D0D8E0;
				width: 166px;
				height: 508px;
				overflow: hidden;
				margin-right: 4px;
				}
			div#navigatie ul {
				list-style-type: none;
				margin: 72px 0 0 17px;
				padding: 0;
				}
			div#navigatie li {
				margin-bottom: 20px;
				}
			div#navigatie a {
				font-size: 14px;
				font-weight: bold;
				font-variant: small-caps;
				letter-spacing: 0.05em;
				text-decoration: none;
				color: #7F8789;
				}
			div#navigatie a:link {
				}
			div#navigatie a:visited {
				}
			div#navigatie a:hover,
			div#navigatie a.current {
				color: #000;
				}
			div#navigatie a:active {
				}
			div#content {
				float: left;
				width: 507px;
				height: 508px;
				}
			div#content p {
				line-height: 1.5em;
				color: #000;
				}
			div#text {
				margin: 70px 0 0 25px;
				width: 433px;
				height: 393px;
				}
			div#text a {
				color: #000;
				}
			div#text a:link {
				}
			div#text a:visited {
				}
			div#text a:hover {
				color: #666;
				}
			div#text a:active {
				}

			div#navigatie ul ul {
				margin: 10px 0 0 17px;
				}
			div#navigatie ul ul li {
				margin-bottom: 10px;
				}
			div#navigatie ul ul a {
				font-variant: normal;
				font-weight: normal;
				font-size: 13px;
				}

