html, body {
  width:100%;
  margin:0px;
  padding:0px;
  font-family: arial, helvetica, sans-serif;
	font-family:arial,helvetica,sans-serif;
}

.column {
  float: left;
  height: 100%;
}

.column_0 {
  width:100%;
}

.column_1 {

}

img {
  border: 0px;
}

.inline, .inline li {
  margin:0px;
  padding:0px;
  display:inline;
}

/************************** om Duplicate Character bug in IE6 tegen te gaan */

.container {
  float:left;
	width:600px;
}

/************************** zoekcriteria */
.box_0_2 {
  width:100%;
  font-size:70%;
  float:left;
}

.box_0_2 h2 {
  margin:4px 0;
  font-size:110%;
}

.box_0_2 ul {
  margin:0 0 0 8px;
  padding:0 0 0 8px;
}

.column_0 {
  width:100%;
  height:auto;
  background:#e3e3e3;
  padding:0 0 10px 0;
}

#column0 {
  display:none;
}

/************************** menu boven */
.topmenu {
  width:100%;
  float:left;
  background:#ccc;
  font-size:75%;
  margin-bottom:1px;
}

.leftmenu, .leftmenu li {
  padding:0px;
  margin:0px;
  display:inline;
  list-style-position:inside;
}

.leftmenu li {
  padding:6px 18px 6px 5px;
  float:left;
}

.leftmenu a {
  text-decoration:none;
}

.leftmenu a:hover, .leftmenu a:focus {
  text-decoration:underline;
}

/************************** footer */
.resultfooter {
  float:left;
  font-size:75%;
  padding:4px 0;
}

.resultfooter a {
  text-decoration: none;
}

.resultfooter a:hover, .resultfooter a:focus {
  text-decoration: underline;
}

.resultfooter span {
  float:right;
}

.resultfooter li {
  float:left;
  padding-right:18px;
  display:block;
}

/************************** statische content */
.static_content h2 {

}

.static_content a {

}

.static_content a:hover, .static_content a:focus {
  text-decoration:none;
}

/************************** tabellen algemeen */
table {
  width:100%;
  border-collapse:collapse !important;
  float:left;
  clear:both;
}

th {
  text-align:left;
}

td {
  vertical-align:top;
}

td img {
  float: left;
}