/**********************************************************************************
* 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)  *
**********************************************************************************/


/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #ff3f00;
	margin-bottom: 1px;
	background: transparent;
	color: #333333;
}
h1 {
	color: #ff3f00;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #ff3f00 !important;
}

hr {
	height: 1px;
	border: 1px solid #ff3f00;
}
#my-body {
	background: white;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#root-navigation {
	width: 900px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 35px;
}

#left {
	width: 125px;
	float: left;
}

#navigation {
	width: 125px;
	height: 170px;
	/* margin-right: 15px; */
	background: white url(img/bg_portlet.gif) no-repeat;
	margin-bottom: 15px;
}

#old {
	width: 125px;
	height: 40x !important;
	background: url(img/tab_bg.gif) no-repeat;
}
#old a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 9px 9px 12px 12px;
}

#sponsors {
	float: right;
	width: 200px;
	background: white;
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 5px;
	margin-top: 50px;
	font-weight: bold;
	padding-top: 4px;
}

#sponsor {
	background: white;
	margin-bottom: 25px;
	padding-top: 5px;
}

#sponsors img {
	padding-top: 6px;
	padding-bottom: 6px;
}



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




/*********************************** Navigation ********************************/
.root-navigation li {
	padding: 0px;
	margin: 0px;
	background: transparent;

}
.root-navigation li a {
	color: #ff3f00;
	font-size: 120%;
	background: transparent;
	padding: 8px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	text-align: center;
	height: 22px;
	width: 104px;
}
.root-navigation li a:hover,
.root-navigation li.current a {
	font-weight: normal;
	color: white;
	background: url(img/tab_bg.gif) no-repeat;
}

.root-navigation li.sort-0 a {
	margin-top: 0px;
}
.root-navigation li.sort-1 a {
	margin-top: 15px;
}
.root-navigation li.sort-2 a {
	margin-top: 10px;
}
.root-navigation li.sort-3 a {
	margin-top: 0px;
}
.root-navigation li.sort-4 a {
	margin-top: 5px;
}
.root-navigation li.sort-5 a {
	margin-top: 0px;
}
.root-navigation li.sort-6 a {
	margin-top: 20px;
}


.navigation {
	padding: 6px 0px 0px 0px;
	line-height: 15px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
.navigation li a {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 8px 3px 5px;
	color: black !important;
	line-height: 15px;
	height: 15px;
}

.navigation li.sort-0 a {
	padding-left: 6x;
}
.navigation li.sort-1 a {
	padding-left: 5px;
}
.navigation li.sort-2 a {
	padding-left: 4px;
}
.navigation li.sort-3 a {
	padding-left: 3px;
}
.navigation li.sort-4 a {
	padding-left: 2px;
}
.navigation li.sort-5 a {
	padding-left: 1px;
}
.navigation li.sort-6 a {
	padding-left: 0px;
}

.navigation li.level0 {
	display: none;
}

.navigation li a:hover,
.navigation li.current a {
	font-weight: normal;
	color: #666666 !important;
}

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


/************************************ Content **********************************/
#content {
	float: left;
	width: 570px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 30px;
	margin-bottom: 10px;
	background: white url(img/bg_content.gif) no-repeat;
}

#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #ff3f00;
}

#content {
	height: 422px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 422px;
}


.content {
	padding: 0px 20px 0px 20px;
}

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


/************************************ Portlets *********************************/
.portlet {
	width: 125px;
	margin-bottom: 15px;
	background: black url(img/bg_portlet.gif) no-repeat;
}
.portlet h1 {
	display: none;
}
.portlet h2 a,
.portlet a h2,
.portlet h2 {
	color: black !important;
	font-size: 12px;
}
.portlet a {
	line-height: 17px;
	display: block;
	color: white;
}
.portlet-content {
	padding-left: 8px;
	padding-right: 10px;
	color: white;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}

#portlet-page-tools a {
	font-size: 80%;
}


.listing-img {
	padding-top: 31px;
}

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

#footer {
	clear: left;
	color: white;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	margin-bottom: 15px;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}

.listing_entry p {
	margin-left: 210px;
}


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