/**********************************************************************************
* 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 #008ce1;
	margin-bottom: 1px;
}
h1 {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #006bac;
}
h2 {
	color: #008ce1;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #EFEFEF;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: #ffffff url(img/header.jpg) no-repeat;
	width: 900px;
	height: 80px;
	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: #ffffff url(img/header-left.jpg) left repeat-y;
}
.header-right {
	background: #ffffff url(img/header.jpg) repeat-y;
}

.document-left {
	background: #ffffff url(img/blank.gif) right repeat-y;
}
.document-right {
	background: #ffffff url(img/blank.gif) repeat-y;
}

#header-breadcrumb {
	background: #ffffff;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: url(img/blank.gif) repeat-x;
	height: 22px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 170px;
}
.footer-left {
	background: url(img/blank.gif) top right no-repeat;
}
.footer-right {
	background: url(img/blank.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
	background: #ffffff url(img/left.jpg) top left no-repeat;
	width: 160px;
}

#document-column {
	vertical-align: top;
	width: 740px;
	text-align: left;
	background: white;
}

#right-column {
	vertical-align: top;
	background: #ffffff;
	width: 0px;
}

.content {
	min-height: 540px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    height: 540px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 55px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 5px 3px 5px;
	color: black !important;
}
/*******************************************************************************/


/************************************ Content **********************************/
.content {
	padding: 10px 20px 20px 10px;
}
.content h1 {
	margin-top: 5px;
}
.content a {
	text-decoration: underline;
	color: black;
}
.content a:hover {
	text-decoration: underline;
	color: #008ce1;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #008ce1;
	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;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/
