html,body {
	margin: 0 0 1px 0;
	height: 100%;
	overflow: scroll-y;
}
body {
	background-image: url(images/background.gif);
	padding: 0px;
	margin: 0px;
}

body, td {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 17px;	
}

.menu {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	line-height: normal;	
	padding-left: 10px;
}
td.menu {
	background-image: url(images/menu.gif);
}

h1 {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #92f902;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}
h2 {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #92f902;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
}
h3 {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #92f902;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
}

img.foto {
	border: 1px solid #666666;
}

a {
	font-family: Verdana, Arial;
	color: #92f902;
}
a:hover {
	color: #ffffff;
}

a img {
	border-color: #4e5a2a;
}

.menu a {
	color: #4e5a2a;
	text-decoration: none;
}
.menu a:hover {
	color: #000000;
	text-decoration: none;
}

input.txt, textarea {
	border: 1px solid #56632E;
	font-family: Verdana, Arial;
	color: #4e5a2a;
	font-size: 12px;
}
select {
	font-family: Verdana, Arial;
	color: #4e5a2a;
	font-size: 12px;
}

.lichtgroen {
	color: #92f902;
}

div.error {
	border: 1px solid #92f902;
	background-color: #ffffff;
	color: #000000;
	padding: 4px;
	margin: 4px 4px 16px 4px;
}

table.tarieven td {
	text-align: left;
	
}

.btn {
	font-weight:bold;
	background-color: #006633;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

div.horeca table td {
	vertical-align: top;
}
div.horeca table td.prijs {
	white-space: nowrap;
	width: 80px;
	text-align: right;
}

table.openingstijden {
	border-collapse: collapse;
	width: 500px;
}
table.openingstijden th {
	padding: 4px;
	text-align: left;
}
table.openingstijden td {
	border: 1px solid white;
	padding: 4px;
	vertical-align: top;
}

div.googledir table {
	background-color: #006633;
}
div#map_directions {
	width: 580px; display: none; background-color: #005c2e; margin-bottom: 4px; color: white;
}
div#map_directions div div div div table td {
	color: white;
}
div#map_directions div div div table td {
	color: black;
}
div#map_canvas {
	width: 588px; height: 500px; border: 1px solid #303030; z-index: 90;
}