/**********************************************************************************
* 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 {
	color: #006bac;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #008ce1 !important;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #006699;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: #660099 url(img/widetitlewithsoleil6.jpg);
	width: 900px;
	height: 234px;
	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: #006699 ;
}
.header-right {
	background: #006699 ;
}

.document-left {
	background: #006699 ;
}
.document-right {
	background: #006699;
}

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: #660099 url(img/footer2.jpg);
	width: 900px;
	height: 71px;
	vertical-align: bottom;
}

.footer-left {
	background: #006699;
}
.footer-right {
	background: #006699 ;
}

#left-column {
	vertical-align: top;
	background: #026AD9  url(img/backnav.jpg) ;
		width: 220px;
}

#document-column {
	vertical-align: top;
	width: 720px;
	text-align: left;
	background: #99ccff;
}

#right-column {
	vertical-align: top;
	background: #dae8f0;
	width: 0px;
}
/*******************************************************************************/

/*********************************** Navigation ********************************/
.navigation {
	margin: 35px 20px 20px 20px;
	padding: 0px;
	line-height: 15px;
}

.navigation li {
	margin: 1px;
	padding: 0px;
	color: #660099!important;
	font-size: 15px;
}
.navigation li a {
	font-weight: strong;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 5px 3px 5px;
	color: #660099!important;
}


.navigation a:hover {
	color: white;
	background: #FF9900;
font-weight: strong;
}


/*******************************************************************************/

/************************************ Content **********************************/
#content {
	background #99ccff;
	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: #008ce1;
}

#content {
	height: 400px;
}

/* 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: #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;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/
