/*----------------------------------------------------------------------------
	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: #a6c5dd;
  background-repeat: no-repeat;
}
a.main_nav_active_item {
  background-color: #a6c5dd;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
  background-repeat: repeat-x;
  background-color: #b2d1e9;
}

a.sub_nav_item:hover { 
  background-color: #a6c5dd;
  background-repeat: no-repeat;
}

a.sub_nav_active_item {
  background-color: #a6c5dd;
}

/*--- 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 { 
}
#content_container h5 { 
	color: #1c6392;
}
#content_container h6 {
	color: #1c6392;
}


/*--- links ----------------------------------------------------------------*/

#content_container a:link {
	background-color: #9df9fb;
}

#content_container a:visited {
	background-color: #9df9fb;
}

#content_container a:hover {
	background-color: #eef3f5;
}
#content_container a:active {
	background-color: #eef3f5;
}

#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: #1a556d;
}

#content_container tr.odd {
	color: #1a556d;
	background-color: #ddeef5;
}

#content_container tr.even {
	color: #1a556d;
	background-color: #c6dfe9;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff;
}

.weblog_article th {
	background-color: #1a556d;
	color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

#content_container legend {
	color: #1c6392;
}

#content_container input { 
	border-color: #5c8ea5; 
}
#content_container textarea {
	border-color: #5c8ea5; 
}

#content_container button {
	background-color: #1c6392;
}

/*--------------------------------------------------------------------------*/
