@page {
	size: A4;
	margin: 0.5cm;
}

html, body {
	width: 210mm;
	height: 297mm;
}

div#header_content, div#menu_content, div#content_sub_menu, div#content, div#footer_content {
	width: 100%;
	margin: 0px;
}
div#header, div#menu, div#content_sub_menu, div#footer_center, div#footer_right {
	display: none;
}
body, html, div#footer, div#global, div#content {
	background: none;
}
div#content {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div#content_page .left {
	padding-right: 0px;
}

div#content_page .right {
	clear: both;
}

div#footer_left {
	width: 100%;
	float: none;
}

.noprint { display: none; }
.print { display: block; }