body {
	margin: 0px;
	background-image: url(/images/bg.png);
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 8pt;
	overflow-x: hidden;
}
/* groen: #67B21B; paars: #2E2281; */
a:link {
	color: #2E2281;
	text-decoration: none;
}
label.warning {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #2E2281;
	text-decoration: none;
}

a:hover {
	color: #67B21B;
	text-decoration: none;
}

a:active {
	color: #67B21B;
	text-decoration: none;
}
div.heading_parent_bg {
	background-image: url(/images/rubriekknop.png);
	width: 250px;
	height: 16px;
	margin-left: -10px;
}
div.heading_parent_text {
	color: #67B21B;
	height: 16px;
	margin-left: 72px;
	font-weight: bold;
}
div.question_title {
	color: #67B21B;
	font-weight: bold;
}
div.question_selected {
	color: #67B21B;
}
div.question_text {
	font-size: 8pt;
}
div.center {
	text-align: center;
}
div.container {
	margin: auto;
	background-color: white;
	width: 880px;
	text-align: left;
}
div.bgfoto {
	margin: auto;
	background-color: white;
	width: 880px;
	height: 306px;
	text-align: left;
	background-image: url(/images/bg3.png);
	z-index: -1;
}
div.bgfoto_vragen {
	margin: auto;
	background-color: white;
	width: 880px;
	height: 306px;
	text-align: left;
	background-image: url(/images/bg3.png);
	z-index: -1;
}
div.menu{
	position: absolute;
	top: -368px;

	position: relative;
	left: 37%;

	margin: 0px;
	padding: 0px;
}
div.menu2{
	position: absolute;
	top: -368px;

	position: relative;
	left: 37%;

	margin: 0px;
	padding: 0px;
}
div.menu_vragen{
	position: absolute;
	top: -368px;

	position: relative;
	left: 8.5%;

	margin: 0px;
	padding: 0px;

}
div.tekstvak {
	background-image: url(/images/textbg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #EEECDB;
	height: auto;
	min-height: 163px;
	width: 411px;
	margin-left: 1px;
	z-index: 1;
	padding: 50px 50px 32px 70px;
	text-align: left;
}
div.tekstvak_vragen {
	/*background-image: url(/images/textbg.png);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	background-color: #EEECDB;
	height: auto; /*193px;*/
	min-height: 250px;
	width: 771px;
	margin-left: 1px;
	z-index: 1;
	padding: 10px 0px 10px 10px;
	text-align: left;
}
div.tekstvaktekst {
	text-align: left;
	margin: 50px;
}
ol.vragen, ul.vragen {
	margin-left: -20px;
}
div.tekstvaktekst_vragen {
	text-align: left;
	margin: 0px 10px 10px 272px;
}
div.witonder {
	margin: auto;
	width: 880px;
	text-align: left;
	background-color: white;
	height: 1200px;
}
div.ondertop {
	margin-left: -2px;
	text-align: left;
	background-image: url(/images/rand.png);
	background-color: #EFEFEF;
	width: 547px;
	height: auto; /*266px;*/
}
div.ondertop_vragen {
	margin-left: 252px;
	text-align: left;
	background-image: url(/images/rand.png);
	background-color: #EFEFEF;
	width: 547px;
	height: auto; /*266px;*/
}
div.bruintussen {
	margin: 0px 0px 0px 10px;
	height: 8px;
	width: 532px;
	background-color: #DAD6B1;
	font-size: 0pt;
}
div.bruintussen_vragen {
	margin: 0px 0px 0px 264px;
	height: 8px;
	width: 532px;
	background-color: #DAD6B1;
	font-size: 0pt;
}
div.ondertoptekst {
	color: #2E2281;
	margin: 0px 40px 0px 40px;
	font-size: 8pt;
}
div.boekentas {
	position: absolute;
	top: 215px;
	left: -70px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boekentas.png',sizingMethod='scale');
	width: 116px;
	height: 177px;
	z-index: 1;
}
div.kind {
	position: absolute;
	top: -55px;
	left: -65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/kind.png',sizingMethod='scale');
	width: 164px;
	height: 239px;
	z-index: 3;
}
head:first-child+body div.boekentas{ /*The Owen Hack, hides this from ie*/
  background: url(/images/boekentas.png);
}
head:first-child+body div.kind{ /*The Owen Hack, hides this from ie*/
  background: url(/images/kind.png);
}
div.zoek {
	position: absolute;
	top: 368px;
	left: -319px;

	background-image: url(/images/zoek.gif);
	width: 306px;
	height: 154px;
	z-index: 0;
}
div.zoek_vragen {
	position: absolute;
	top: auto;
	left: -60px;
	background-image: url(/images/zoek.gif);
	width: 306px;
	height: 154px;
	z-index: 0;
}
div.zoekvak {
	text-align: left;
	margin: 70px 0px 0px 20px;
}
input, textarea, select
{
	color: #2E2281;
	background: #EBEBEB;
	border: 1px solid #817998;
	margin: 4px 0px 4px 0px;
	font-family: Verdana;
	font-size: 8pt;
}
input.submit
{
	color: white;
	background: #2E2281;
	font-weight: bold;
	font-size: 7pt;
	height: 20px;
	width: 50px;
}
input.verzenden
{
	color: white;
	background: #2E2281;
	font-weight: bold;
	font-size: 7pt;
	height: 20px;
	text-transform: uppercase;
}
form, img {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 9pt;
	margin: 0px;
}
h1 {
	font-size: 10pt;

}
li {
	margin: 10px;
}

/*star hacks voor IE */
* html div.tekstvak {
	height: 163px;
}
* html img {
	margin-bottom: -2px;
}
* html div.bgfoto {
	margin-bottom: -2px;
}
* html div.tekstvak_vragen {
	height: 25em;
}
* html ol.vragen {
	margin-top: 30px;
	margin-left: 20px;
}
* html ul.vragen {
	margin-top: 30px;
	margin-left: 20px;
}
* html div.menu2 {
	margin-top: -2px;
}