a
 {
  color: black;
 }

img
 {
  border: none;
 }

body
 {
  background-image: url(../image/menu/banner/background.jpg);
  background-repeat: repeat-x;
  font-family: Tahoma;
  font-size: 11px;
 }

table.tblText
 {
  text-align: left;
  width: 500px;
  font-size: 11px;
 }

/* Redactie */

td.tdText_Redactie
 {
  background-image: url("../image/background/headphone.gif");
  background-repeat: no-repeat;
 }

/* Artikelen */

a.aArtikel
 {
  text-decoration: none;
  color: black;
 }
 
body.bdyArtikel
 {
  font-family: Tahoma;
  font-size: 11px;
 }
 
/* Spotlight */

a.aSpotlight
 {
  color: darkorange;
  text-decoration: none;
 }

body.bdySpotlight
 {
  background-color: black;
  background-image: url(../image/menu/banner/background_spot.jpg);
  background-repeat: repeat-x;
  font-family: Tahoma;
  font-size: 11px;
  color: white;
 }

table.tblSpotlight
 {
  width: 500px;
  height: 100px;
  font-family: Tahoma;
  font-size: 11px;
 }

td.tdSpotlight_Thumbnail
 {
  border: 1px solid #C0C0C0;
 }

td.tdSpotlight_Title
 {
  vertical-align: top;
  width: 400px;
  font-weight: bold;
  font-size: 12px;
  color: darkorange;
  border: 1px solid #C0C0C0;
 }

td.tdSpotlight_Description
 {
  vertical-align: top;
  width: 400px;
  border: 1px solid #C0C0C0;
 }