/**********************************************************************************
* 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/body.gif) repeat-x center top #cac7b3;
}
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}

fieldset label,
fieldset td,
fieldset th {
	color: #333;	
}
label {
	clear: both;
}

div#siteframe {
	width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
	border: 5px solid #b6b297;
	border-top: 0;
}
div#content {
	background: url(../img/content_blue.gif) center top no-repeat transparent;
}
div#leftcontent {
	width: 205px;
	float: left;
	padding: 15px 0 0 0;
}
div#rightcontent {
	width: 635px;
	float: left;
	padding: 15px 0 15px 10px;
}
.message img {
	display: none;	
}
.admin_part {
	background: #f1f0ea;
	font-size: 12px;
}
.administration {
	border: 0;
}
.administration h1,
.administration h2 {
	background: #664;
	border: 0;
	color: #fff;
}
.administration h1:hover {
	background-color: #b6b297;
}
div.page_123 {
	border-top: 1px solid #ddd;	
}
div#rightcontent .page_counter {
	background: #f1f0ea;
	border: 0;
}
div#rightcontent .page_counter td,
div#rightcontent .page_counter tr {
	border: 0;
}

/* Header ------------------------------------------------------------------- */
div#header {
	background: url(../img/header_blue.jpg);
	margin: 0;
	padding: 0;
}
div#header img#logo {
	margin: 0 0 0 315px;
	padding: 0;
}
div#header a.logolink img#logo {
    margin: 5px 0 0 225px;
}
div#bigpicture {
	background: #f0f0f0;
	height: 290px;
	border: 5px solid #e2e0d5;
	margin: 10px 0;
	width: 840px;
	overflow: hidden;
}
div#header a#booking {
	float: right;
	display: block;
	color: #664;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	width: 205px;
	padding: 0;
	margin: 77px 0 0 0;
	text-align: center;
	background: #e2e0d5 none;
	font-weight: bold;
	text-transform: uppercase;
}
div#header a#booking:hover,
div#header a#booking.booking_current {
	color: #fff;
	background: #764;
}



/* Metanavigation --------------------------------------------------------------- */
div#metanavigation {
	float: left;
	padding: 15px 0 0 0;
}
div#metanavigation ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
div#metanavigation ul li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#metanavigation ul li a {
	color: #664;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 11px;
	padding: 0 0 0 9px;
	margin: 0 0 0 7px;
	line-height: normal;
	border-left: 1px solid #b8b8a8;
	font-weight: normal;
	text-transform: uppercase;
}
div#metanavigation ul li.sort-1 a {
	margin: 0;
	border: 0;
	padding: 0;
}
div#metanavigation ul li.current a,
div#metanavigation ul li a:hover {
	color: #000;
}

/* Footer ------------------------------------------------------------------- */
div#footer {
	color: #fff;
	font-size: 10px;
	width: 860px;
	margin: 0 auto;
	padding: 5px 16px;
	text-transform: uppercase;
}
div#footer a {
	float: right;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #664;
}

div#footer .indual_link {
	float: right;
}

