* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin-top:10px;
	height: 100%;
	text-align: center;
	font-family: "Tahoma", sans-serif;
	font-size: 9pt;
	background: #e4e6e3;
}

#site {
	margin: 0 auto;
	width: 786px;
	min-height: 100%;
	height: auto;
	text-align: left;
	background: #e4e6e3 url("../images/bg.gif") no-repeat top center;
}

#header {
	margin: 0 auto;
	height: 146px;
	background: url("../images/banner.gif") no-repeat bottom center;
}
#menu {
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	font-size:13px;
	height: 57px;
	background: url("../images/menu.gif") no-repeat center;
	line-height:30px;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#inhoud {
	height: 600px;
	width:776px;
	background: url("../images/paypal.gif") no-repeat bottom right;
}
#welkom {
	vertical-align:top;
	padding-right:10px;
	padding-left:25px;
	padding-bottom:10px;	
}

#footer {
	font-weight:bolder;
	color:#FFFFFF;
	padding-left:15px;
	line-height: 25px;
	font-size: 9pt;
	height:26px;
	background: url("../images/footer.gif") no-repeat center;
}

h1 {
	display: none;
}

table.planten {
	margin: 0 auto;
	padding: 0 25px;
}

table.planten td {
	padding: 5px 10px;
	text-align: center;
}

table.planten div {
	width: 154px;
	height: 132px;
}

table.planten img {
	padding: 1px;
	border: 1px solid #000000;
}

table.planten a {
	display: block;
	bottom: 0px;
	margin-top: 2px;
	line-height: 20px;
	text-decoration: none;
	background: #dddddd;
	border: 1px solid #000000;
	color: #000000;
}

table.planten a:hover {
	text-decoration: underline;
}

td {
	padding: 5px;
}

th {
	padding: 5px;
	background: #3bb000;
}

img {
	border: none;
}

