/********************************************************************************
* phpComasy, Content Management System                                          *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 - 2006 Emanuel Zuber (www.noreality.ch)                    *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/


/***** 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 #0099DF;
	margin-bottom: 1px;
}
h1 {
	color: #0099DF;
}
h2 {
	color: #0099DF;
}
hr {
	height: 1px;
	border: 1px solid #0099DF;
}
/*******************************************************************************/



/************************************ Basic ************************************/

.my-body {
	background: #CCCCCC;
}

/***** Header *****/
.header {
	height: 150px;
	width: 900px;
	text-align: left;

	padding: 0px;
}

.header-top {
	text-align: right;
	margin: 5px 5px 0px 0px;
	height: 95px;
}

.header-bottom {
	margin-top: 10px;
	vertical-align: bottom;
}

.header h1 {
	display: inline;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}

.header h2 {
	color: white;
}


#logo {
	float: left;
}

/***** Left column *****/
.left {
	background: #e20a0a;
	width: 150px;
	padding-top: 50px;
}
.left a {
	color: white;
}

/***** Body column *****/
.body {
	height: 400px;
	text-align: left;
}

/***** Site *****/
.site {
	margin-top: 10px;
	border: 10px solid #EEEEEE;
	text-align: left;
	background: white;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/

.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 1px 5px 1px 5px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: white;
}

#nav-6,
#nav-15 {
	margin-top: 14px;
}

.navigation li.current {
	
}
.navigation li.current a {
	color: white;
	font-weight: bolder;
}
.navigation li.current a:hover {
	font-weight: bolder;
}
.navigation li a:hover {
	color: white;
	font-weight: bolder;
}

.navigation li.level1 {
	margin-left: 5px;
	border-left: 5px solid white;
}

.navigation li.level1.current {
	margin-left: 5px;
	border-left: 5px solid #DDDDDD;
}

.navigation li.level1 a {
	margin-left: 0px;
	font-size: 100%;
}

/*******************************************************************************/


/************************************ Content **********************************/
.content {
	padding: 10px;
}
.content a {
	color: #e20a0a;
}
.content a:hover {
	text-decoration: none;
	color: black;
}
.content h1 {
	font-weight: 150%;
	color: #e20a0a;
	margin: 10px 0px 8px 0px;
	padding: 0px;
}

.content h2 {
	font-weight: 125%;
	color: #e20a0a;
	margin: 5px 0px 4px 0px;
	padding: 0px;
}

/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet h1 {
	color: black;
	border-bottom: 1px solid #0099DF;
}

#portlet-language-switcher {
	float: right;
	/* display: block; */
	display: inline;
}
#portlet-language-switcher h1 {
	display: none;
}
#portlet-language-switcher a {
	color: white;
	text-transform: uppercase;
}

#portlet-page-break-after {
	text-align: center;
}
#portlet-page-tools h1 {
	display: none;
}
#portlet-page-tools {
	display: inline;
}
#portlet-page-tools .portlet-content {
	display: inline;
}
#portlet-page-tools a {
	display: inline;
	padding-right: 3px;
}
#portlet-page-tools a:hover {
	color: white;
}

#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 5px;
	color: #333;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
/***** Powered By *****/
.powered_by {
	font-size: 85%;
}
.powered_by a {
	font-size: 100%;
}

/***** Standards *****/
.standards {
	margin-top: 3px;
}

/***** Box *****/
.box {
	border: 1px solid #0099DF;
	background: #58BCF0;
	color: black;
	padding: 4px;
}
/*******************************************************************************/
