html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:active {
	text-decoration: none; 
	color: #36381a;
} 
a:hover {
	text-decoration: underline; 
	color: #36381a;
}

img.left {
	margin: 0px; 
	margin-right: 10px;
}

img.right {
	margin: 0px; 
	margin-left: 10px;
}

img,
img a {
	border: 0px;
}

body,
td,
input,
select,
textarea {
	color: #000; 
	font: normal 11px/18px Verdana, Helvetica, sans-serif;
}


/* CONTAINERS */
.containerMain {
	width: 993px;
	height: 18px;
	min-height: 18px;
	display: table;
	margin: 0px auto 0px auto;
}


/* NAVIGATIE */
.navblok {
	width: 193px;
	height: 537px;
	background: url(images/bg-nav_ah.gif) top left no-repeat;
	margin-top: 5px;
	float: left;
}

.navblok ul {
	list-style-type: none;
	margin: 50px 0px 0px 15px;
	padding: 0px;
}
.navblok ul ul {
/*	list-style-type: none; */
	margin-top: 0px;
	margin-left: 5px;
/*	padding: 0px; */
}
.navblok li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	display: block; */
	width: 172px;
	height: 27px;
	line-height: 26px;
}
.navblok li li {
/*	list-style-type: none; */
	margin: 0px;
	padding: 0px;
/*	display: block; */
	width: 160px;
	height: 20px;
	line-height: 19px;
}

.navblok li.actief {
	background: url(images/blad.gif) 7px 0px no-repeat;
}

.menuitem_special {
	font-size: 9px;
	font-style: italic;
}

.navblok li a:link,
.navblok li a:active,
.navblok li a:visited {
/*	display: block; */
	width: 130px;
	height: 27px;
	font-size: 12px;
	color: #36381a;
	margin: 0px 0px 0px 41px;
}
.navblok li li a:link,
.navblok li li a:active,
.navblok li li a:visited {
/*	display: block; */
	width: 120px;
	height: 20px;
	font-size: 10px;
	color: #36381a;
	margin: 0px 0px 0px 41px;
}
.navblok li a:hover {
	color: #fff;
}

.navblok li.actief a:link,
.navblok li.actief a:active,
.navblok li.actief a:visited,
.navblok li.actief a:hover {
	color: #fff;
}


/* CONTENT */
.contentblok {
	width: 800px;
	height: 18px;
	min-height: 18px;
	float: left;
	margin-top: 5px;
}

.header {
	width: 800px;
	height: 99px;
	position: relative;
}
.webQuest .header {
	background: url(images/header.jpg) top left no-repeat;
}
.webQuiz .header {
	background: url(images/header-webquiz.jpg) top left no-repeat;
}

.questnaam {
	color: #93A20B; 
	font: normal 14px Verdana, Helvetica, sans-serif;
	position: absolute;
	top: 563px;
	left: 30px;
	width: 728px;
	text-align: center;
	font-weight: bold;
}
.menutitel {
	color: White; 
	font: italic 12px Verdana, Helvetica, sans-serif;
	position: relative;
	top: 65px;
	left: -165px;
	width: 728px;
	text-align: left;
	font-weight: bold;
}
.img_home {
	position: relative;
	top: 25px;
	left: -10px;
}
.zwart {
	color: Black; 
}

.blad {
	width: 108px;
	height: 52px;
	position: absolute;
	top: 99px;
	left: 30px;
}

.iframeA {
	width: 800px;
	_height: 150px;
	min-height: 150px;
	display: table;
	background: url(images/bg-main-hor2.gif) top left repeat-y;
}

.iframeB {
	width/**/:/**/723px; /* 682px */
	height: 458px;
	padding: 0px 0px 0px 30px;
	background: url(images/bg-main2.gif) top left no-repeat;
}

.footer{
	width: 800px;
	height: 47px;
	background: url(images/bg-main-bottom2.gif) top left no-repeat;
}





/* Styles voor de print variant */

@media print
{
    .NoPrint { 
    	display: none;
    }
}
