/*----------------------------------------------------------------------------
	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: #f5cb70;
  background-repeat: no-repeat;
}
a.main_nav_active_item {
  background-color: #f5cb70;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
  background-repeat: repeat-x;
  background-color: #f3d187;
}

a.sub_nav_item:hover { 
  background-color: #f5cb70;
  background-repeat: no-repeat;
}

a.sub_nav_active_item {
  background-color: #f5cb70;
}

/*--- 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: #bb5810;
}
#content_container h5 {
	color: #bb5810;
}
#content_container h6 {
	color: #bb5810;
}


/*--- links ----------------------------------------------------------------*/

#content_container a:link {
	background-color: #ffdcc2;
}
#content_container a:visited {
	background-color: #ffdcc2;
}

#content_container a:hover {
	background-color: #fff2c7;
}
#content_container a:active {
	background-color: #fff2c7;
}

#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: #bb5810;
}

#content_container tr.odd {
	color: #bb5810;
	background-color: #ffeadc;
}

#content_container tr.even {
	color: #bb5810;
	background-color: #ffdcc2;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff;
}

.weblog_article th {
	background-color: #bd5f1b;
	color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

#content_container legend {
	color: #bb5810;
}

#content_container input, textarea {
	border-color: #e39555;
}

#content_container button {
	background-color: #bb5810;
}

/*--------------------------------------------------------------------------*/
