body {
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navigatie {
	font-family: Arial Narrow, Helvetica_Condenced-Normal;
	font-size: 11px;
	color: #FFFFFF;
}
.navigatie a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigatie a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navigatie a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navigatie a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.basiswit {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13pt;
}
.basiswit a:link{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px solid #EF0380
}
.basiswit a:visited{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px solid #EF0380
}
.basiswit a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF
}
.basiswit2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.basiswit2 a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.basiswit2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.basiswit2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px solid #EF0380
}

.voettekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EF0380;
	text-decoration: none
}
.voettekst a:link{
	color: #EF0380;
	text-decoration: none;

}
.voettekst a:visited{
	color: #EF0380;
	text-decoration: none;
}
.voettekst a:hover{
	color: #EF0380;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
}
.kopje {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EF0380;
}
.bedrijfstitel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.bedrijfskopje {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
.bedrijfbasis {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13pt;
}
.bedrijfbasis a:link{
	color: #0000FF;
}
.bedrijfbasis a:visited{
	color: #0000FF;
}
.bedrijfbasis a:hover{
	color: #0000FF;
}
.tabelcel
{   
/* eerst geven we de cel een hoogte en een breedte */   
width: 210px;     
height: 15px;   
/* en we zetten de padding op 0 zodat we geen randjes zien */   
padding: 0;
}
.tabelcel a
{   
/* we zorgen er voor dat de link zich als een block element gaat gedragen zodat we de breedte en hoogte aan kunnen passen */   
display: 
block;   
/* breedte en hoogte op 100% zodat hij zijn 'moeder'-object (de tabelcel in dit geval) zal opvullen */   
width: 100%;   
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF; 
text-decoration: none;
vertical-align: middle;

/* en uiteraard de achtergrondkleur */   
background-color: #6B002E;
}
.tabelcel a:hover
{   
/* nu enkel de achtergrondkleur aangeven voor het :hover effect */   
background-color: #FF0087;

}
