﻿body, * {
  background: transparent;
  background-color: Transparent;
}

* html body, * html * {

}
form * {
  display: none;
}

#container, #omhulsel, #rechterdeel, #content, #content *{
  color: #000000;
  display: block;
  background: transparent;
  width: auto;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  /*float: none; */
  /*border: 1px solid #000; */
  left: 0;
}
#content td
{
  display:table-cell;
}

#header {
  display: none;
}

#navigatie {
  display: none;
}

#ctl00_content,#ctl00_content *{
  display: block;
  background: transparent;
  color:#000000;
}

#ctl00_content td {
  display: table-cell;
}
#ctl00_content table {
  display: table;
}
#ctl00_content tr {
  display: table-row;
}
