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


div.portlet {
	width: 240px;
	margin: 31px 40px 11px 0;
	padding: 0;
	float: left;
}
div.portlet table,
div.portlet table tr,
div.portlet table tr td {
	border: none;
}
div.portlet h1,
div.portlet h2,
div.portlet h3 {
	color: #666;
}
div.portlet table tr td {
	border-bottom: 1px solid #eee;
	color: #999;
	vertical-align: top;
	white-space: nowrap;
}
div.portlet_index_3 {
	margin-right: 0;
}
div.portlet h3.portlet-title,
div.portlet h3.portlet-title a {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Frutiger', Arial, Verdana, Helvetica, sans-serif;
	color: #f0af00;
	border: none;
	background: #EAEAEA none;
	padding: 0 0 1px 9px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
}
div.portlet h3.portlet-title a {
	background: none;
	padding: 0;
}
div.portlet h3.portlet-title a:hover {
	text-decoration: underline;
}
body#startseite ul.controls li.portlet-integration-link,
body#startseite ul.controls li.portlet-delete-link {
	display: none;
}


/* Portlet Feratel ------------------------------------------------------------- */
div.portlet span.label {
	width: 65px;
	float: left;
}
div.portlet p {
	margin: 0 0 5px 0;
	clear: both;
	float: none;
}


/* News Events -------------------------------------------------------------------- */

div.portlet_news_events div.portlet-content ul li.entry {
	margin: 0;
	padding: 0;
}
div.portlet_news_events div.portlet-content ul {
	margin: 8px 0 0 0;
	padding: 0;
}
div.portlet_news_events a.button {
	display: none;
}
div.portlet_news_events div.portlet-content ul li.entry {
	border: none;
	margin: 0 0 4px 0;
}
div.portlet_news_events div.portlet-content ul li.entry span.date {
	margin: 0 4px 0 0;
	padding: 0;
	color: #999;
	width: 34px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	float: left;
}
div.portlet_news_events div.portlet-content ul li.entry a,
div.portlet_news_events div.portlet-content ul li.entry a:link,
div.portlet_news_events div.portlet-content ul li.entry a:visited {
	color: #666;
	text-decoration: underline;
	font-size: 12px;
	overflow: hidden;
	display: block;
}
div.portlet_news_events div.portlet-content ul li.entry a:hover,
div.portlet_news_events div.portlet-content ul li.entry a:active,
div.portlet_news_events div.portlet-content ul li.entry a:focus {
	color: #f0af00;
}
div.portlet_news_events div.portlet-content ul li.entry span {
	overflow: hidden;
	display: block;
}
.portlet_news_events_description {
	display: none !important;
}

div#portlets_standard h3.portlet-title {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    font-family: 'FrutigerBlack',Arial,Verdana,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}
div#portlets_standard div.portlet {
	margin: 0 0 11px 0;
}
div#portlets_standard div.portlet-content {
	line-height: 19px;
}
div#portlets_standard p {
	margin: 0 0 9px 0;
	color: #999;
}
div#portlets_standard a,
div#portlets_standard a:link,
div#portlets_standard a:visited {
	color: #575451;
}
div#portlets_standard a:hover,
div#portlets_standard a:focus,
div#portlets_standard a:active {
	color: #f0af00;
}
body#startseite div.portlet-content p {
	margin: 10px 0;
}


/* search box -------------------------------------------------------------------- */
div#portlet_search {
	position: absolute;
	bottom: -2px;
	right: 106px;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 240px;
}
div#portlet_search ul.controls {
	display: none;
}
div#portlet_search h3.portlet-title {
	display: none;
}
div#portlet_search form input {
	display: inline-block;
	height: 24px;
    padding: 0 24px 0 10px;
    width: 206px;
	border: none;
	font-family: 'Frutiger', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
div#portlet_search div.portlet-content {
	position: relative;
}
div#portlet_search form input#portlet-search-button {
	height: 14px;
	width: 14px;
	background: transparent url(../img/magnifier.png) center center no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 6px;
	bottom: 6px;
}
div#portlet_search form input#portlet-search-button:hover,
div#portlet_search form input#portlet-search-button:active,
div#portlet_search form input#portlet-search-button:focus {
	cursor: pointer;
}