/*----------------------------------------------------------------------------
	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/static/subcontainer2_bg.gif) repeat-y;
}

#left_column_container {
	background: url(images/static/left_column_bg.gif) no-repeat 0 100%;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	background: url(images/static/header_bg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	background: url(images/static/nav_container_bg.gif) repeat-y;
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
  background-repeat: repeat-x;
}

a.main_nav_item:hover { 
  background-color: #d7e055;
  background-repeat: no-repeat;
}
a.main_nav_active_item {
  background-color: #d7e055;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
  background-repeat: repeat-x;
  background-color: #dee759;
}

a.sub_nav_item:hover { 
  background-color: #d7e055;
  background-repeat: no-repeat;
}

a.sub_nav_active_item {
  background-color: #d7e055;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: url(images/static/footer_bg.gif) no-repeat 0 100%;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background: url(images/static/body-bg.jpg) repeat-x bottom;
	background-attachment: fixed;
}


/*--- headings -------------------------------------------------------------*/

#content_container h4 {
  color: #90AF00;
}

#content_container h5 {
  color: #90AF00;
}

#content_container h6 {
  color: #90AF00;
}


/*--- links ----------------------------------------------------------------*/

#content_container a:link { 
  background-color: #EFFF64;
}
#content_container a:visited {
  background-color: #EFFF64;
}

#content_container a:hover { 
  background-color: #FFE064;
}
#content_container a:active {
  background-color: #FFE064;
}

#content_container table a:link {
	background-color: transparent;
}

#content_container table a:visited {
	background-color: transparent;
}

#content_container table a:active {
	background-color: transparent;
}

#content_container table a:hover {
	background-color: transparent;
}

/*--- tables ---------------------------------------------------------------*/

#content_container th {
	color: #fff;
	background-color: #949D04;
}

#content_container tr.odd {
	color: #4C5214;
	background-color: #F9FBD8;
}

#content_container tr.even {
	color: #4C5214;
	background-color: #EFF2BE;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff;
}

.weblog_article th {
	background-color: #949D04;
	color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

#content_container legend {
  color: #90AF00;
}

#content_container input { 
  color: #90AF00;
}

#content_container textarea {
  border-color: #C7B958;
}

#content_container button {
  background-color: #949D04;
}

/*--------------------------------------------------------------------------*/
