/*--------------------------------------------------------------------
Basic Print Style Sheet

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

@import url("style.css");

* {
	font-size: 16px;
}

body, body.page {
	background: none;
	background: #ffffff;
}

div#header,
div#right,
div#footer,
div#content div.back {
	display: none;	
}

div#specs,
div#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.noprint {
	display: none;
}
