body {
	background-color: white;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}
#logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#logotext {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 390px;
	top: 14px;
	width: 350px;
}
#yellow {
	position: absolute;
	/* left: 16px; */
	right: 16px;
	margin-right: -16px;
	top: 110px;
	width: 100%;
	height: 367px;
	background-color: #FDE9AA;
}
#cover {
	position: absolute;
	left: 38px;
	top: 135px;
}
#content {
	position: absolute;
	left: 307px;
	top: 132px;
	width: 470px;
	height: 320px;
	overflow: auto;
	padding-right: 16px;
	/* commented backslash hack v2 \*/
	padding-right: 0;
	/* end hack */
}
.menu {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menu:hover {
	color: #666;
}
.menu-a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#menu-home {
	position: absolute;
	left: 65px;
	top: 500px;
}
#menu-volgende-nummer {
	position: absolute;
	left: 138px;
	top: 500px;
}
#menu-getest {
	position: absolute;
	left: 298px;
	top: 500px;
}
#menu-abonnementen {
	position: absolute;
	left: 375px;
	top: 500px;
}
#menu-advertenties {
	position: absolute;
	left: 515px;
	top: 500px;
}
#menu-contact {
	position: absolute;
	left: 633px;
	top: 500px;
}
#menu-colofon {
	position: absolute;
	left: 720px;
	top: 500px;
}
.naam, .tel, .email {
	width: 400px;
}
.straat {
	width: 283px;
}
.huisnummer {
	width: 40px;
}
.postcode {
	width: 80px;
}
.plaats {
	width: 273px;
}
.small {
	font-size: 0.7em;
}
input {
	font-size: 0.9em;
}
select {
	font-size: 0.9em;
}
