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

#alert {
	margin-top: 15px;
	margin-left: 15px;
	padding: 6px;
	float: left;
	text-align: left;
	background: yellow;
	border: 1px solid red;
	width: 440px;
}


body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
}


input, select, textarea {
	border: 1px solid #ba0000;
	margin-bottom: 1px;
	background: white;
}
h1 {
	color: #ba0000;
}
h2 {
	color: #ff3300;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}

#my-body {
	background: #ff3300 url(img/background.gif) repeat-y;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 980px;
	text-align: left;
	border-right: 20px solid white;
}

#header {
	background: white url(img/logo.jpg) 40px 80px no-repeat;
	width: 980px;
	height: 160px;
	vertical-align: top;
	border-bottom: 20px solid white;
	text-align: right;
}

#pictures-top {
	height: 160px;
	margin-right: 90px;
}

.footer-text {
	font-size: 90%;
	padding: 3px;
	width: 120px;
	text-decoration: none;
	background: #ff3300;
	color: white;
	display: block;
	margin: 6px;
}

#left-column1 {
	vertical-align: top;
	background: #ba0000;
	width: 140px;
}

#left-column2 {
	vertical-align: top;
	background: #ff3300;
	width: 140px;
}

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

#right-column {
	vertical-align: top;
	background: white;
	width: 90px;
}
/*******************************************************************************/


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

.root-navigation {
	padding: 10px;
}

.root-navigation li a {
	color: white !important;
	line-height: 24px;
	display: block;
}

.root-navigation li.current a,
.root-navigation li a:hover {
	font-weight: bolder;
	color: black !important;
}




.navigation {
	padding: 10px;
}

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

.navigation li.current a,
.navigation li a:hover {
	font-weight: bolder;
	color: black !important;
}


.navigation li.level0 {
	display: none;
}

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

#nav-4 {
	margin-top: 24px;
}
#nav-17 {
	margin-top: 48px;
}
#nav-21 {
	margin-top: 96px;
}
#nav-29 {
	margin-top: 144px;
}
#nav-6 {
	margin-top: 168px;
}
#nav-40 {
	margin-top: 192px;
}

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


/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 17px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: #ff3300;
}
#content a:hover {
	text-decoration: underline;
	color: #ba0000;
}

#content {
	height: 350px;
}

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


#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

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


/************************************ 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;
}


#portlet-search {
	background: #ff3300;
	padding: 3px;
	margin: 6px;
	margin-right: 8px;
	color: white;
}

#portlet-search h1 {
	background: transparent;
}

#portlet-search input {
	width: 100px;
}

.search a {
	text-decoration: none !important;
	margin-bottom: 15px;
}
/*******************************************************************************/


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

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


#content label {
	width: 160px;
	font-weight: bold !important;
}
.submitter {
	margin-left: 160px;
}
#content fieldset {
	background: #ffffcc url(img/fieldset.jpg) repeat-x !important;
}




