img {
  border: 0px;
 }
 
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url('img/background4.jpg')
 }
 
.choose {
  font-size: 18px;
  font-weight: bold; 
  font-family: Georgia, "Times New Roman", Tahoma, Arial, sans-serif;
  color: #fff;
}

table.fruitlife {
 width: 575px;
 padding: 10px; 
}

td.tekst {
  font-size: 12px;
  font-family: Arial, Tahoma, sans-serif;
  color: #000;
	font-weight: bold;
}

.transparant {
  border: 1px solid #D803FF;
	width: 600px;
	background-image: url('img/wit.jpg');
	z-index: 1;
  filter:alpha(opacity=65); 
	-moz-opacity: 0.65; 

}

.transparant1 {
  border: 1px solid #D803FF;
	width: 250px;
	background-image: url('img/bosvrucht_back.jpg');
	z-index: 1;
}


.fruitlogo {
  filter:alpha(opacity=100);-moz-opacity: 1.00;
	z-index: -1; 
}
.transparant0 { filter:alpha(opacity=100); -moz-opacity: 1.00; }


