/*----------------------------------------------------------------------------
	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/pgbk.gif) repeat-x;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background-color: transparent;
}

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

#footer {
	background-color: transparent}

#footer_text {
	color: #666666;
}

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

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

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

/*--- tables ---------------------------------------------------------------*/

.content table {
}

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

.content tr.odd {
	color: #755b53;
	background-color:#f9f8f8;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #755b53;
	background-color:#f2efef;
	padding: 3px 2px 3px 2px;
}

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

.content fieldset {
	background-color: #F2C0C0;
}

.content legend{
	color: #666666;
	color: #CC0504;
	padding-bottom:22px;

}

.content label {
	color: #666666;
}

.content input {
	border: 1px solid #9A9A9A
}

.content textarea {
	border: 1px solid #9A9A9A
}

.content button {
	border: 1px solid #666666;
	background-color: #efefef;
}


/*--------------------------------------------------------------------------*/

/*--- lists ------------------------------------------------------------*/

.content ul, .content li {
	color: #666666 }

.content ol, .content li  {
	color: #666666 }

/*--------------------------------------------------------------------------*/
