/* lay-out */
body {
	background-image : none;
	margin : 1px;
}
	#canvas {}
		#skip {
			display : none;
		}
		/* not displayed */
		#header,
		div.related,
		#readSpeaker,
		#navigation{
			display : none;
		}
		#document,
		div.content div.margin{
			background-image  : none;
		}
		/* toegevoegd op 13-11-2007 door pw */
		#NavigationPopupTop{			
		display : none;		
		}
		/* toegevoegd op 19-11-2008 door rw */
		#stappen{			
      display : none;		
		}
		/* toegevoegd op 15-03-2010 door pw */
		#illustration{			
		display : none;		
		}
		
		/* resized and respositioned */
		#outerCanvas {
			width : auto;
			margin : 0px;
      background-image : none;
		}
			#innerCanvas {
				width : auto;
				padding-top : 70px;
				border : solid 1px #ffffff;
			}
		#footer {
			height : 1px;
			overflow : hidden;
			width : auto;
			margin : 0px;
		}
			#footer * {
				display : none;
			}
		#printVersion {
			position : absolute;
			display : block;
			left : 2px;
			top : 2px;
		}
			div.popupTop {
				float : right;
				margin : 9px;
				width : 250px;
      /* toegevoegd op 19-11-2008 door rw */
       display : none;
      /* toegevoegd op 19-11-2008 door rw */
			}
		ul.popupTop,			
		ul.photoPager {
			display : none;
		}
		#content div.goneInPrint {
			width : 9px;
			overflow : hidden;
		}

    /* toegevoegd door pw tbv printen formulieren */		
		div.content.popup {
			position : absolute;
			display : block;
		}
		
		.noprint {
			 display : none;
		}
	