@charset "UTF-8";
/**********************************************************************************
* 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 *******************************/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 105%;	
	background-color: #990000;
	text-align: center;
}
body *, table,tr,td {
	margin:0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
fieldset {
	border: 1px solid #006633;
	background: none;
}
#header1 {
	display: block;
	width: 960px;
	height: 124px;
	overflow: hidden;
}
#header1 h1, #header1 h1.shadow,
#header1 h2, #header1 h2.shadow {
	position: relative;
	width: 420px;
	margin: 0px;
	padding: 0px;
}

#header1 h1 {
	font-size: 40px;
	color: #FFFFFF;
	top: 10px;
	z-index: 2;
}
#header1 h1.shadow {
	color: #006633;
	z-index: 1;
	top: -35px;
	padding-left: 2px;
}
#header1 h2 {
	font-size:26px;
	color: #006633;
	z-index: 2;
	top: -25px;
	padding-left: 170px;
}
#header1 h2.shadow {
	color: #FFFFFF;
	z-index: 1;
	top: -54px;
	padding-left: 172px;
}
#header2 {
	display: block;
	width: 960px;
	height: 305px;
	overflow: hidden;
}
#header2 h1, #header2 h3, #header2 h2 {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #990000;
}
#header2 h1 {
	font-size: 30px;
	top: 40px;
	padding-left: 250px;
}
#header2 h3 {
	font-size: 56px;
	top: 66px;
	padding-left: 50px;
}
#header2 h2 {
	font-size: 44px;
	top: 90px;
	padding-left: 120px;
}
.spacer {
	display:block;
	width:100%;
	height: 5px;
}

#page {
  width: 960px;
  text-align: left;
  margin: 0px auto;
  background-image: url(img/page_bg.jpg);
  background-position: right;
  background-repeat: repeat-y;
  }

.message {
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
	color: black;
}
.message img {
	float: left;
	margin-right: 5px;
}

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

/**** navigation ***/
#nav {
	display: block;
	width: 220px;
	margin: 0px 20px 0px 10px;
}
.navigation, .navigation2, #nav p {
	margin: 0px;
	padding: 0px;
}
.navigation,
.navigation2 {
	font-family: "Times New Roman", Times, serif;
}

.navigation li, .navigation2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigation ul li.sort-0,
.navigation2 ul li.sort-0 {
	border-top: 1px solid #FFF;
}

.topnav {
	font-weight: bold;
	font-size: 90%;
	border-bottom: 1px solid #FFF;
}
.topnav a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}
.topnav a:hover {
	color: #DAA520;
	background-color: transparent;
}

.navigation li a,
.navigation2 li a,
#nav p {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
	padding: 8px 5px;
}

.navigation li.current a, .navigation2 li.current a {
	font-weight: bold;
	color: #B8860B;
}
.navigation li a:hover, .navigation2 li a:hover {
	color: #B8860B;
}

.navigation li.level1,
.navigation li.level2,
.navigation li.level3,
.navigation li.level4,
.navigation2 li.level0,
.navigation2 li.level1,
.navigation2 li.level2,
.navigation2 li.level3,
.navigation2 li.level4 {
	padding: 8px 2px;
	border-bottom: 1px solid #FFF;
}
.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin-left: 0px;
	font-size: 90%;
}
.navigation li.level2 a {
	margin-left: 15px;
	font-size: 90%;
}
.navigation li.level3 a {
	margin-left: 25px;
	font-size: 90%;
}
.navigation li.level4 a {
	margin-left: 35px;
	font-size: 75%;
}

.navigation2 li.level0 a { }
.navigation2 li.level1 a {
	margin-left: 0px;
	font-size: 90%;
}
.navigation2 li.level2 a {
	margin-left: 15px;
	font-size: 90%;
}
.navigation2 li.level3 a {
	margin-left: 25px;
	font-size: 90%;
}
.navigation2 li.level4 a {
	margin-left: 35px;
	font-size: 75%;
}

/**** root-navigation ***/
#contentnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.root-navigation {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 150%;
}
.root-navigation li {
	list-style-type: none;
	text-align: center;
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 5px 0px;
/*	border: 2px dotted #006633; */
	border-bottom: 8px solid #006633;
}
.root-navigation li a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
	padding: 5px 5px;	
	text-align: center;
}
.root-navigation li.current {
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	border-bottom: 8px solid #00CC66;
}
.root-navigation li:hover {
	color: #00CC66;
	background-color: transparent;
	border-bottom: 8px solid #DAA520;
}

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


/*********************************** Content ***********************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #FFF;
}
#content p,#content ul,#content ol {
	color: #FFF;
}
#content ol {
	margin-left: 20px;
}

#content {
	display: block;
	width: 640px;
	margin: 0px 0px 5px 0px;
	padding: 0px 35px 0px 25px;
}
#content ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content p {
	margin-top: 5px;
	margin-bottom: 3px;
}
#content .heading {
	font-weight: bolder;
	background: transparent;
}
h1.content_title {
	color: #FFF;
	background: transparent;
}
.float_right {
	width: 180px;
	float: right;
	clear: right;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.float_left {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

.float_left_no_clear {
	float: left;
	margin: 0px 10px 10px 0px;
}

.page-ressource-subtitle {
	padding: 0px !important;
	margin: 0px 0px 5px 15px !important;
	text-align: right;
	font-size: 80%;
}
.info_column {
	display: block;	
	padding: 0px 25px;
}
.info_column *{
	color: #006633;
	background-color: transparent;
}
#blind-login {
	text-align: center;
}
#blind-login input {
	color: #FFF;
	background-color: transparent;
}
.altlink, #footer, #footer a {
	cursor: pointer; 
	color: #FFF;
	text-decoration: none;
}
/*******************************************************************************/



