/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.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 *****/
       
body, #main, #container, #container-body, #contents {
	background: transparent;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.breadcrumb {
	display:block;
}

#subheader {
	font-size: 2em;
	color: #000000;
	font-weight: bold;
}


/******************************** Additional styles ****************************/
#right-column,
#left-column,
#header,
#footer,
#info,
.horizontal-bar,
#menu
{
	display:none;
}
/*******************************************************************************/
