body {
	background-color:#bad055;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
}

/* Beeld met randje */
.beeld {
	border: 1px solid #78842f;
}

/* Standaard alle beelden zonder rand (ideaal bij links) */
img {
	border:0;	
}

/* Standaard tabel zonder tussenranden */
table {
	border-spacing:0px;
	padding:0px;
}

/* Algemene lettertype voor de site */
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#78842f;
}

/* Voorbeeld stijl met achtergrondafbeelding */
#header {
	background-color:#bad055;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:177px;
}

#linkskant {
	background-color:#bad055;
	background-image:url(img/linkskant.jpg);
	background-repeat:no-repeat;
	width:27px;
	height:348px;
}

#menu {
	background-color:#ffffff;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	width:152px;
	height:318px;
	text-align:right;
	color:#78842f;
	font-size:14px;
	text-align:right;
	vertical-align:top;
	padding:30px 15px 0px 0px; 
}

#middenkant {
	background-color:#bad055;
	background-image:url(img/middenkant.jpg);
	background-repeat:no-repeat;
	width:24px;
	height:348px;
}

#content {
	background-color:#ffffff;
	background-image:url(img/content.jpg);
	background-repeat:no-repeat;
	width:537px;
	height:348px;
	text-align:left;
	vertical-align:bottom;
}

#rechtskant{
	background-color:#bad055;
	background-image:url(img/rechtskant.jpg);
	background-repeat:no-repeat;
	width:25px;
	height:348px;
}

#footer {
	background-color:#bad055;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:25px;
	text-align:right;
}

/* scrolling div'ke */
#inhoud
{ 
overflow:auto;
width:507px;
height:318px;
padding:15px;
}

/* Algemene links */
a:visited {
	color:#78842f;
    text-decoration: none;}
		   
a:link {
	color:#78842f;
    text-decoration: none;}
	
a:hover {
	color:#cedb82;
    text-decoration: none;
	     }
		 
/* Menu links */
#menu a:link, #menu a:visited {
	color:#78842f;
	text-decoration:none;
}
	
#menu a:hover {
	color:#cedb82;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:14px;
	font-weight:600;
	color:#3366FF;
}

#home {
	text-indent:-999999px;
	background-image:url(img/home.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 400px;
}

#inlichtingen {
	text-indent:-999999px;
	background-image:url(img/inlichtingen.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}	

#danku {
	text-indent:-999999px;
	background-image:url(img/danku.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}

#tuinonderhoud{
	text-indent:-999999px;
	background-image:url(img/tuinonderhoud.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}

#tuinaanleg{
	text-indent:-999999px;
	background-image:url(img/tuinaanleg.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}

#tuinafsluitingen{
	text-indent:-999999px;
	background-image:url(img/tuinafsluitingen.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}

#terrassen{
	text-indent:-999999px;
	background-image:url(img/terrassen.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}	
	
#vijvers{
	text-indent:-999999px;
	background-image:url(img/vijvers.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 300px;
}	
/*lijst stijl met image, je kan ook gewoon li{list-style:square;} of circle of disc gebruiken}*/
li {
	list-style-image:url(20852 - Lendelede travel/pijl.gif);
} 



/* Speciale links (display:block) */
#blaap a:link, #blaap a:visited{
	display: block;
	background-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#blaap a:hover{
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;font-weight:bold;}

#blaap td{
	vertical-align: middle;
	text-align: center;}
