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


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}
input, select, textarea {
	border: 1px solid #EA3A01;
}

#my-body {
	background: #F0D20E url(img/bg.jpg) repeat-x;
}


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

h1 {
	margin: 0px;
	padding: 8px 0px 12px 0px;
}


/**** navigation ***/
.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	height: 200px;
	margin-top: 50px;
}
.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #EA3A01;
}
.navigation li.current a {
	font-weight: bolder;
	color: #F0D20E;
}
.navigation li a:hover {
	color: #F0D20E;
}


.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin-left: 0px;
}
.navigation li.level2 a {
	margin-left: 15px;
}
.navigation li.level3 a {
	margin-left: 30px;
}

.root-navigation {
	margin-top: 101px;
	line-height: 31px;
}

.root-navigation li a {
	padding: 8px 10px 9px 10px;
	line-height: 30px;
	color: #EA3A01;
}

.root-navigation li.current a {
	font-weight: bolder;
	background: #EA3A01;
	color: black;
}
.root-navigation li a:hover {
	background: #EA3A01;
	color: black;
}

.portlet {
	color: white;
	padding: 0px;
}
.portlet h1 {
	display: none;
}
.portlet a {
	color: white;
}


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

/******************************** Site and body ********************************/
/***** Header *****/
.header {
	background: black url(img/header.jpg) no-repeat;
	height: 133px;
	width: 898px;
	vertical-align: top;
	border-bottom: 1px solid white;
	padding-left: 155px;
}

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

/***** Left column *****/
.left {
	background: black;
	padding: 4px;
	width: 154px;
	color: #EA3A01;
	border-right: 1px solid white;
}

/***** Right column *****/
.right {
	padding-left: 8px;
	background: white url(img/right.jpg) no-repeat;
	width: 152px;
	border-right: 1px solid #0099DF;
}

/***** Body column *****/
.body {
	padding: 8px 2px 2px 8px;
	width: 578px;
	height: 400px;
	text-align: left;
	background: #F3DD53 url(img/background_content.jpg) no-repeat;
}

.title {
	margin-top: 5px;
}

.content {
	line-height: 16px;
	width: 95%;
}

.content a:hover {
	text-decoration: none;
	color: #F48000;
}

.footer {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 5px;
}

.footer a {
	text-decoration: none;
	font-size: 85%;
}

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

