/* mans.print.css (C) 2005 Roy Veldman (http://www.royveldman.tk). */
/* http://www.aannemingsbedrijfmans.nl */
/* Print Layout */

#top {
	display: none;
}
#header {
	display: none;
}
#menu {
	display: none;
}
#footer {
	display: none;
}
#copyright {
	display: none;
}
#right {
	display: none;
}
#print {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 50px;
}