/* Forms -------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form p {
	margin: 0 0 3px 0;
}
select {
	color: #666;
	border: 1px solid #333;	
}
input {
	color: #666;
	margin: 0;
	padding: 3px 2px;
	outline: none;
	line-height: 15px;
	border: 1px solid #664;
}
textarea,
select {
	color: #666;
	border: 1px solid #664;
}
textarea:focus,
textarea:hover,
textarea:active,
input:focus,
input:hover,
input:active,
select:focus,
select:hover,
select:active {
	border: 1px solid #333;
	color: #333;
	outline: none;
}
input#portlet-search-button,
.management input.send-button {
	border: 1px solid #664;
	background: #fff none;
	cursor: pointer;
	color: #000;
	margin: 0 0 8px 0;
	overflow: visible;
	line-height: 13px;
	height: auto;
}
input.mailform-submit,
input.send-button {
	color: #fff;
	font-weight: bold;
	width: 84px;
	height: 25px;
	padding: 0;
	margin: 0 0 4px 0;
	cursor: pointer;
	outline: none;
	background: #664;
	border: 1px solid #664;
	text-transform: uppercase;
}
input.fieldset_button,
input.action_button {
	border: 1px solid #664;
	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 #000;
	background-color: #000;
	color: #fff !important;
}
.mailform_error label,
font.required {
	font-weight: bold;
	color: #c00 !important;
}
.mailform_element {
	margin-bottom: 5px;	
}
.mailform_element textarea,
.mailform_element input,
.mailform_element select {
	padding: 2px 3px;
}
.mailform_element input {
	height: 18px;
}
.mailform_element textarea {
	max-width: 625px;
}
.mailform_element h2 {
	margin-top: 15px;	
}
.draggables .mailform_element:hover {
	background-color: #f1f0ea;	
}

/* Content ------------------------------------------------------------------ */
h1 {
	color: #664;
	font-size: 24px;
	font-weight: normal;
	margin: -3px 0 15px 0;
	padding: 0;
	line-height: normal;
}
h2,
h2 a,
h2 a:hover,
div.introduction {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
  font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 11px;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	outline: none;
}

div#rightcontent a {
	color: #664;
	text-decoration: underline;
}
div#rightcontent a:hover {
	color: #333;
	text-decoration: underline;
}
div#rightcontent ul {
	margin: 0 0 5px 18px;
	padding: 0;	
	width: auto;
}
div#rightcontent ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../img/liststyle.gif);
}

div#rightcontent table {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #e2e0d5;
	border-left: 1px solid #e2e0d5;
	padding: 0;
	margin: 0 0 10px 0;
}
div#rightcontent td {
	border: 0;
	padding: 3px;
	border-bottom: 1px solid #e2e0d5;
	border-right: 1px solid #e2e0d5;
}
div#rightcontent fieldset td,
div#rightcontent fieldset table {
	border-right: 0;
	border-left: 0;	
}
div#rightcontent td.shaded {
	background: #f1f0ea;
}
div#rightcontent th {
	border: 0;
	padding: 3px;
	border-bottom: 1px solid #e2e0d5;
	border-right: 1px solid #e2e0d5;
	background: #e2e0d5;
}
div#rightcontent td p {
	padding: 0;
	margin: 0;
}
div#rightcontent th {
	border: 0;
}
div#rightcontent ul {
	margin-bottom: 10px;	
}

.ressource-horizontal .page-ressource-link {
	background: #f1f0ea;
	width: 111px;
	text-align: center;
	overflow: hidden;
}
.page-ressource-background {
	overflow: hidden;	
}

/* Rootnavigation --------------------------------------------------------------- */
div#rootnavigation {
}
div#rootnavigation ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
div#rootnavigation ul li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#rootnavigation ul li a {
	color: #664;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 30px;
	width: 205px;
	padding: 0;
	display: inline;
	margin: 0 0 0 10px;
	text-align: center;
	background: #e2e0d5;
	font-weight: bold;
	text-transform: uppercase;
}
div#rootnavigation ul li.sort-0 a {
	display: none;
}
div#rootnavigation ul li.sort-1 a {
	margin: 0;
}
div#rootnavigation ul li.current a,
div#rootnavigation ul li a:hover {
	color: #fff;
	background: #764;
}

