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



#rightcontent .portlet {
	margin: 0 0 15px 0;
	padding: 0;
	background: url(../img/portlet_bottom.gif) no-repeat bottom left;
}

#rightcontent .portlet h1 {
    color: #d20000;
    font-size: 15px;
	border: none;
	background: url(../img/portlet_top.gif) no-repeat;
	padding: 7px 10px 1px 10px;
	margin: 0;
}
#rightcontent .portlet .portlet-content {
	border: none;
	padding: 3px 10px 6px 10px;
	margin: 0;
}
#rightcontent .portlet h2 {
    color: #333;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
    margin: 0px;
}
#rightcontent .portlet h2 a {
    color: #333;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
}

#rightcontent .portlet p {
    padding: 3px 0px 3px 0px;
    margin: 0px;
}


#rightcontent .portlet a {
    color: #d20000;
    text-decoration: none;
    background: #DDD;
    display: block;
}





#portlet_language_switcher a {
	display: inline;
	text-transform: uppercase;
}











#maincontent .portlet {
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent .portlet h1 {
	color: #d20000;
	font-size: 24px;
	font-weight: normal;
	margin: 9px 0 10px 0;
	padding: 0;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	background: transparent !important;
	border: none !important;
}
#maincontent .portlet .portlet-content {
	border: none;
	padding: 0px;
	margin: 0;
}

#maincontent .portlet .portlet-content p {
	margin: 4px 0px 4px 0px;
}

#maincontent .portlet h2 {
    color: #333;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
    margin: 0px;
}
#maincontent .portlet h2 a {
    color: #333;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
}

#maincontent .portlet p {
    padding: 0px;
    margin: 0px;
}

div.portlet-content a.portlet-entry {
    color: black !important;
}


