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

/* PRINT ----------------------------------------------------------------------- */
body {
	font-size: 11pt;
}
h1 {
	font-size: 18pt;
}
h2,
div.introduction,
h2.search_item_title {
	font-size: 14pt;
}
h3,
h4,
h5 {
	font-size: 11pt;
}

div#header,
div#navigation,
div#right_content,
div#bottom,
div#meta_navigation,
div#footer,
ul.sub-navigation {
	display: none;
}
div#logo {
	float: none;
	margin: 0 0 20px;
}
div#content div.inner.startpage,
div#siteframe,
div.inner,
div#content,
div#main_content,
body,
div.inner.standard,
div#top,
div#content div.inner.standard {
	width: auto;
	float: none;
	padding: 0;
	margin: 0;
	background: none;
	text-align: left;
}
div#content div.inner, div#content div.inner.standard {
    padding-top: 10px !important;
}

div.portlet {
	margin-right: 5%;
	width: 27%;
}