/**********************************************************************************
* 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: #337fb3;
	background: #fff;
}
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	line-height: normal;
	color: #337fb3;
}
div#siteframe {
	width: 1025px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../img/content.gif) #fff top center repeat-y;
}
div#contentwrap {
	margin: -5px 0 0 4px;
	background: url(../img/bg_blue_repeatable.jpg);
}
div#content {
	width: 944px;
	padding: 12px 45px 0 25px;
	background: url(../img/bg_blue.jpg) transparent no-repeat;
}
div#leftcolumn {
	width: 372px;
	float: left;
	padding: 13px 0 0 0;
}
div#rightcolumn {
	width: 572px;
	float: right;
	padding: 13px 0 0 0;
	background: url(../img/subnavi_stripe.gif) transparent left top no-repeat;
}
div#maincontentwrap {
	margin: 0 0 25px 0;
	background: url(../img/flaeche_verlauf_repeatable.gif);
}
div#maincontent {
	margin: 0;
	padding: 15px 10px 5px 19px;
	background: url(../img/flaeche_verlauf.gif) no-repeat;
	height: 400px;
	position: relative;
}
/* IE hack for min-height */
div#maincontent[id] {
  height: auto;
  min-height: 400px;
}
.message {
	background: #fff;
	border: 1px solid #337fb3;
}
.admin_part {
	background: #fff;	
}
.administration {
	border: 1px solid #337fb3;
}
.administration h1,
.administration h2 {
	background: #51b9ec;
	color: #fff;
}
.administration h1:hover {
	background-color: #48a6e6;
}

/* Header ------------------------------------------------------------------- */
div#header {
	width: 1025px;
	margin: 32px 0 0 0;
	background: #fff none;
	position: relative;
}
div#header div#logo {
	float: left;
	margin: 0 0 0 10px;
}
div#root_navigation_stripe {
	position: absolute;
	background: url(../img/rootnavi_stripe.gif) transparent left top no-repeat;
	width: 2px;
	height: 35px;
	bottom: -61px;
	left: 401px;
}

/* Footer ------------------------------------------------------------------- */
div#footer {
	background: transparent none;
	color: #666;
	font-size: 10px;
	width: 992px;
	margin: 5px auto;
	padding: 0;
}
div#footer a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
div#footer a:hover {
	color: #337fb3;
	text-decoration: underline;
}

/* Forms -------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form p {
	margin: 0 0 3px 0;
}
label {
	display: block;
	margin: 0;
	padding: 0;
	color: #337fb3;
}
input {
	color: #666;
	margin: 0;
	padding: 3px 2px;
	outline: none;
	line-height: 15px;
	border: 1px solid #337fb3;
}
input:focus,
input:hover,
input:active {
	border: 1px solid #337fb3;
	color: #333;
	outline: none;
}
input#portlet-search-button,
input.send-button,
input.mailform-submit {
	border: 1px solid #337fb3;
	background: #fff none;
	cursor: pointer;
	color: #000;
	height: 20px;
	margin: 0 0 8px 0;
	padding: 0 4px;
	overflow: visible;
	line-height: 13px;
}
input.fieldset_button,
input.action_button {
	border: 1px solid #337fb3;
	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 #337fb3;
	background: #337fb3 none;
	color: #fff !important;
}
.mailform_element {
	margin-bottom: 10px;	
}
.mailform_element textarea {
	border: 1px solid #337fb3;
	width: 234px;
	max-width: 543px;	
}

/* Content ------------------------------------------------------------------ */
h1,
h1 a,
h1 a:hover,
div#maincontent h1 a,
div#maincontent h1 a:hover {
	color: #337fb3;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}
div.introduction,
h2,
h2 a,
h2 a:hover {
	font-size: 15px;
	color: #337fb3;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}
h3, h4, h5, h6 {
	font-size: 12px;
	color: #337fb3;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
div#maincontent a {
	color: #337fb3;
	text-decoration: underline;
}
div#maincontent a:hover {
	color: #337fb3;
}
a {
	outline: none;
}

div#maincontent ul {
	margin-top: 0;	
	margin-left: 18px;
	margin-bottom: 0;	
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	width: auto;
}
div#maincontent ul li { 
	margin: 0 0 10px 0;
}

div#maincontent table {
	border: 0;
	border-collapse: collapse;	
}
div#maincontent td {
	border: 0 !important;
}

