BODY {
  font-family: Tahoma, sans-serif;  
  background-image: url(../img/logogrijs.jpg);  
  background-repeat: repeat; 
  background-color: #ffffff;
  margin: 0px;
}

A {color: #0000FF;}
A:hover {color: #FF0000;}
img {border: 0px;}

.tblMain {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  border-collapse: collapse;
}

.tblMid {
  width: 780;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  border-collapse: collapse;
  background-color: #ff9e48;
  text-align: center;	
}

#logoLeft {
  background-image: url(../img/logoLeft.jpg); 
  background-repeat: no-repeat; 
  width: 189;
  height: 181;
}

#logoTop {
  background-image: url(../img/logoTop.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ff7800;
  border-top: 1px solid #000000;
  width: 469; 
}

#logoRight {
  background-image: url(../img/logoRight.jpg);
  background-repeat: no-repeat;
  width: 142;
  height: 131;
}

#tdMenu {
  height: 50px;
  background-color: #ff7800;
  border-right: 1px solid #000000;
  border-collapse: collapse;
  padding: 0px;
}

#tdBody {
  background-color: #ff7800;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}