.main {
	clear: left;
}
body {
	color: #000;
	background-color: #FFC;
}
#banner {
	background-repeat: repeat;
	text-align: center;
	background-position: left;
	height: 30px;
/*	float: left; */
	width: 70%;
}
#logo {
	float: left;
	width: 137px;
	background-image: url(img10.gif);
	height: 93px;
}
a:link {
	color: #936;
}
a:visited {
	color: #009;
}
.invoerveld {
	color: #600;
	background-color: #FFF;
	border: none;
}
#zoek {
	width: 80%;
}
#infopopup {
	position: absolute;
	border: thin solid #9C0000;
	background-color: #FFB;
	float: left;
	visibility: hidden;
}
#content {
	position: absolute;
	left: 147px;
	width: 80%;
	top: 119px;
}
