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

/* ---------- Portlets ---------- */
div.portlet {
	background: transparent none;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}
div.sidebar h3,
div.sidebar h3 a {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 0;
}
div#header div.portlet-content {
	background: transparent none;
	padding: 0;
}
div.portlet-content {
	margin: 0;
	padding: 0;
	border: none;
}
div.portlet p {
	margin: 0;
	padding: 0;
}
.portlet a {
	text-decoration: none;
}
.sidebar .portlet-resource-link {
	display: none !important;
}