A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #848383;
	text-decoration: underline;
}
.tableheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

tr#toplinks td a span {
display: none;
}

a#television {
margin-left: 17px;
margin-top: 5px;
display: block;
width: 210px;
height: 46px;
background: url('/images/tel_out.png') no-repeat;
}
   
   a#television:hover, a#television.actief {
   background: url('/images/tel_in.png') no-repeat;
   }

a#film {
margin-top: 5px;
display: block;
width: 82px;
height: 46px;
background: url('/images/film_out.png') no-repeat;
}

   a#film:hover, a#film.actief {
   background: url('/images/film_in.png') no-repeat;
   }

a#advertising {
margin-top: 5px;
display: block;
width: 236px;
height: 46px;
background: url('/images/ads_out.png') no-repeat;
}

   a#advertising:hover, a#advertising.actief {
   background: url('/images/ads_in.png') no-repeat;
   }
   
a#art {
margin-top: 5px;
display: block;
width: 60px;
height: 46px;
background: url('/images/art_out.png') no-repeat;
}

   a#art:hover, a#art.actief {
   background: url('/images/art_in.png') no-repeat;
   }   