/**********************************************************************************
* 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: #4192a3;
	font-size:12px;
}
h2 {
	color: #ff0000;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #000000;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 900px;
	text-align: left;
}

#header {
	background: #006bac;
	width:800px;
	height: 250px;
	vertical-align: bottom;
}

#header-title {
	color: white;
	font-size: 100%;
	margin: 0px 0px 5px 5px;
}
/*#header-subtitle {
	color: white;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

.header-left {
	background: #E0E0DF url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #E0E0DF 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: #008ce1;
	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: #dae8f0;
	width: 165px;
}

#document-column {
	vertical-align: top;
	width: 493px;
	text-align: left;
	background: white;
}

#right-column {
	vertical-align: top;
	background: #dae8f0;
	width: 142px;
}

.content {
	min-height: 500px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 10px;
	font-size:11px;
	color:#FFFFFF;
	
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	text-decoration: none;
	color:#ffffff;
	background: transparent;
	display: block;
	padding:4px 10px 5px 25px;
	background-image:url(img/bg_menu.jpg);
	background-repeat:no-repeat;
	
}
.navigation li a:hover {
	color:#4192a3;
	text-decoration:none;
	background-image:url(img/bg_menu2.jpg);
	background-repeat:no-repeat;
	
}
/*******************************************************************************/


/************************************ Content **********************************/



/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 55px 0px;
}
.portlet h1 {
	border: none;
	background: #008ce1;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
	color:#117990;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/

#info {
	text-align: center;
	color: #ffffff;
}
#info a {
	text-decoration: none;
	color: #ffffff;
}
