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

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


div#subnavigation,
div#header,
div#footer {
	display: none;
}
div#maincontent,
div#additionalcontent {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  clear: both;
}