/* Navigation --------------------------------------------------------------- */
div#navigation {
	margin: 11px 0 0 0;
	padding: 0 65px 0 0;
	width: 960px;
	overflow: hidden;
	background: url(../img/schatten_oben.jpg) #fff top center no-repeat;
	height: 43px;
}
div#navigation p#contact {
	float: left;
	width: 337px;
	display: inline;
	margin: 15px 0 0 81px;
	line-height: 14px;
	color: #3d88c2;
	position: relative;
}
div#navigation p#contact a {
	color: #3d88c2;
}
div#navigation a#homelink {
	float: right;
	display: block;
	width: 22px;
	height: 21px;
	background: url(../img/home_off_on.gif) top left no-repeat;
	margin: 13px 0 0 0;
}
div#navigation a#homelink:hover {
	background-position: top right;
}
div#navigation ul {
	margin: 16px 0 0 0;
	padding: 0;
	background: aqua;
}
div#navigation ul li.sort-0 {
	display: none;	
}
div#navigation ul li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li a {
	color: #3d88c2;
	font-weight: bold;
	text-decoration: none;
	background: transparent none;
	display: block;
	float: left;
	margin: 0 35px 0 0;
	padding: 0;
	font-size: 18px;
}
div#navigation ul li a:hover,
div#navigation ul li.current a {
	color: #65b1e2;
}
#rightcolumn ul.navigation {
	margin: 0 0 65px 19px;
}
#rightcolumn ul.navigation li.level0 {
	display: none;	
}
#rightcolumn ul.navigation li a {
	color: #d8eaf8;
	font-weight: bold;
	text-decoration: none;
	background: transparent none;
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 1px;
}
#rightcolumn ul.navigation li a:hover,
#rightcolumn ul.navigation li.current a {
	background: url(../img/pfeil.png) transparent right center no-repeat;
	color: #fff;	
}

/* language switch */
#maincontent a#language_switch {
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: none;
}
#maincontent a#language_switch:hover {
	text-decoration: underline;
}

/* Portlets -------------------------------------------------------------------- */
#portlets_left {
	padding: 12px 25px 0 53px;	
}
.portlet_stehlin div.portlet-content a img {
	display: none;	
}
.portlets a,
.portlets span {
	color: #b9e1f6;
}
a.add_portlet_link:hover {
	color: #fff;	
}
.portlet {
	margin: 0 0 20px 0;
	padding: 0;
}
.portlet_identifier .action {
	margin: 0 2px 0 0;	
}
#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 {
	font-size: 16px;
	border: none;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
}
.portlet input {
	width: 165px;
	padding: 1px 2px;
}
.portlet input.send-button {
	width: 70px;
}
#portlet-search input.send-button {
	width: 50px;
}
.portlet label {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	margin: 0 0 4px 0;
}
.portlet a {
	text-decoration: underline;
	color: #b9e1f6;
}
.portlet_listing a {
	text-decoration: none;	
}
.portlet a:hover {
	color: #fff;
}
.portlet-content {
	padding: 0;
}
input#portlet-search-button {
	width: 50px;
}
.portlet-entry-date {
	font-size: 12px;
	margin: 3px 0;	
}

/* Modules ---------------------------------------------------------------------- */
#maincontent table.stehlin_manage_entry td {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #96cbea;
	padding: 3px;
}
.drag_handle {
	cursor: move;	
}
#portlet_stehlin_content {
	width: 250px;	
}
#portlet_stehlin_content select {
	float: left;
	margin: 0 15px 0 0;	
}
#portlet_stehlin_submit {
	display: block;
	background: url(../img/arrow_search.gif);
	width: 20px;
	height: 20px;
	float: left;
}
.error_add_form {
	font-weight: bold;	
}
span.required {
	color: #f00;	
}
/* Additional Stuff ------------------------------------------------------------- */
.page-ressource-subtitle {
  display: none;
}
.page-ressource-link {
	border: none;
	padding: 0;
}
.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-control {
	clear: both;	
}
div#portlets_top {
	float: right;
	display: inline;
	margin-right: 68px;
	margin-top: 2px;
	height: 61px;
	overflow: hidden;
	position: relative;
}
div#portlets_top a.portlet-edit-link {
	position: absolute;
	bottom: -10px;
	right: 0;
}
div#portlets_top .action,
div#portlets_top a.add_portlet_link,
div#portlets_top a.portlet_content_link,
div#portlets_top .portlet-title {
	display: none;
}
div#portlets_top * {
	margin: 0;
	padding: 0;
}
