/**********************************************************************************
* 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: red;
}
h2 {
	color: #000000;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #b0ddc3;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: url(img/head.jpg) top right no-repeat;
	width: 800px;
	height: 160px;
	vertical-align: bottom;
}

a
{
color:#FFffff; text-decoration:none;fontface:verdana
}
a:hover
{
color:#000000;text-decoration:none
}



/*#header-title {
	color: #ffffff;
	font-size: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 5px;
}
#header-subtitle {
	color: #f67a01;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

.header-left {
	background: #E0E0DF url(img/hleft.jpg) right repeat-y;
}
.header-right {
	background: #E0E0DF;
}


.document-left {
	background: #EFEFEF url(img/docl.jpg) right repeat-y;
}
.document-right {
	background: #EFEFEF;
}

*/

#header-breadcrumb {
	background: #000000;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	height: 22px;
	color: black;
	font-size: 8px;
	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: #fcbe95;
	width: 170px;
}

#document-column {
	vertical-align: top;
	width: 600px;
	text-align: left;
	background: white;
	
}

#right-column {
	vertical-align: top;
	background: #fcbe95;
	width: 30px;
}

.content {
	min-height: 300px;
	
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    height: 300px;
	font-size: 20px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
	padding-left:5px;
	display:block;
	
	
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display:block;
	
}

.navigation li a {
	text-decoration: none;
	color: black;
	display:block;
	text-decoration:underline;
}
.navigation li a:hover {
	text-decoration:none;
	color: #ffffff;
	background:#fd5c1f;
	
}

/*******************************************************************************/


/************************************ Content **********************************/
.content {
	padding: 10px 20px 20px 10px;
	
}
.content h1 {
	margin-top: 5px;
	font-size: 14px;
	font-color:#000000;
}
.content a {
	text-decoration: none;
	color: blue;
	
}
.content a:hover {
	text-decoration: none;
	color: #f34e13;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #ff6701;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	margin: 8px;
}
.portlet a {
	line-height: 10px;
	display: block;
}
.portlet-content {
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
#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;
}
/*******************************************************************************/