/************************************ Module ***********************************/
.module_intro {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
.module_admin {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 6px;
	padding-bottom: 8px;
	min-height: 20px;
	width: 100%;
	clear: left;
}
.module_admin a {
	padding: 3px;
	margin-right: 10px;
	border: 1px solid gray;
	float: left;
}
.module_admin a img {
	float: left;
	margin-right: 3px;
}
.module_admin a:hover {
	background: #AAAAAA;
	color: #FFFFFF !important;
}
/*******************************************************************************/



/************************************ Search ***********************************/
#portlet-search {
	border-bottom: 1px solid #FFF;
}
#portlet-search .portlet-title {
	color: #FFFFFF;
	font-size: 0.9em;
	border :0;
}
#portlet-search .portlet-content {}
#portlet-search #portlet-search-input {}
#portlet-search #portlet-search-button {
	font-size: 0.8em;

}

.search {
}
.search_item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	color: #FFFFFF;
}
.search_item_title {
	text-decoration: underline;
	font-weight: bolder;
}
.highlighting,.search_item_title .highlighting {
	background-color: #CC0033;
	color:#FFCC66;
	border-bottom: 1px dotted #FFCC66;
}

.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}
/*******************************************************************************/



/************************************ Tools ************************************/

/***** Next and previous buttons *****/
.next_previous {
	color: #FFF;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: #FFF;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}


/***** Page 1 2 3 (on the bottom of a page) *****/
.page_123 {
	border-top: 1px solid #AAAAAA;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: left;
	width: 100%;
}
.page_123 a {
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none !important;
}
.page_123 span {
	padding: 0px 0px 0px 5px;
	font-weight: bolder;
}

.multipage a {
	text-decoration: none !important;
}
.multipage .current {
	font-weight: bold;
}


.breadcrumb a {
	text-decoration: none !important;
}

/***** Page counter (multiple pages in a category) *****/
.page_counter {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 2px 6px 2px 6px;
	margin: 5px 0px 5px 0px;
	float: left;
}
.page_counter a {
	text-decoration: none !important;
}
.page_counter .page {
	margin-right: 5px;
}
.page_counter .current {
	font-weight: bolder;
}
.next-button {
	margin-left: 10px;
}


.file_content {
	font-family: Courier;
	width: 98%;
}

table th {
	text-align: left;
}

.table {
	border: 1px solid #999999;
}
.table th {
	background: #999999;
	color: white;
	padding: 2px;
	margin: 0px;
}

.table td {
	padding: 2px;
	background: transparent;
	margin: 0px;
}

.table tr {
	padding: 0px;
	margin: 0px;
}

.even {
	background: transparent;
}
.odd {
	background: #EEEEEE;
}

.mod-database-detail,
.mod-database-detail td,
.mod-database-detail th,
.mod-database-detail tr {
	border: none;
}
.mod-database-detail td {
	padding-left: 0px;
}
.mod-database-detail {
	border-top: 1px solid #999999;
}
.mod-database-detail td {
	border-bottom: 1px solid #999999;
}

.padding-top-250 {
	margin-top: 250px;
}

fieldset.documents legend {
	color: #FFFFFF;
}
.documents a {
	text-decoration: none !important;
	color: #B8860B;
}
.document-entry {
}

/*******************************************************************************/
#info {
	width: 960px;
	text-align: left;
	margin: 300px auto auto auto;
}
#info *, #info p, #info ul li, #info a, #info h1 {
	font-size: 11px;
	line-height: 150%;
	color: #CC0000;
	background-color: transparent;
}

#info a {
	text-decoration: none;
}

a.shadow_link {
	white-space: nowrap;
	padding: 5px 10px 5px 0px;
}

.google_info {
	font-size: 11px;
	display: block;
	width: 100px;
	float: right;
}
.sitemap {
	display: block;
	width: 100%;
	padding: 0px 10px 0px 25px;
}

.sitemap h1 {
	font-size: 100%;
	margin: 0px;
}
.sitemap hr {
	width: 600px;
	border: 1px dashed #006633;
	margin: 5px 0px;
}
.sitemap li a {
	font-size: 90%;
	color: #FFF;
}
.sitemap li {
	margin: 0px;
	padding: 0px;
}

h1.content_title {
	margin: 15px 0px;
}

#portlet-news .content, #portlet-news .content p {
	color: #FFF;
	background-color: transparent;
}
#portlet-news .portlet-title, #portlet-news .detail, #portlet-news .subtitle {
	display: none;
}
.galerie {
	display: block;
	width: auto;
	height: auto;
	margin: 15px 0px 0px 0px;
}
.galerie-entry {

}

#portlet-login,
#portlet-login .portlet-title,
#portlet-login .portlet-content {
	color:#FFFFFF;
	background-color: transparent;
}
