BODY {
  height:100%;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Verdana, Tahoma;
  font: normal 13px Verdana;
  background-color:#98bf8b;
  background-image:url(../images/pixel_groen.jpg);
  background-repeat:repeat-y;
  background-position:center;
}

body /* Internet Explorer */
{
text-align: center;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
} 

body A{text-decoration:underline;}
body A:HOVER{text-decoration: underline;}
body A:VISITED{text-decoration: underline;}

.wrapper {
  width:900px;
  height: 100%;
  margin: auto;
}

.top {
  width:900px;
  height:141px;
  background-image:url(../images/logo.jpg);
  background-repeat:no-repeat;
}

.midden {
  width: 900px;
  height:100%;
  font-family: Tahoma, Verdana, Tahoma;
  margin: 0;
  padding:0;
  display: inline;
  border: none;
}

.leftcontent {
  width: 385px;
  margin-top: 10px;
  min-height:400px;
  height: auto;
  float: left;
  font-family: Tahoma, Verdana, Tahoma;
  text-align:center;
}

.leftcontent A{text-decoration: none; font-size:13px;font-family: Tahoma, Verdana, Tahoma;}
.leftcontent A:HOVER{text-decoration: none; font-size:13px;font-family: Tahoma, Verdana, Tahoma;}
.leftcontent A:VISITED{text-decoration: none; font-size:13px;font-family: Tahoma, Verdana, Tahoma;}

.rightcontent {
	width:490px;
	margin-top:10px;
	min-height:400px;
	height:auto;
	text-align:left;
	float: right;
	margin-right:10px;
}

.rightcontent A{text-decoration: underline; font-size:13px;font-family: Tahoma, Verdana, Tahoma;color:#FFFFFF;}
.rightcontent A:HOVER{text-decoration: underline; font-size:13px;font-family: Tahoma, Verdana, Tahoma;color:#FFFFFF;}
.rightcontent A:VISITED{text-decoration: underline; font-size:13px;font-family: Tahoma, Verdana, Tahoma;color:#FFFFFF;}

.bottom {
  width:900px;
  clear: both;
  font-family: Tahoma, Verdana, Tahoma;
  font-size:11px;
  height:65px;
  vertical-align:middle;
  color:#777777;
}

.bottom A{text-decoration: none; font-size:11px;color:#777777}
.bottom A:HOVER{text-decoration: none; font-size:11px;color:#777777}
.bottom A:VISITED{text-decoration: none; font-size:11px;color:#777777}

.wizz {
  color:#565454;
}

.wizz A{text-decoration: none; font-size:11px;color:#565454}
.wizz A:HOVER{text-decoration: none; font-size:11px;color:#565454}
.wizz A:VISITED{text-decoration: none; font-size:11px;color:#565454}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* for Internet Explorer */
/*\*/
* html .leftcontent {
	height: 400px;
}
/**/
/* for Internet Explorer */
/*\*/
* html .rightcontent {
	height: 400px;
}
/**/