body{
  margin:0;
  background: url(images/bg_top.png) repeat-x top #00a8ff;
  font-family:Verdana, Geneva, sans-serif;
 }

#wrapper{
	width:942px;
	margin:0 auto;
}

#top{
	width:942px;
	font-size:24px;
	color:#FFF;
	height:73px;
	padding-top:20px;
}

#welkom_bar{
	background:url(images/welkom_bar.png);
	padding-left:20px;
	padding-top:5px;
	height:39px;
	color:#FFF;
	font-size:24px;
}

#bovenste_vak{
	background:url(images/bovenste_vak.png);
	height:227px;
	width:942px;
}

#bovenste_vak_text{
	width:502px;
	height:207px;
	padding:10px;
}

#menu{
	width:942px;
	height:22px;
	padding-top:10px;
	background:url(images/menu_balk.png);
	font-size:16px;
}

#menu a{
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

#menu a:hover{
  border-bottom:1px dotted #fff;	
}

#content{
	width:922px;
	padding:10px;
	background:#FFF;
	font-size:13px;
}

#footer{
	width:912px;
	padding:15px;
	background:url(images/footer.png);
	color:#FFF;
}
#footerbottom{
  width:942px;
  background:url(images/footer_bottom.png);
  height:10px;
}


#footer a{
  color:#000;
  padding-left:20px;
  padding-right:20px;
  text-decoration:none;
  font-size:10px;
}
#footer a:hover{
	text-decoration:underline;
}