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

/*
 * You can put your own style stuff here in this file 
 * For questions see www.phpcomasy.com 
 *
 */


/* Basics ------------------------------------------------------------------- */
body#phpcomasy {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background: url(../img/hintergrund.gif) center top #fff;
}
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: #333;
	font-size: 12px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}
html,
body,
div#wrapper {
	height: 100%;
}
div#mountains {
}
div#wrapper {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 7px 3px 0;
	position: relative;
}
div#container {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 0 3px;
}
div#content {
	background: transparent;
	padding: 29px 51px;
	min-height: 300px;
}
div#bigpicture {
	height: 248px;
	width: 500px;
	overflow: hidden;
}

/*--- IE Fix for MinHeight ---*/
div#content[id] {
	height: auto;
	min-height: 300px;
}
.message {
	background: #11708b;
	border: 0;
	color: #fff;
	margin: 15px 0;
	font-weight: bold;
	padding-left: 10px;
}
.message img {
	display: none;	
}
.admin_part {
	background: #eee;
}
.administration {
	border: 1px solid #333;
}
.administration h1,
.administration h2 {
	background: #000;
	color: #fff;
	text-transform: lowercase;
}
.administration h1:hover {
	background-color: #11708b;
	color: #fff;
}
div.page_123 {
	border-top: 1px solid #ddd;	
}

/* Header ------------------------------------------------------------------- */
div#header {
	padding: 36px 0 0 0;
	background: transparent;
	height: 381px;
}
div#header div#logo {
	float: left;
	margin: 4px 33px 0 10px;
	display: inline;
}
#header p {
	line-height: normal;
	margin: 0 0 4px 0;
}

/* Metanavigation ------------------------------------------------------------------- */
#header ul {
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
}
#header ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 8px 0 16px;
}
#header ul li a {
	text-decoration: none;
	line-height: 21px;	
}
#header li a:hover,
div#header li.current a {
	color: #11708b;	
}
#header li.current a {
	font-weight: bold;	
}

/* Forms -------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form p {
	margin: 0 0 3px 0;
}
input {
	color: #666;
	margin: 0;
	padding: 0 3px;
	outline: none;
	border: 1px solid #333;
}
textarea {
	border: 1px solid #333;
}
textarea:focus,
textarea:hover,
textarea:active {
	border: 1px solid #11708b;
}
input:focus,
input:hover,
input:active {
	border: 1px solid #11708b;
	color: #333;
	outline: none;
}
input#portlet-search-button,
.management input.send-button {
	border: 1px solid #11708b;
	background: #fff none;
	cursor: pointer;
	color: #000;
	margin: 0 0 8px 0;
	overflow: visible;
}
input.mailform-submit,
input.send-button {
	color: #fff;
	font-weight: bold;
	background: #000;
	margin: 0 0 4px 0;
	cursor: pointer;
	outline: none;
}
input.fieldset_button,
input.action_button {
	border: 1px solid #11708b;
	background: #fff none;
	cursor: pointer;
	color: #000;
	overflow: visible;
}
input.fieldset_button:hover,
input.action_button:hover,
input#portlet-search-button:hover, input#portlet-search-button:focus,
input.send-button:hover, input.send-button:focus,
input.mailform-submit:hover, input.mailform-submit:focus {
	border: 1px solid #11708b;
	background-color: #11708b;
	color: #000 !important;
}
.mailform_error label {
	font-weight: bold;
	color: #d00000;
}
.mailform_element .required {
	color: #d00000 !important;
}
.mailform_element {
	margin-bottom: 10px;	
}
.mailform_element input {
  padding: 0;
	width: 238px;
	height: 20px;
}
.mailform_element textarea {
  padding: 0;
	width: 238px;
}
.mailform_element p {
	color: #888;	
}

/* Content ------------------------------------------------------------------ */
h1 {
	color: #11708b;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
div.introduction,
h2,
h2 a,
h2 a:hover,
h3, h4, h5, h6 {
	color: #11708b;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
div#content a {
	color: #666;
	text-decoration: underline;
}
div#content a:hover {
	color: #11708b;
	text-decoration: underline;
}
a {
	outline: none;
}

div#content ul {
	margin: 0 0 5px 18px;
	padding: 0;	
	width: auto;
}
div#content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../img/liststyle.gif);
}

div#content table {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}
div#content td {
	border: 0;
	padding: 3px;
	border-bottom: 1px solid #ddd;
}
div#content td p {
  padding: 0;
  margin: 0;
}
div#content th {
	border: 0;
}
.page-ressource-subtitle {
	display: none;	
}
.resource_container.gallery {
	margin: 0;
}
.resource_container.gallery .picture img {
	width: 116px;
	height: auto;
}

