/*
  address
*/
address{ font-style:normal; } /*
  header
*/
#header{
  display:block;
  width:783px;
  height:93px;
  
  margin:0; padding:0;
  
  background-image:url('/img/header-bg.png');
  background-repeat:no-repeat;
  background-position:left top;
}

#header em{ display:none; } /*
  lijst
*/
table tr td ul{
  display:block;
  width:180px;
  margin:0 auto;
  padding:0;
  text-align:left;
  list-style-type:none;
}

table tr td ul li{
  padding-left:40px;
  background-image:url('/img/baksteen.png');
  background-repeat:no-repeat;
  background-position:left top;
} /*
  site
*/
#site{
  display:block;
  width:783px;
  margin:0 auto;
} /*
  table
*/
table{
  width:100%;
}

table.border{
  background-image:url('/img/baksteen-border.png');
  background-repeat:repeat-x;
  background-position:left bottom;
}

table tr td{ text-align:center; }

table.border tr td{
  padding:10px 0px;
  padding-bottom:20px;
}