/* Subnavigation --------------------------------------------------------------- */
div#subnavigation {
	width: 205px;
	overflow: hidden;	
}
div#subnavigation ul {
	padding: 0;
	margin: 0;
}
div#subnavigation ul li {
	list-style-type: none;
	background: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div#subnavigation ul li a {
	display: block;
	color: #383824;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
	line-height: 28px;
	width: 185px;
	text-transform: uppercase;
	font-weight: normal;
	color: #664;
	background: #e2e0d5;
}
div#subnavigation ul li a:hover,
div#subnavigation ul li.current a {
	color: #383824;
	text-decoration: none;
	font-weight: normal;
	background: #f1f0ea;
}
/* */
div#subnavigation ul li.current a,
div#subnavigation ul li.current a:hover {
	font-weight: bold;
}
div#subnavigation ul li.current ul {
	padding: 0 0 5px 0;
	margin: 0;
	background: #f1f0ea;
	width: 205px;
}
div#subnavigation ul li.current ul li a {
	color: #664;
	font-weight: normal;
	padding-left: 20px;
	width: 175px;
	line-height: 20px;
}
div#subnavigation ul li.current ul li a:hover {
	color: #383824;
	font-weight: normal;
}
div#subnavigation ul li.current ul li.current a,
div#subnavigation ul li.current ul li.current a:hover {
	color: #383824;
	font-weight: bold;
}
/* */
div#subnavigation ul li.current ul li.current ul {
	padding: 0;
	margin: 0;
	background: #f1f0ea;
	width: 195px;
}
div#subnavigation ul li.current ul li.current ul li a {
	color: #664;
	font-weight: normal;
	padding-left: 30px;
	width: 165px;
	line-height: 20px;
}
div#subnavigation ul li.current ul li.current ul li a:hover {
	color: #383824;
	font-weight: normal;
}
div#subnavigation ul li.current ul li.current ul li.current a,
div#subnavigation ul li.current ul li.current ul li.current a:hover {
	color: #383824;
	font-weight: bold;
}

/* Language Switcher ------------------------------------------------------------ */
#languages {
	float: right;
	margin: 0 auto;
	text-align: right;
	padding: 15px 0 0 0;
}
#languages h1 {
	display: none;	
}
#languages .portlet {
	background: none;
	padding: 0;
	margin: 0;
}
#languages .portlet .language {
	padding: 0 0 0 9px;
	margin: 0 0 0 7px;
	border-left: 2px solid #b8b8a8;
	color: #664;
	text-transform: uppercase;
	font-size: 11px;
}
#languages .portlet #language-de {
	border: 0;	
}
#languages .portlet .current,
#languages .portlet .language:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
/* Portlets -------------------------------------------------------------------- */
#portlets_footer {
	padding: 0;	
	margin: 0 0 10px -10px;
	background: transparent url(../img/bg_portlets.gif) repeat-y 10px top;
}
.portlets a {
	color: #9f9c8e;
	text-decoration: none;
}
.portlets a:hover {
	color: #9f9c8e;
	text-decoration: none;
}
#portlets_footer .portlets a:hover {
	color: #9f9c8e;
}
#portlets_footer .portlet_identifier {
	width: 205px;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}
#portlets_footer .portlet {
	color: #9f9c8e;
	width: 205px;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
}
#portlets_footer .portlet_identifier .portlet {
	margin-top: 0;
}
#portlets_footer .portlet p {
	line-height: 18px;
	margin: 0;
	color: #9f9c8e;
}
#portlets_footer .portlet h2,
#portlets_footer .portlet h2 a,
#portlets_footer .portlet h1 {
	font-size: 12px;
	border: none;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #9f9c8e;
	text-decoration: none;	
}
#portlets_footer .portlet-content {
	padding: 0;
	margin: 5px 10px;
}
#portlets_footer .portlet-content img {
	margin: 0 0 5px 0;	
}
#portlets_footer .portlets a.add_portlet_link {
	color: #9f9c8e;
	text-decoration: none;	
}
#portlets_footer .portlets a.add_portlet_link:hover {
	color: #9f9c8e;
	text-decoration: underline;	
}
#portlets_footer .add_portlet {
	width: 199px;
	height: 154px;
}
#portlets_footer .add_portlet,
#portlets_footer a.add_portlet_link {
	float: left;
	margin: 22px 0 0 20px;
}
#portlets_footer a.add_portlet_link {
	color: #9f9c8e;	
}

/* Modules ---------------------------------------------------------------------- */
fieldset.documents {
	background: #f1f0ea;
	border: 0;
}
.drag_handle {
	cursor: move;	
}
.error_add_form {
	font-weight: bold;	
}
span.required {
	color: #f00;	
}
.listing_entry {
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f0ea;	
}
.listing-content {
	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;	
}
