/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 4

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.gif) repeat-y 50% 50%;
}

#main_container {
	background : url(images/static/maincontainerbg.gif) no-repeat;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif) repeat; 
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #000000;
	background : #e9f4d1 url(images/static/pgbk.gif) repeat-x;
}

.content table {
	border-color: #c1cc70;
}

.content th {
	color: #ffffff;
	background-color:#cad484;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #000;
	background-color:#f0fadb;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #000;
	background-color:#fafff0;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #cad484;
	background : url(images/static/fieldset.gif) repeat-x;
}

.content legend {
	color: #cad484;
}

.content label {
	color: #000;
}

.content input {
	border-color: #cad484;
}

.content textarea {
	border-color: #cad484;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 span {
	background : url(images/static/header_overlay.gif) no-repeat;
}

#extra_div2 span {
	background : url(images/static/bg_overlay.gif) no-repeat;
}

/*--------------------------------------------------------------------------*/
