/**********************************************************************************
* 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)  *
**********************************************************************************/


/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.org *****/


/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #B62629;
	margin-bottom: 1px;
}
h1 {
	color: #4C5972;
}
h2 {
	color: #B62629;
}
hr {
	height: 1px;
	border: 1px solid #B62629;
}
#my-body {
	background: #EFEFEF;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: #FFFFFF;
	width: 910px;
	height: 100px;
	vertical-align: bottom;
}

#header-title {
	color: white;
	font-size: 450%;
	margin: 0px 0px 5px 5px;
}
#header-subtitle {
	color: white;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

.header-left {
	background: #E0E0E0 url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #E0E0E0 url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #EFEFEF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #EFEFEF url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #B62629;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: url(img/footer.gif) repeat-x;
	height: 22px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 170px;
}
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
	background: #cccccc;
	width: 150px;
}

#document-column {
	vertical-align: top;
	width: 760px;
	text-align: left;
	background: white;
}

#right-column {
	vertical-align: top;
	background: #cccccc;
	width: 0px;
}
/*******************************************************************************/


/********************************** Navigation *********************************/

/**** navigation ***/

.navigation {
text-align:left; 
padding:2px; 
text-decoration:none;
padding: 2px;
line-height: 16px;

}
.navigation li {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
.navigation li a {
   font-weight: normal;
   text-decoration: none;
   background: transparent;
}
.navigation li.current a {
   font-weight: bolder;
   color: #8B0300;
}

/*Hier sind die roten Balken der Hover-Schaltfläche definiert: Witdth: Breite der Balken, line-height: Höhe der Balken*/

.navigation li a:hover {
margin: 0px;
display:block; 
margin-bottom:0px; 
text-align:left; 
border-style:ridge; 
border-width:0px; 
text-decoration:none;
padding: 2px;
line-height: 12px;
width: 120px;
   background-color : #8B0300;
   color : #cccccc;
}


.navigation li.level0 a {
   margin-left: 0px;
   font-size: 100%;
}
.navigation li.level1 a {
   margin-left: 15px;
   font-size: 100%;
}
.navigation li.level2 a {
   margin-left: 25px;
   font-size: 90%;
}
.navigation li.level3 a {
   margin-left: 35px;
   font-size: 80%;
}
.navigation li.level4 a {
   margin-left: 45px;
   font-size: 70%;
}




.edit-navigation-entry {
   line-height: 24px;
   height: 24px;
}
.edit-navigation-control {
   float: right;
}

/* IE6.0 Hack for additional spaces between li's */
* html li a  {
   height: 100%;
}







/**** root-navigation ***/
.root-navigation {
   margin: 0px;
   padding: 0px;
   line-height: 16px;
}
.root-navigation li {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   display: inline;
}
.root-navigation li a {
   font-weight: normal;
   text-decoration: none;
   background: transparent;
}
.root-navigation li.current a {
   font-weight: bolder;
   color: #f36000;
}
.root-navigation li a:hover {
   color: #fFF8400;
}


/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #B62629;
}

#content {
	height: 600px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #B62629;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/
