/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(../images/contentbg.gif) repeat-y 50% 50%;
	border-width: 0px;
	border-color: #00CC00;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background: transparent url(../images/headerbg.gif) top left no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background :  repeat-y;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
}

#key_visual h1
{
	font-size:12px;
	/* padding-left:10px; */
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}

/*
#key_visual h2
{
	font-size:26px;
	color: #CC0000;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
*/

#key_visual  a {
  font-weight: bold;
  text-decoration: none;
  color: #990000;
}

#key_visual  a:hover {
  font-weight: bold;
  color: #660000;
  text-decoration: underline;
}


/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #006600;
	/* background: url(../images/hbg.gif) no-repeat;  */
	/* background: url(../images/essai_hbg.jpg) no-repeat; */
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	color: #ffffff;
	background-position: top right;
}

#main_nav_list a:hover {
	color: #ffffff;

	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #ffe87d;

	background-position: top right;
}


/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	color: #ffffff;

}

.sub_nav_list a:hover {

	color: #ffffff;
}

.sub_nav_list a.sub_nav_active_item {
	color: #ffe87d;

}


/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent  top left no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(../images/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #666677;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #460604;
	/* background: url(images/static/fond_oriental.jpg) no-repeat; */
	
	background-color: #460604;
	background-image: url(../images/fond_oriental_2200.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin:0px;
	
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #556682;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #4d6d96;
}

#content_container h2 {
	color: #4d6d96;
}

#content_container h3 {
	color: #4d6d96;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
	color: #006600;
}

#content_container a:visited {
	color: #339933;
}

#content_container a:hover {
	color: #4d6d96;
}

#content_container a:active {
	color: #003300; 
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #8cba8c;
}

#content_container th {
	color: #ffffff;
	background-color:#8cba8c;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #334455;
	background-color:#e3eee3;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #334455;
	background-color:#f2f7f2;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #990000;
}

legend{
	color: #990000;
}

label {
	color: #990000;
}

input {
	border-color: #990000;
}

textarea {
	border-color: #990000;
}

/*--------------------------------------------------------------------------*/

