* {
	margin:0;
	padding:0;
	}
	
html {
	max-height:100%; 
	border:0; 
	background:#FFF;
	font-size:12px; 
	font-family:Verdana;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; 
	/* */ 
	}

body {
	max-height:100%; 
	overflow:hidden; 
	border:0;
	background:#FFF;
	}

h1 {
	font-size:18px;
	}
	
h2 {
	color:#32641A;
	}
	
table.contact {
	width:700px;
	}
	
td {
	width:25%;
	}
	
td .contactnaw {
	width:132px;
	}

#header {
	position:absolute;
	top:0;
	width:998px;
	height:145px;
	background:url(../images/bgheader.png) no-repeat;
	left:50%;
	margin-left:-499px;
	border-color: #32641A;
	border-style: solid;
	border-width: 0 1px;
	z-index:5;
	}
	
#header #topnav {
	position:absolute;
	bottom:0;
	width:998px;
	height:24px;
	border-bottom:1px solid #32641A;
	}

#navigatie {
	position:absolute;
	display:block; 
	top:145px;
	bottom:22px;
	width:170px;
	padding:5px;
	background:#EAFDEA;
	overflow:auto;
	overflow-x:hidden;
	left:50%;
	margin-left:-499px;
	border-left:1px solid #32641A;
	z-index:4;
	}
	
#navigatie #zoeken {
	margin:15px 0 10px 8px;
	padding:5px;
	width:148px;
	background:#669A99;
	border:1px solid #FFF;
	}
	
#navigatie #zoeken input {
	width:80px;
	}
	
#navigatie #zoeken input.button {
	width:50px;
	}
	
#navigatie #nieuws {
	margin:15px 0 10px 8px;
	padding:5px;
	width:138px;
	background:#669A99;
	border:1px solid #FFF;
	}
	
#navigatie #nieuws img {
	width:136px;
	border:1px solid #669A99;
	}

#content {
	position:absolute;
	display:block;
	overflow:auto;
	background:#EAFDEA;
	top:145px;
	bottom:22px;
	width:598px;
	left:50%;
	margin-left:-318px;
	border-right:1px solid #32641A;
	padding:10px;
	z-index:3;
	}
	
#content img.algemeen {
	width:200px;
	border:none;
	}
	
#content img.occasions {
	height:80px;
	border:none;
	}
	
#content ul {
	margin-left:20px;
	}
	
#rechts {
	position:absolute;
	display:block; 
	top:145px;
	bottom:22px;
	width:180px;
	padding:5px;
	/*background:#EAFDEA;*/
	background:#FF0000;
	overflow:auto;
	overflow-x:hidden;
	left:50%;
	margin-left:310px;
	border-right:1px solid #32641A;
	z-index:4;
	}

.groep_naam {
	font-size:14px;
	font-weight:bold;
	display:block;
	}
	
.groep_omschrijving, .pro_naam, .pro_titel {
	display:block;
	margin-bottom:5px;
	}
	
.pro_omschrijving {
	display:block;
	margin-bottom:10px;
	}

.clear {
	clear:both;
	}

#footer {
	position:absolute;
	bottom:0;
	width:998px;
	height:18px;
	padding-top:4px;
	color:#32641A;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	border-color: #32641A;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	left:50%;
	margin-left:-499px;
	background:#C2DDC0;
	z-index:5;
	}

