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

/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

input, select, textarea {
	border: 1px solid #e3001b;
	margin-bottom: 1px;
}
h1 {
	color: #e3001b !important;
	font-size: 180%;
}
h2,
h2 a,
h2 a *,
h2 a:hover {
	text-decoration: none !important;
	color: #e3001b !important;
	margin: 20px 0 5px;
	font-size: 15px !important;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #e3001b;
}
#my-body {
	background: white url(../img/bg.jpg) repeat-x;
}
p {
	margin: 0 0 10px;
	padding: 0;
}
p:last-child {
	margin: 0;
}
/* td a {
	text-decoration: none !important;
} */
.fa-pencil::before {
	content: "\f040";
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 18px;
	float: left;
	margin-bottom: 5px;
}
.fa-times::before {
	content: "\f00d";
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 18px;
	clear: both;
	float: left;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid white;
	border-top: none;
}

#header {
	background: #e3001b;
	border-bottom: 2px solid white;
	height: 35px;
	color: white;
	text-align: right;
	padding: 0 10px;
}
#header a {
	color: white;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 3px;
}

#logo {
	background: white url(../img/logo.jpg) no-repeat;
	padding-left: 0;
	width: 900px;
	height: 180px;
	vertical-align: bottom;
	border-bottom: 2px solid white;
}
#logo a {
	display: block;
	width: 280px;
	height: 180px;
	float: left;
}
.meta_wrap {
	display: inline-block;
	vertical-align: 0;
}

#root-navigation {
	border-bottom: 2px solid white;
	color: black;
	height: 30px;
	background: #DDDDDD;
}

#navigation {
	border-bottom: 2px solid white;
	color: black;
	height: 25px;
	background: #CCCCCC;
}

#footer {
	background: #e3001b;
	border-bottom: 2px solid white;
	height: 20px;
	color: white;
	padding: 2px 5px 2px 5px;
}
#footer a {
	color: white;
	text-decoration: none;
}

#document-column {
	vertical-align: top;
	width: 700px;
	text-align: left;
	background: white;
}

#right-column {
	vertical-align: top;
	width: 200px;
}

div#content div.documents {
	padding: 0;
	margin: 10px 0 0;
	border: 0;
}
div#content div.documents h2 {
	display: none;
}


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


/*********************************** Navigation ********************************/
.root-navigation {
	background: transparent;
}

.root-navigation li {
	background: transparent;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	color: black !important;
	font-size: 120%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-right: 2px solid white;
}
.root-navigation li a:hover,
.root-navigation li.current a {
	background: #CCCCCC;
}



.sub-navigation {
	margin: 0;
	padding: 0;
}
.sub-navigation li {
	background: transparent;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	display: inline;
}
.sub-navigation li a {
	display: inline;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px 5px 10px;
	color: black !important;
	font-size: 120%;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin: 0;
	border-right: 2px solid white;
}
.sub-navigation li a:hover,
.sub-navigation li.current a {
	background: #BBBBBB;
}

.sub-navigation li a {
	margin-left: 0px;
	font-size: 100%;
}



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


/************************************ Content **********************************/
#content {
	padding: 10px 60px 20px 10px;
	line-height: 17px;
}
#content h1 {
	margin: 8px 0 15px;
	padding: 3px 0;
	line-height: normal;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #e3001b;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h3 {
	border: none;
	background: #e3001b !important;
	color: white !important;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet_language_switcher a {
	display: inline;
	text-transform: uppercase;
}

#portlet-free-sponsor a,
#portlet-free-turniere a,
#portlet-freeorganisationen a {
	display: inline;
}
.portlet-title a,
.portlet-title a:hover {
	color: white;
	font-size: 100%;
}

div.portlet_diashow {
	min-height: 175px;
}

#portlet-diashow h3.portlet-title {
	margin-bottom: 0;
}
#portlet-diashow .portlet-content {
	padding: 0;
}

#portlet-diashow .portlet-content #diashow-picture {
	width: 200px;
}


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


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}

.introduction {
	font-weight: normal;
}


/* ---------- Tables ---------- */
div#content table,
div.listing_entry table {
	border: none !important;
	border-spacing: 0 !important;
	border-collapse: separate !important;
	margin: 10px 0 15px 0 !important;
	border-top: 1px solid #f0f0f0 !important;
}
div.listing_entry table {
	width: 100% !important;
}
div#content table td,
div.listing_entry table td {
	border: 0 !important;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #f0f0f0 !important;
}
div#content:not(.system) table td,
div.listing_entry table td {
	padding: 5px;
}
div#content:not(.system) table tr:nth-child(odd) td,
div.listing_entry table tr:nth-child(odd) td {
	background: #fafafa !important;
	border-top: 1px solid #fff !important;
}
div#content:not(.system) table tr:hover td,
div.listing_entry table tr:nth-child(odd) td {
	background: #f0f0f0 !important;
}
td.xl65 {
	white-space: nowrap;
}

table.page_counter {
	background: #fff;
	padding: 0;
}
hr {
	display: block;
	margin: 15px 0 10px;
}

