/**********************************************************************************
* 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)  *
**********************************************************************************/

/******************************** Additional styles ****************************/

#navigation,
#footer,
.portlet_quicklinks,
.portlet_listing {
	display:none;
}
#my-body,
#content,
#siteframe,
#header,
#rightcolumn {
	text-align: left;
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	color: #000 !important;
	min-height: 20px;
}
.portlets {
	float: left;	
}
#portlets_right {
	margin: 20px 0 0 0;	
}
#rightcolumn {
	float: left !important;
	clear: both;	
}
#header {
	height: 75px;	
}
#header #logo {
	float: right;
	padding: 0;
	margin: 0;
	width: 150px;	
}
#page_content {
	width: 100%;
	padding: 0;
	overflow: visible !important;
	margin: 0;
	color: #000 !important;
}
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: #000;
}

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