body{
	background-image:url(../art/graphics/gra_bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#f3f8ff;
	text-align:center;
	margin:0;
}

/* ### MENU */
#header a{
	position:absolute;
	overflow:hidden;
	background-image:none;
	background-repeat:no-repeat;
}
#btn_1{
	left:528px;
	top:76px;
	width:55px;
	height:0px;
	padding-top:55px;
}
#btn_1:hover{
	background-image:url(../art/graphics/btn_menu_1_ov.png);
	cursor:pointer;
}
#btn_2{
	left:580px;
	top:76px;
	width:51px;
	height:52px;
}
#btn_2:hover{
	background-image:url(../art/graphics/btn_menu_2_ov.png);
	cursor:pointer;
}
#btn_3{
	left:630px;
	top:77px;
	width:51px;
	height:51px;
}
#btn_3:hover{
	background-image:url(../art/graphics/btn_menu_3_ov.png);
	cursor:pointer;
}
#btn_4{
	left:680px;
	top:76px;
	width:46px;
	height:52px;
}
#btn_4:hover{
	background-image:url(../art/graphics/btn_menu_4_ov.png);
	cursor:pointer;
}
#btn_5{
	left:726px;
	top:77px;
	width:53px;
	height:51px;
}
#btn_5:hover{
	background-image:url(../art/graphics/btn_menu_5_ov.png);
	cursor:pointer;
}
#btn_6{
	left:778px;
	top:77px;
	width:50px;
	height:51px;
}
#btn_6:hover{
	background-image:url(../art/graphics/btn_menu_6_ov.png);
	cursor:pointer;
}
#btn_7{
	left:827px;
	top:75px;
	width:52px;
	height:0px;
	padding-top:55px;
}
#btn_7:hover{
	background-image:url(../art/graphics/btn_menu_7_ov.png);
	cursor:pointer;
}



/* ### POSITIONERING */
#wrapper{
	width:990px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header{
	background-image:url(../art/graphics/test_bg_header.png);
	width:912px;
	height:195px;
	margin:0;
}
#kader{
	position:static;
	background-image:url(../art/graphics/bg_kader.png);
	width:912px;
	min-height:200px;
}
#leftbar{
	position:absolute;
	left:84px;	
	width:167px;
	height:180px;
	top:195px;
	/*margin-left:84px;*/
	background-image:url(../art/graphics/bg_leftmenu.png);
	padding-top:15px;
}
#hitarea_logo{
	position:absolute; 
	left:80px; 
	top:40px;
	width:210px;
	height:50px;
	cursor:pointer;
}
#hoofdmenu{ /* ul hoofdnavigatie */
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size:14px;
	margin:0;
	margin-right:30px;
	height:0px;
}
#hoofdmenu li a{
	display:block;
	text-decoration:none;
	color:#a6a8aa;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:18px;
}
#hoofdmenu li a.current {
	color:#99cc33;	/* hier.nu groen! */
}
#hoofdmenu li a.current:hover {
	background-image:none;	/* geen pijltje! */
	color:#99cc33;	/* hier.nu groen! */
}
#hoofdmenu li a:hover{
	color:#191919;
	background-image:url(../art/graphics/gra_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}
#rightbar{
	position:absolute;
	left:725px;
	top:195px;
	width:172px;
	height:180px;
	background-color:#ecf7d5;
	padding-top:15px;
}
#nav_rechts{
	padding-left:40px;
	margin:0;
	margin-left:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:none;
}
#nav_rechts li a{
	display:block;
	text-decoration:none;
	color:#a6a8aa;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
}
#nav_rechts li a:hover{
	color:#191919;
}
#nav_rechts li a.current {
	color:#99cc33;	/* hier.nu groen! */
}
#navfield{
	text-align:center;
	padding:4px;
	color:#92c02e;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	position:absolute;
	width:270px;
	height:28px;
	left:550px;
	top:126px;
}
hr{
	display:none;
}
#content{
	padding-top:2px;
	padding-bottom:1px;	/* om randje te voorkomen! */
	width:460px;
	margin-left:260px;
	min-height:300px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#introdiv{
	padding:4px;
	font-size:12px;
	width:460px;
	min-height:60px;
	background-image:url(../art/graphics/bg_intro.png);
}
#footer{
	background-image:url(../art/graphics/bg_footer.png);
	clear:both;
	width:912px;
	height:39px;
	margin:0;
	padding:0;
}
#content img{
	margin:0 8px 8px 8px;
}
#sitemap{
	margin-top:10px;
	color:#000000;
}
#sitemap ul{
	list-style-type:none;
}
#sitemap ul a{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.tekstinvoer{
	width:420px;
	height:100px;
}
#prevnext{
	color:#99cc33;	/* hier.nu groen! */
}
#prevnext a{
	color:#99cc33;
	text-decoration:none;
}
/* ### TYPOGRAFIE */
#subscriptionForm label{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-bottom:-10px;
	margin-left:50px;
	color:#a6a8aa;
}
#content h1{
	color:#92c02e;
	font-size:18px;
}
#content h3{
	font-size:14px;
	font-weight:bold;
	color:#92c02e;
}
#content p, label{
	font-size:12px;
}
ol, ol a{
	color:#99cc33;
	font-size:12px;
	text-decoration:none;
}
ol a:hover{
	text-decoration:underline;
}
.error{
	color:#990000;
	font-weight:bold;
}
.searchphrase{
	color:#99cc33;
	font-weight:bold;
}
.volgende{
	background-image:url(../art/graphics/btn_next.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	padding-bottom:2px;
}
.volgende:hover{
	text-decoration:underline;
}
.vorige{
	background-image:url(../art/graphics/btn_previous.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
.vorige:hover{
	text-decoration:underline;
}



/*
png-fix met htc-bestandje... dit werkte niet met rolover-images
div #header, div #kader, div #footer, a #btn_1:hover, a #btn_2:hover { 
	behavior: url(styles/ie_png/iepngfix.htc) 
}
*/
