body {
	color: #FFFFFF;
	scrollbar-arrow-color: #5c8503;
	scrollbar-3d-light-color: #98b951;
	scrollbar-highlight-color: #5c8503;
	scrollbar-face-color: #98b951;
	scrollbar-shadow-color: #5c8503;
	scrollbar-darkshadow-color: #98b951;
	scrollbar-track-color: #5c8503;
	margin: 0px;
	overflow-y: scroll;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.kop {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: #4b671a 3px 3px 3px;
	height: 1em;
	filter: Shadow(Color=#4b671a, 	
			Direction=135, 
			Strength=3);

}

.slogan {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: #4b671a 3px 3px 3px;
	height: 1em;
	filter: Shadow(Color=#4b671a, 	
			Direction=135, 
			Strength=3);

}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.slideshow {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: 1px solid #5c8503;
	background-color: #000000;
}

.button2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #4b671a;
	background-color: #4b671a;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #4b671a;
	background-color: #4b671a;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #4b671a;
}



.leaflet {
	float: left; 
	width: 175px; 
	border: 1px solid white;
	margin: 10px;
}

.leaflet_header {
	text-align: center; 
	border-bottom: 1px solid white;
	font-weight: bold;
}

.leaflet_image {
	height: 175px;
}

.leaflet_image table {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

.leaflet_image td {
	padding: 0;
	text-align: center;
}

.leaflet_footer {
	text-align: center; 
	border-top: 1px solid white;
}

.product {
	float: left; 
	width: 200px; 
	height: 247px;
	border: 1px solid white;
	margin: 10px;
}

.product_header {
	text-align: center; 
	border-bottom: 1px solid white;
	font-weight: bold;
	height: 70px;
}

.product_image {
	height: 150px;
	width: 200px;
}

.product_image table {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

.product_image td {
	padding: 0;
	text-align: center;
}

.product_footer {
	text-align: center; 
	border-top: 1px solid white;
	height: 25px;
	background-color: #4b671a;
}
