
	
	/*
	CSS Include

	Name:	 	: CSS PRINT
	Address		: http://www.siza.nl	
	Copyright	: Your Company Name	
	Author	 	: Markus Deenik
	Created	 	: 2009-11-05T14:32:08
	
	About this CSS
	...
*/

body div, html div, #top *{
	background-image: none;
	background-color: transparent;
	overflow: visible; /* was: auto */ 
}

/* Structuur **************************************************************************/
#wrapper{
   width: 100%;
   float: none;
}
#back{
   display:none;
}
#top{
   width: 100%;
   margin-left: 0px;
   background-color: #FFFFFF;
   font-size: 0.9em;
}
#top,#contentcolumn_extrainfo,#contentcolumn,#content,#columnwrapper,#widecontent{
   width: 95%;
   margin: 0px;
   padding: 0px;
   float: none;
   overflow: visible;
   display: block;
}
#header,#footer,#quicklinks,#breadcrumbs,#navigation,#search,#submenu,
#print,#extracolumn,#pagefunctions,#gerichtzoeken,#directnaar,#brandbox,#sfeerbeeld,#contentcolumn a.meer,#top .mask {
	display: none;
}
#contentcolumn,
#extrainfo{
   float: none;
   clear: both;
}

#paginafuncties,#scrollup{
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.lokatie{
  display:none;
}


