/*----------------------------------------------------------------------------
	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 : #56747F url(images/static/headerbg.gif) repeat-x;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : #56747F;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background-color: transparent;
}

#footer_text {
	background: transparent url(images/static/contentbg.gif) top left repeat;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #FFFFFF;
	background : #CC9E87 url(images/static/pgbk.jpg) repeat-x;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #b4a5a1;
}

.content th {
	color: #FFFFFF;
	background-color:#AABAC0;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #CDD7DA;
}

.content legend{
	color: #CDD7DA;
}

.content label {
	color: #CDD7DA;
}

.content input {
	border-color: #CDD7DA;
}

.content textarea {
	border-color: #CDD7DA;
}

/*--------------------------------------------------------------------------*/