.listing_entry,
div.guestbook_entry {
	padding: 20px 0 0 !important;
	margin: 20px 0 0;
	border-top: 1px solid #eee;
}
.listing_index_0 {
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0 !important;
}
.listing_entry h2 {
	margin-top: 0;
}
.listing_entry p {
	margin: 0;
}

div.listing_entry .pictures {
	float: left;
	margin: 0 5px 10px 0;
}
div.listing-content-text-with-picture {
	overflow: hidden;
}

div#mailform_content {
	padding-bottom: 20px;
}

a.resource_link {
	padding: 0;
	border: 0;
}

.administration h1,
.administration h2 {
	font-size: 11px !important;
	background: #e3001b;
	color: #fff !important;
	font-weight: bold;
}
.administration .admin_part {
	background: #fafafa;
}

div.mailform_element {
	padding: 3px 0;
}

div.listing-description {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

div.module-listing .pagination {
	background: #fff;
	margin: 20px 0 0;
	padding: 1px 0 0;
	border-top: 1px solid #e3001b;
}
div.module-listing .pagination a {
	background: #f0f0f0;
	text-decoration: none !important;
}
div.module-listing .pagination a.inactive,
div.module-listing .pagination a.inactive:hover {
	color: #c0c0c0 !important;
	background: #fff;
	cursor: default;
}
div.module-listing .pagination a:hover,
div.module-listing .pagination a.current {
	color: #fff !important;
	background: #e3001b;
}

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




/* Language switcher ----------------------------------------------------------- */

div#portlet_language_switcher {
	background: transparent;
	position: static;
	float: left;
	padding: 0;
	margin: 4px 0 0;
}
div#portlet_language_switcher h3 {
	display: none;
	padding: 0;
	margin: 0;
}

div#portlet_language_switcher .portlet-content {
	padding: 0;
	margin: 0;
}

div#portlet_language_switcher .portlet-content a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 11px;
}

/* Live Search ------------------------------------------------------------------ */

.portlet_live_search {
	display: inline-block;
	position: relative;
	margin: 0 0 0 5px; 
	padding: 0;
}
.portlet_live_search .portlet-content {
	padding: 0;
}
.portlet_live_search h3 {
	display: none;
}
.portlet_live_search input {
	width: 200px; 
	margin: 0;
	color: #888;
	padding: 5px 6px 3px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.portlet_live_search input::-webkit-input-placeholder { 
	color: #888;
	opacity: 1;
}
.portlet_live_search input::-moz-placeholder { 
	color: #888;
	opacity: 1;
}
.portlet_live_search input:-ms-input-placeholder { 
	color: #888;
	opacity: 1;
}
.portlet_live_search input:-moz-placeholder { 
	color: #888;
	opacity: 1;
}
.portlet_live_search input:hover, 
.portlet_live_search input:focus {
	color: #e3001b;
	border: 1px solid #b30000;
	box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15), 0 0 5px -2px #3368bf;
}
.portlet_live_search input:hover::-webkit-input-placeholder { 
	color: #e3001b;
}
.portlet_live_search input:hover::-moz-placeholder { 
	color: #e3001b;
}
.portlet_live_search input:hover:-ms-input-placeholder { 
	color: #e3001b;
}
.portlet_live_search input:hover:-moz-placeholder { 
	color: #e3001b;
}
.portlet_live_search input#portlet-search-button {
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0;
	width: 30px; 
	padding: 0;
	box-shadow: none; 
	font-size: 0 !important; 
	line-height: 0 !important;
	border: 0;
	background: url(../img/search.png) center center no-repeat;
	background-size: 12px;
	z-index: 10;
}

/* -- results portlet -- */

.live_search_results {
	width: 200px;
	padding: 10px;
	background: #fff;
	text-align: left;
	border: 1px solid #ddd; 
	border-top: 0;
	color: #000;
	font-size: 12px !important; 
	line-height: 16px;
	box-sizing: border-box;
}
.live_search_results .search_item_wrap {
	border: 0; 
	padding: 10px 0 0 0; 
	margin: 10px 0 0 0;
	border-top: 1px solid #ddd;
}
.live_search_results .search_item_wrap .pictures {
	display: none !important;
}
.live_search_results .search_item_wrap:first-child {
	margin: 0; 
	padding: 0; 
	border: 0;
}
.live_search_results .search_item_wrap h2 {
	color: #000 !important; 
	font-size: 12px !important;
	line-height: 16px;
	margin: 0; 
}
.live_search_results .search_item_wrap a.search_item {
	color: #000 !important; 
	text-decoration: none;
}
#content .search_item_wrap .search_item_details,
.live_search_results .search_item_details {
	display: none;
}
.highlighting {
	background: #dfdfdf; 
	padding: 2px 2px 1px;
}

/* -- results page -- */

#content .search_item_wrap {
	padding: 15px 0 0; 
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
}
#content .search_item_wrap:first-child {
	padding: 0;
	margin: 0; 
	border: 0;
}
#content .search_item_wrap .pictures {
	display: none !important;
}
#content .search_item_wrap h2 {
	margin: 0 0 8px;
}