html,body{
	height: 100%;
}
body{
	margin: 0px;
	background-color: #5C6E32;
}
body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-align: left;
	vertical-align: top;
}
table td{
	vertical-align: top;
}
.table{
	width: 765px;
	height: 100%;
}
.banner{
	background-image: URL('../images/banner.jpg');
	height: 180px;
}
.data{
	background-image: URL('../images/bg_right.jpg');
	width: 540px;
	padding-right: 10px;
}
.footer{
	background-image: URL('../images/footer.jpg');
	height: 16px;
}

.content .links{
	width: 190px;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 8pt;
}
.links{
	line-height: 18px;
	letter-spacing: 2px;
	margin-top: 6px;
	background-image: URL('../images/bg_left.jpg');
	width: 182px;
}
.links a{
	margin-left: 30px;
}
p{
	margin-top: 6px;
	margin-bottom: 12px;
}
.home{
	width: 530px;
}
.home td{
	padding: 10px;
	line-height: 20px;
	letter-spacing: 2px;
}
.prijzentabel{
	width: 540px;
	border-collapse: collapse;
}
.prijzentabel td{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	padding: 3px;
}
.prijzentabel th{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}
.infotabel{
	width: 540px;
	border-collapse: collapse;
}
.infotabel td{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	padding: 3px;
}
.infotabel th{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}