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

/* PRINT ----------------------------------------------------------------------- */


/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.org *****/


/******************************** Additional styles ****************************/
div#footer,
div#navigations,
div#content_right {
	display:none;
}

div#siteframe {
	margin: 0;
	padding: 0;
	width: auto;
}

div#header {
	height: auto !important;
}
div#header div#page_title {
	position: static;
}

div#content,
div#page_title {
	margin: 0;
	padding: 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif !important;
	color: black !important;
}

/*******************************************************************************/