#tabnavigation {
	position: absolute;
	top: 91px;
	left: 40px;
	z-index: 6;
	width: 230px;
	}
	
/*#tabnavigation a {
	color: #3D8335;
	}	

#tabnavigation a:hover {
	color: #333;
	}*/

ul.tabnavigation {
	margin: 0;
	padding: 0;
	height: 21px;
	width: 100%;
	display: inline-block;
	background: url(../beeld/tabnav_bottom.gif) repeat-x bottom;
	}

.tabnavigation li {
	width: 54px;
	height: 21px;
	float: left;
	display: inline;
	list-style-type: none;
	}

.tabnavigation li a {
	width: 54px;
	height: 21px;
	text-decoration: none;
	float: left;
}
	
.tabactief {
	background: url(../beeld/tabnav_bg3.gif) 0 0 no-repeat;
	border-bottom: 1px solid #FDF7D7;
	}

#nieuwslink {
	width: 54px;
	background: url(../beeld/tabnav_nieuws.gif) 0 0 no-repeat;
	}
	
#agendalink {
	width: 54px;
	background: url(../beeld/tabnav_agenda.gif) 0 0 no-repeat;
	}
	
#bloglink {
	width: 54px;
	background: url(../beeld/tabnav_blog.gif) 0 0 no-repeat;
	}	

a#nieuwslink.inactive,
a#agendalink.inactive,
a#bloglink.inactive {
	background-position: 0 -42px;
	}
	
a#nieuwslink:hover,
a#agendalink:hover,
a#bloglink:hover {
	background-position: 0 -21px;
	}
	
#nieuwstab,
#agendatab,
#blogtab {
	border-left: 1px solid #B7B39C;
	/*border-top: 1px solid #B7B39C;*/
	padding: 5px 0 0 10px;
	}

.inactief {
	/*border-bottom: 0px solid #FDF7D7;*/
	}

