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

	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 : #ffefd8 url(images/static/pgbk.gif) repeat-x;
}

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

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

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

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

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

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

.content legend {
	color: #cd9c64;
}

.content label {
	color: #000;
}

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

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

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

/*--- 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;
}

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