body {
  font-family: Arial, 'Sans Serif';
  font-size: 10pt;
  margin: 0;
  padding: 1em 0 1em 0;
  background-color: #222222;
}
h1
{
  font-family: Arial, 'Sans Serif'
}
h2, h3
{
  font-family: Arial, 'Sans Serif'
}
table
{
  font-family: Arial, 'Sans Serif';
  font-size: 10pt;
  padding: 5px;
  border-collapse: collapse;
}
td
{
  padding-left: 8px;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
}
caption
{
  font-size:larger;
  font-weight:bold;
}
.lineunder
{
  border-bottom:1px solid #aaaaaa;
}
.lineover
{
  border-top:1px solid #aaaaaa;
}
a:hover {
  text-decoration: none;
}
a:link {
  color: #0000CD;
  text-decoration: none;
  white-space: nowrap;
}
a:visited {
  text-decoration: none;
  color: #0000CD;
}
a:active {
  text-decoration: none;
}
thead td 
{
  font-weight: bold;
  border-bottom: black thin solid;
}
tfoot
{
  display: none;
}
tfoot td
{
  font-weight: bold;
  height: 1.5em;
  vertical-align: bottom;
}
div {
  padding: 0;
  margin: 0;
  border: 0;
}
form {
  margin: 0;
  display: inline;
}
#container {
  width: 98%;
  min-width: 800px;
  position: relative;
  left: 1%;
  background-color: #ffffff;
}
#top {
  height: 100px;
  background: url(banen.png) no-repeat left;
  background-color: #222222;
  color: #eeee00;
  font-size: x-large;
  font-weight: bold;
  text-decoration: underline;
}
#bar {
  font-size: large;
  font-weight: bold;
  color: #eeee00;
  background-color: #222222;
  padding-left: 180px;
}
#left {
  float: left;
  width: 180px;
}
#main {
	margin-left: 0px;
	border-left: 1px solid lightgrey;
   padding: 10px;
	height: 600px;
	overflow: auto;
}
@media print {
  .noprint, #left, #top, #bar { display: none; }
  #container {
    border: 0;
    width: 100%;
    left: 0;
  }
  #main {
    margin-left: 0;
	 border: 0;
    overflow: visible;
  }
  thead { display: table-header-group; } 
  tfoot { display: table-footer-group; }
  body {padding: 0;}
  * {
      background-color: white;
      background-image: none;
  }
}