#PSDiv1 { /* hoofdblok printscreen deel */
	position:absolute;
	left:50%;
	margin-left:-454px;
	top:10px;
	width:815px;
	z-index:1;
	text-align: center;
	border: thin solid #000;
	background-color: #CCC;
}
#PSDiv2 { /* plaatjesdeel printscreen */
	position:absolute;
	left:0px;
	top:30px;
	width:808px;
	z-index:2;
	text-align: center;
	overflow: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border: thin solid #000;
	height: auto;
	background-color: #CCC;

}
#PSterug {/* t.b.v. menubalk terug vanuit menupro5 op Printscreen.html */
	position:absolute;
	left:-50px;
	top:15px;
	width:166px;
	height:28px;
	z-index:2;

}