/* Rootnavigation ----------------------------------------------------------- */
div#rootnavigation {
	padding: 26px 51px 0 51px;
	border-bottom: 1px solid #333;
}
div#rootnavigation li a {
	line-height: 22px;
	margin-right: 19px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
div#rootnavigation li a:hover,
div#rootnavigation li.current a {
	color: #11708b;	
}
div#rootnavigation li.current a {
	font-weight: bold;	
}

/* Navigation --------------------------------------------------------------- */
div#navigation {
	width: 190px;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: right;
	position: absolute;
	top: 495px;
}
div#navigation ul {
	padding: 0;
	margin: 0;
}
div#navigation ul li ul {
	padding: 0 0 13px 0;
	margin: 0 0 0 0;
}
div#navigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0 9px 1px 9px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
div#navigation ul li ul li a,
div#navigation ul li.current ul li a {
	font-weight: normal;
}
div#navigation ul li.current ul li a {
	color: #333;
}
div#navigation ul li.current ul li.current a {
	color: #11708b;
	font-weight: bold;
}
div#navigation ul li a:hover,
div#navigation ul li.current a,
div#navigation ul li ul li a:hover,
div#navigation ul li ul li.current a {
	color: #11708b;
	text-decoration: none;
}
div#navigation ul li.current a {
}
div#navigation ul li.current {
}
div#navigation ul li ul li.current {
	background: none;	
}

/* Powered By ------------------------------------------------------------------ */
div#powered_by {
	width: 188px;
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
	bottom: 10px;
	right: 0;
}
div#powered_by a#indual {
	background: url(../img/indual.gif) no-repeat;
	width: 11px;
	height: 83px;
	display: block;	
}
div#powered_by a#sensor {
	background: url(../img/sensor.gif) no-repeat;
	width: 11px;
	height: 90px;
	display: block;
	margin-top: 10px;
}

/* Portlets -------------------------------------------------------------------- */
#portlet_zone {
	position: absolute;
	bottom: 0;
	width: 200px;
}
.portlets a {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}
.portlets a.add_portlet_link {
	color: #000;
	text-decoration: none;	
}
.portlets a:hover {
	color: #11708b;
}
.portlets a.add_portlet_link:hover {
	color: #000;
	text-decoration: underline;	
}
.portlet {
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
}
.portlet p {
	line-height: 18px;
	margin: 0;
	color: #fff;
	font-size: 11px;
}
#mod_portlet_quicklinks div {
	width: 190px;	
}
#mod_portlet_quicklinks div a,
#mod_portlet_quicklinks div img {
	float: right;	
}
#mod_portlet_quicklinks div a.quicklink {
	float: none;
	clear: both;	
}
.portlet h1 {
	width: 180px;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: normal;
	color: #fff;
	display: block;
}
.portlet-content {
	width: 180px;
	padding: 8px 10px 10px 10px;
	color: #fff !important;
}
.portlet input {
	width: 165px;
	padding: 1px 2px;
}
.portlet label {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	margin: 0 0 4px 0;
}
.portlet_dodeley {
	overflow: hidden;
	width: 256px;
	padding-bottom: 0;
}
.portlet_dodeley img.action {
	float: right;	
}
.portlet_dodeley input {
	border: 1px solid #999;
	padding: 3px;
}
.portlet_dodeley input#submitter {
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
	color: #fff;
	font-weight: bold;
	width: 84px;
	height: 26px;
	padding: 0;
	float: right;
	margin: 4px -10px 0 0;
	cursor: pointer;
}
.portlet_dodeley input#submitter:hover {
	background-color: #000;	
}
.portlet_dodeley label {
	color: #000;
	width: 200px !important;
}
.portlet_listing a {
	text-decoration: none;	
}

/* Modules ---------------------------------------------------------------------- */
.drag_handle {
	cursor: move;	
}
.error_add_form {
	font-weight: bold;	
}
span.required {
	color: #f00;	
}
.listing_entry {
	border-top: 1px solid #c6c6c6;
	padding-top: 15px;
	margin-top: 15px;	
}
#listing_entry_id_0 {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.listing-date {
	display: none;	
}
/* Additional Stuff ------------------------------------------------------------- */
.cf {
	float: none;
	clear: both;
	line-height: 0;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
}
.nomargin {
	margin:0 !important;
}
.nobg {
	background:transparent none !important;
}
.edit-navigation-entry {
	clear: both;	
}

/* @group tabs management */

.tabs a.current:hover, .tabs .tab a.current:hover, .tabs a.standard:hover, .tabs .tab a.standard:hover, .tabs .tab.current, .tabs .tab.standard {
	font-size: 10px; 
	padding: 2px 5px 1px;
}

/* @end */
