body {
	background-color: #00501B;
	color: #5DB101;
	background-image: url('images/bg_top.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
	height: 100%;
	margin: 0%;
	padding: 0%;
	}
 body, td {
	font-size: 8pt;
	font-family:  verdana, arial;
	}
 img {
	border: 0px;
	vertical-align: middle;
	}

#container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10px;
	width: 880px;
	}
#top {
	position: absolute;
	top: 0px;
	height: 60px;	
	}
	#topLeft {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 200px;
		height: 60px;
		background-color: #39423D;
		color: #39423D;
		}
	#topRight {
		position: absolute;
		top: 0px;
		height: 60px;
		left: 200px;
		width: 680px;
		text-align: right;
		vertical-align: bottom;
		}
		#topMenu {
			margin-top: 40px;
			}
		#topMenu LI {
			display: inline;
			padding: 0px 5px;
			}
		#topMenu LI a:link, #topMenu LI a:visited, #topMenu LI a:hover, #topMenu LI a:active {
			color: #5DB101;
			text-decoration;
			}
#belowTop {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 200px;
	width: 880px;
	background-color: #E1E1E1;
	vertical-align: bottom;
	}
	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #2D332F;
		width: 200px;
		height: 200px;
		}
	#flashBanner {
		position: absolute;
		top: 20px;
		left: 210px;
		width: 505px;
		height: 180px;
		}
	#news {
		position: absolute;
		top: 20px;
		left: 725px;
		width: 145px;
		height: 200px;
		color: #969696;
		}
	#news H3 {
		margin-top: 0px;
		color: black;
		font-size: 9pt;
		}
#bodyContainer {
	position: absolute;
	top: 260px;
	left: 0px;
	bottom: 0px;
	height:expression(document.body.clientHeight - 260 + "px"); 	/* IE Hack */
	width: 880px;
	background-color: #FFF;
	}
	#menuEtc {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		height:expression(document.body.clientHeight - 260 + "px"); 
	/* IE Hack */
		width: 200px;
		background-color: #4B514D;
		color: #B7C8C0;
		}
	#menuEtc DIV.item {
		background-color: #39423D;
		border-bottom: 1px dashed #B8C9C1;
		padding: 10px;
		}
	#body {
		position: absolute;
		top: 0px;
		left: 200px;
		width: 680px;
		background-image: url(images/white.png);
		}
#bodyTable {
	width: 100%;
	border-collapse: collapse;
	}
#bodyTable TD {
	width: 50%;
	padding: 25px;
	color: #969696;
	vertical-align: top;
	}
#bodyTable TD H3 {
	margin-left: -2%;
	margin-top: 0px;
	}

.bodyDiv {
	padding: 10px;
	color: #969696;
	}
.bodyDiv H3 {
	margin-top: 0px;
	}

ul#mainMenu {
	width: 150px;
	font-size: 8pt;
	font-family: verdanan, ms sans serif, sans serif, serif;
	display: none;
	}
ul#mainMenu, ul#mainMenu UL {
	padding: 0px;
	margin: 0px;
	}
ul#mainMenu LI	{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	cursor: pointer;
	color: #E27800;
	}
ul#mainMenu LI.brancheOpen {
	background-image: url('images/menu/open.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
ul#mainMenu LI.brancheClosed {
	background-image: url('images/menu/closed.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
ul#mainMenu UL.closed {
	display: none;
	}

/* contact page */
table#phoneNumbers {
	border-collapse: collapse;
	}
table#phoneNumbers TD {
	font-size: 7pt;
	color: #96969C;
	padding: 0px; 4px; 0px; 0px;
	}
form#contactForm {
	
	}
form#contactForm INPUT, form#contactForm SELECT, form#contactForm TEXTAREA {
	border: 1px solid #CECECE;
	width: 225px;
	}

/* news page */
.newsArchive {
	width: 400px;
	border: 1px dotted #CCC;
	border-collapse: collapse;
	}
.newsArchive TD {
	padding: 2px 5px;
	font-size: 12pt;
	}
/* links */
#links {
	padding: 0px 15px 0px 0px;
	border-right: 1px solid #CCC;
	width: 400px;
	}
/* search page */
#searchResults {
	border-top: 1px solid #CCC;
	letter-spacing: 3pt;
	font-size: 12pt;
	}

/* fotoboek page */
#galleryTable {
	border-collapse: collapse;
	}
#galleryTable TD {
	text-align: center;
	vertical-align: center;
	padding: 3px;
/*	border: 1px dotted black; */
	width: 125px;
	}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}
a:link, a:visited {
	color: #E27800;
	}
a:hover, a:active {
	color: #F00;
	}