body{	background: #D6E0A9;	margin: 0;	padding: 0;}A:link {	text-decoration: none;	color: blue;}A:hover {	text-decoration: none; 	color: red;}A:visited {	text-decoration: none; 	color: blue;}A:visited:hover{	text-decoration: none; 	color: red;}A:active {	text-decoration: none; 	color: red;}#page{	background-color: white;	width: 800px;	margin: 20px auto;	/*height: 1000px;*/	padding: 0;	border: 1px solid #929F7C;}#title{	/*float: left;*/	padding: 0;	margin-top: 0;	margin: 0 auto;	height: 200px;	width: 100%;	background: url(images/title.jpg) no-repeat top center;}#navbar{	height: 50px;	width: 100%;	padding: 0;	/*float: left;*/	/*margin-top: 200px;*/}ul#nav{	list-style: none;	margin: 0;	padding: 0;}#nav li{	float: left;	margin: 0;	padding: 0;}#nav li a{	display: block;	height: 50px;}#home{	background: url(images/home.png) no-repeat top left;	width: 200px;	height: 50px;	margin-left: 0px;}#home:hover{	/*background: url(images/home_sel.png) no-repeat top center;*/	background-position: 0 -50px;}#contact{	background: url(images/contact.png) no-repeat top left;	width: 230px;	height: 50px;	margin-left: 0px;}#contact:hover{	/*background: url(images/contact_sel.png) no-repeat top center;*/	background-position: 0 -50px;}#behandelingen{	background: url(images/behandelingen.png) no-repeat top left;	width: 370px;	height: 50px;	margin-left: 0px;}#behandelingen:hover{	/*background: url(images/behandelingen_sel.png) no-repeat top center;*/	background-position: 0 -50px;}#main{	background: url(images/main_bg.jpg) top center;	width: 780px;	height: 100%;	padding: 10px 10px 10px 10px;}#leftbar{	padding: 20px 10px 20px 10px;	margin: 0 0 0 0;	color: #14205D;	text-align: center;	font-size: normal;	width: 180px;}#content{	padding: 20px 10px 10px 10px;	color: #14205D;	text-align: left;	font-size: large;	float: right;	width: 550px;}#copyright {	padding: 10px 20px 0px 20px;	color: #14205D;	text-align: center;	font-size: smaller;	clear: both;}#introtext {	font-size: 0.85em;}.error { color: #ff0000; }.success { color: #00a000; }.important { color: #ff0000; }table.behandeling {	border-spacing: 0px;	border: 0px;	margin: 0px;	padding: 0px;	width: 500px;	height: 120px;}td.title{	height: 30px;	padding: 0 0 0 20px;	font-size: 1.5em;}td.description {	font-size: smaller;	vertical-align: top;	padding: 0 0 0 20px;}td.image {	width: 120px;	height: 120px;	text-align: center;}td.introtext {	padding: 0 0 0 20px;}