/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2012 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* PRINT -------------------------------------------------------------------------------- */
div#language,
div#footer,
div#navigation,
div#content_right {
	display:none;
}
div#header {
	background: transparent none !important;
	height: 100px;
}
div#header div#logo {
	margin-left: 0;
}
div#siteframe {
	margin: 0;
	padding: 0;
	width: auto;
}
div#contentframe {
	margin: 0;
	padding: 20px 0 0;
	width: auto;
}
div#content {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif !important;
}