body {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9B79;
}
.midden {
	width: 606px;
	margin: 0 auto;
	display: table;
}
.header {
	float: left;
	width: 600px;
	text-align: center;
	border-left: #000000 3px solid;
	border-right: #000000 3px solid;
	background-color: #FF3E00;
}
.subheader {
	float: left;
	width: 600px;
	text-align: center;
	padding-bottom: 10px;
	background: #FF9B79;
	border-left: #000000 3px solid;
	border-right: #000000 3px solid;
	background-color: #FF3E00;
}
.kolom1 {
	float: left;
	width: 600px;
	text-align: center;
	border-left: #000000 3px solid;
	border-right: #000000 3px solid;
	background-color: #FF3E00;
}
.kolom1 .fruit{
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 5px;
}
.toolbar {
	float: left;
	width: 220px;
	text-align: left;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	padding: 3px;
	background-color: #FF3E00;
}
.toolbar2 { 
	float: left;
	padding: 3px;
	width: 368px;
	border-bottom: 3px solid #000000;
}
.links {
	float: left;
	width: 600px;
	text-align: center;
	border-top: 3px solid #000000;
}

h1 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
a {
	color: #000000;

}