/* basic properties */html, body{	background: url(images/bgdots.jpg) repeat;}/* div properties */#container{	width: 760px;	margin: auto;	min-height: 100%;	height:auto !important; /*voor moderne browsers*/	height:100%; /*voor IE */}/*content*/#contentbg{	background: url(images/achtergrond.png) no-repeat;	margin: auto;	width: 760px;	height: 720px;}#header{	background: url(images/header2.png) no-repeat;	width: 731px;	height: 135px;	margin: auto;}#menu{	background: url(images/navibar.jpg) no-repeat;	width: 731px;	height: 28px;	margin: auto;}#title{	height: 26px;	width: 604px;	margin: 50px 0px 0px 80px;}#tekst{	width: 640px;	height: 420px;	overflow: auto;	margin: 15px 0px 0px 40px;	color: #000000;}#tekst2{	width: 640px;	height: 420px;	overflow: hidden;	margin: 15px 0px 0px 40px;	color: #000000;}#tekst3{	width: 450px;	height: 120px;	overflow: hidden;	margin: 15px 0px 0px 40px;	color: #000000;}#tekst4{	width: 400px;	height: 180px;	overflow: hidden;	margin: 15px 0px 0px 40px;	color: #000000;}/* text properties */#contentbg h1{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #313131;	margin: 0px 0px 0px 100px;}#contentbg h2{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	color: #616264;	margin: 0px 0px 0px 100px;	width: 520px;	height: 420px;}/* dropdown menu */#dropmenudiv{	position: absolute;	border-bottom-width: 0;	font: normal 9px Verdana;	line-height: 12px;	margin: 1px 0px 0px 10px;}#dropmenudiv a{	width: 100%;	display: block;	padding: 1px 0;	text-decoration: none;	font-weight: normal;	margin: 0px 0px 0px 5px;	color: #999692;}#dropmenudiv a:hover{ /*hover background color*/	background-color: white;}/* extra's */#dietz{	background: url(images/dietz.jpg);	width: 200px;	height: 200px;}.floatright{	float: right;	border: 1px solid #666;	padding: 1px;	margin: 0px 20px;}
