/* CSS Document */html, body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #68564D;	border-right-width: 100%;	border-right-style: solid;	height: 100%; /* héél belangrijk */	line-height: 20px;	vertical-align: top;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	}a:link {	color: #D2CDCA;}a:visited {	color: #D2CDCA;}a:hover {	color: #FFFFFF;}a:active {	color: #D2CDCA;}/* tekst */.titel {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	color: #9da013;	font-weight: bold;}.bold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #68564D;	font-weight: bold;}.adres {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #d2cdca;	text-align: right;	vertical-align: middle;}.inspring {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #68564D;	font-weight: normal;	padding-left: 20px;}.bottom {	vertical-align: bottom;}		/* links */div.divleft {	width: 29%;	float: left;	background-color: #68564d;	position: relative;	min-height: 100%;	height: auto; /* voor moderne browsers */	height: 100%; /* voor IE */}div.logo {	position: relative;	top: 60px;	height: 95px;	float: none;	z-index: 100;}div.logo2 {	position: relative;	top: 300px;	height: 94px;	float: none;	z-index: 100;	width: 100%;}/* rechts */div.divright {	width: 70%;	margin-left: auto;	margin-right: auto;	margin-top: auto;	margin-bottom: auto;	position: relative;	min-height: 100%; /* voor IE */	float: left;}div.tekst {	position: relative;	top: 290px;	float: none;	z-index: 100; /* voor IE */	left: 4pt;}div.tekst_ligging {	position: relative;	top: 95px;	float: none;	z-index: 100; /* voor IE */	left: 4pt;}/* navigatie */#navcontainer {	width: 94px;	position: relative;	left: 5px;	top: 99px;	z-index: 150;	height: 94px;}#navcontainer ul{	margin-left: 0;	padding-left: 0;	list-style-type: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	line-height: 20px;	font-weight: normal;	font-variant: normal;	text-transform: none;	color: #68564d;	text-decoration: none;	text-align: left;	padding-right: 3px;}#navcontainer a{	display: block;	padding: 0px;	width: 94px;	background-color: #d2cdca;	border-bottom: 5px solid #ffffff;	padding-left: 3px;}#navcontainer a:link, #navlist a:visited{color: #68564d;text-decoration: none;}#navcontainer a:hover{	background-color: #9da013;	color: #68564d;}#active a:link, #active a:visited, #active a:hover {	color: #FFFFFF;	background-color: #9da013;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration: none;	text-align: left;}
