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: 429px;
	background: url(images/bollen_navblok_bg.gif) top left no-repeat;
	margin-top: 5px;
	float: left;
}
.navblok_ah {
	width: 193px;
	height: 429px;
	background: url(images/bg-nav_ah.gif) top left no-repeat;
	margin-top: 5px;
	float: left;
}

.navblok ul, .navblok_ah ul {
	list-style-type: none;
	margin: 50px 0px 0px 21px;
	padding: 0px;
}

.navblok li, .navblok_ah li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 172px;
	height: 30px;
	line-height: 26px;
}

.navblok li.actief, .navblok_ah li.actief {
	background: url(/images/navbol.gif) 22px 3px no-repeat;
}

.menuitem_special {
	font-size: 9px;
	font-style: italic;
}

.navblok li a:link,
.navblok li a:active,
.navblok li a:visited, 
.navblok_ah li a:link,
.navblok_ah li a:active,
.navblok_ah li a:visited {
	display: block;
	width: 122px;
	height: 30px;
	font-size: 14px;
	color: #36381a;
	margin: 0px 0px 0px 50px;
}
.navblok li a:hover, .navblok_ah 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,
.navblok_ah li.actief a:link,
.navblok_ah li.actief a:active,
.navblok_ah li.actief a:visited,
.navblok_ah 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/bollen_header.jpg) top left no-repeat;
}
.webQuiz .header {
	background: url(images/header-webquiz.jpg) top left no-repeat;
}

.questnaam {
	color: #FDC213;
	font: normal 14px Verdana, Helvetica, sans-serif;
	position: absolute;
#	top: 105px;
#	left: 30px;
	top: 563px;
	left: 30px;
	width: 728px;
	text-align: center;
	font-weight: bold;
}
.zwart {
	color: Black; 
}

.blad {
	width: 108px;
	height: 10px;
	position: absolute;
	top: 99px;
	left: 30px;
}

.iframeA {
	width: 800px;
	_height: 150px;
	min-height: 150px;
	display: table;
	background: url(images/bollen_main_hor_bg.gif) top left repeat-y;
}

.iframeB {
	width/**/:/**/723px; /* 682px */
	height: 458px;
	padding: 0px 0px 0px 30px;
	background: url(images/bollen_main_bg.gif) top left no-repeat;
}

.footer{
	width: 800px;
	height: 47px;
	background: url(images/bollen_main_bottom_bg.gif) top left no-repeat;
}





/* Styles voor de print variant */

@media print
{
    .NoPrint { 
    	display: none;
    }
}
