/*----------------------------------------------------------------------------
	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/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif) repeat-y;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
	background: url(images/static/hbg.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #556682;
	background : #006600 url(images/static/pgbk.gif) repeat-x;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #8cba8c;
}

.content th {
	color: #ffffff;
	background-color:#8cba8c;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #334455;
	background-color:#e3eee3;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #334455;
	background-color:#f2f7f2;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #006600;
}

.content legend {
	color: #006600;
}

.content label {
	color: #006600;
}

.content input {
	border-color: #006600;
}

.content textarea {
	border-color: #006600;
}

/*--------------------------------------------------------------------------*/
