* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial;
	font-size:12px;
	background: #fff;
}

#wraper {
	width: 853px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header {
	width: 853px;
	height: 88px;
	background: #fff url(/images/bgheader.gif) no-repeat;
}

#contentwraper {
	width: 853px;
	height: 285px;
	background: #fff ;
	overflow:hidden;
}
.zwart{
  width: 277px;
	height: 191px;
}
.tekstbar{
  width: 279px;
	height: 90px;
  background: rgb(0,85,160);
  margin-top:4px;
  padding-top:10px;
}
.teksto{
  font-family: Arial;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  width:259px;
}
#col1 {
  float:left;
	width: 279px;
	height: 285px;
	margin-right:6px;
}
#col2 {
  float:left;
	width: 279px;
	height: 285px;
	margin-right:7px;
}
#col3 {
  float:left;
	width: 279px;
	height: 285px;
}
#midlogo {
	width: 853px;
	height: 217px;
	background: #fff url(/images/midlog.jpg) no-repeat;
}
#menu{
	width: 853px;
	height: 43px;
	overflow:hidden;
	text-align:center;
}
.menu2 img{
	margin-top:2px;
	vertical-align:text-top;
}
.menuactive img{
	margin-top:2px;
	vertical-align:text-top;
}

#footer{
	width: 853px;
	/*height: 41px;*/
	background: #fff url(/images/footer.gif) no-repeat;
}
  
