/* navigatiebox voorpagina */
#tabbox
	{
	width: 597px;
	background: url(../beeld/bg_tabbox.jpg) 0 0 repeat-y;
	}
	
ul#tabnav
	{
	display: block;
	list-style-type: none;
	}
	
ul#tabnav li
	{
	float: left;
	}	

ul#tabnav li a
	{
	display: block;
	height: 47px;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	}
	
a#nu
	{
	width: 280px;
	background: url(../beeld/nu.gif) 0 0 no-repeat;
	}

a#wie
	{
	width: 61px;
	background: url(../beeld/wie.gif) 0 0 no-repeat;
	}
	
a#wat
	{
	width: 63px;
	background: url(../beeld/wat.gif) 0 0 no-repeat;
	}
	
a#waar
	{
	width: 76px;
	background: url(../beeld/waar.gif) 0 0 no-repeat;
	}
	
a#waarom
	{
	width: 117px;
	background: url(../beeld/waarom.gif) 0 0 no-repeat;
	}

a#nu:hover,
a#wie:hover,
a#wat:hover,
a#waar:hover,
a#waarom:hover,
a#nu.active_tab,
a#wie.active_tab,
a#wat.active_tab,
a#waar.active_tab,
a#waarom.active_tab
	{
	background-position: 0 -47px;
	}
	
#tabdata
	{
	padding: 0 14px;
	zoom: 1;
	background: url(../beeld/bg_tabbox.jpg) 0 0 repeat-y;
	}

.show
	{
	display: block;
	visibility: visible;
	}

.hide
	{
	display: none;
	visibility: hidden;
	}
	
#tabfooter
	{
	height: 9px;
	background: url(../beeld/bg_tabbox_footer.jpg) 0 0 no-repeat;
	}
	
h2
	{
	font-family: Courier;
	font-size: 18px;
	font-height: 24px;
	color: #85785F;
	font-weight: normal
	}	
