/**********************************************************************************
* 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 black;
	margin-bottom: 1px;
}
h1 {
	color: #da0f00;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #da0f00 !important;
	font-size: 115%;
	font-weight: normal;
}
hr {
	height: 1px;
	border: 1px solid #da0f00;
}
#my-body {
	/* background: #EFEFEF; */
	background: #f2f2f2;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: #da0f00;
	width: 800px;
	height: 160px;
	vertical-align: top;
	text-align: left;
	background: url(img/header.jpg) no-repeat;
}


#header-title {
	color: white;
	font-size: 250%;
	margin: 0px;
	padding: 0px 10px 5px 529px;
}

.document-left {
	background: #f2f2f2 url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #f2f2f2 url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #da0f00;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}


#top{
	background: url(img/header.gif) bottom left no-repeat;
	height: 22px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 170px;
}
.top-left {
	background: url(img/header-left.gif) bottom right no-repeat;
}
.top-right {
	background: url(img/header-right.gif) bottom left no-repeat;
}


#footer {
	background: url(img/footer.gif) no-repeat;
	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: white;
	width: 180px;
}

#document-column {
	vertical-align: top;
	width: 620px;
	text-align: left;
	background: white;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 15px 10px 0px 0px;
	padding: 0px;
	line-height: 15px;
	border-top: 1px solid #666666;
	margin-bottom: 20px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 4px 5px 4px 5px;
	color: black !important;
	border-bottom: 1px solid #999999;
	background: #f5f5f5;
}

.navigation li a:hover,
.navigation li.current a {
	font-weight: normal;
	background: #da0f00;
	color: white !important;
	border-bottom: 1px solid white;
}

.navigation li.level1 a {
	margin-left: 0px;
	padding-left: 25px;
	font-size: 100%;
}
.navigation li.level2 a {
	margin-left: 0px;
	padding-left: 50px;
	font-size: 90%;
}

.navigation #nav-17 a,
.navigation #nav-16 a {
	font-weight: bold !important;
}

.navigation #nav-2 {
	margin-top: 17px;
	border-top: 1px solid #666666;
}


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


/************************************ Content **********************************/
#content {
	padding: 10px 30px 30px 10px;
	line-height: 18px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #da0f00;
}

#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: #da0f00;
	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;
}

#news-block {
	float: right;
	margin-right: 20px;
}

#news-title {
	background: red;
	text-align: left;
	color: white;
	background: #da0f00;
	padding: 3px;
	font-weight: bold;
}



#portlet-listing-news {
	text-align: left;
	display: block;
	width: 250px;
	height: 80px;
	border: 1px solid #da0f00;
	background: transparent url(img/transparency.png);
	color: black;
	margin: none !important;
	padding: none !important;
}
#portlet-listing-news h1 {
	display: none;
}
#portlet-listing-news .portlet-content {
	margin: none !important;
	padding: none !important;
}



#portlet-listing-news a {
	color: black;
}

#portlet-member {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #f5f5f5;
	margin-right: 10px;
}

.member-panel-my-settings {
	display: none !important;
}

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


.management {
	line-height: 16px;
}


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

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

