@charset "utf-8";
/* CSS Document */
/* TABS */
#tabs {
	width:450px;
	height:59px;
}
#tab_pakket {
	width:111px;
	height:59px;
	background-image:url(../images/tab_pakket.gif);
	float:left;
}

#tab_pakket_active {
	width:111px;
	height:59px;
	background-image:url(../images/tab_pakket_over.gif);
	float:left;
}
.tab_pakket a:hover {
	background-image:url(../images/tab_pakket_over.gif);
}
.tab_pakket a {
	background-image:url(../images/tab_pakket.gif);
	display:block;
	width:111px;
	height:59px;
}
.tab_pakket a:hover {
	background-image:url(../images/tab_pakket_over.gif);
}

#tab_gegevens {
	width:113px;
	height:59px;
	float:left;	
	background-image:url(../images/tab_gegevens.gif);
}
#tab_gegevens_active {
	width:113px;
	height:59px;
	float:left;	
	background-image:url(../images/tab_gegevens_over.gif);
}
.tab_gegevens a {
	background-image:url(../images/tab_gegevens.gif);
	display:block;
	width:113px;
	height:59px;
}
.tab_gegevens a:hover {
	background-image:url(../images/tab_gegevens_over.gif);
}

#tab_huis {
	width:113px;
	height:59px;
	float:left;
}
#tab_huis_active {
	width:113px;
	height:59px;
	float:left;
	background-image:url(../images/tab_huis_over.gif);
}
.tab_huis a {
	background-image:url(../images/tab_huis.gif);
	display:block;
	width:113px;
	height:59px;
}
.tab_huis a:hover {
	background-image:url(../images/tab_huis_over.gif);
}

#tab_bevestigen {
	width:113px;
	height:59px;
	float:left;
	background-image:url(../images/tab_bevestigen.gif);	
}
#tab_bevestigen_active {
	width:113px;
	height:59px;
	float:left;
	background-image:url(../images/tab_bevestigen_over.gif);	
}
.tab_bevestigen a {
	background-image:url(../images/tab_bevestigen.gif);
	display:block;
	width:113px;
	height:59px;
}
.tab_bevestigen a:hover {
	background-image:url(../images/tab_bevestigen_over.gif);
}


