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

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

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


/*-- 	{
	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 {
border-color: #9a9a9a
}

.content th {
	color: #666666;
	background-color:#FFEAD7;
	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 {
	font-size: 11px;
	line-height:14px;
	background-color: #FFF3E7;
}

.content legend{
	color: #666666;
	color: #FF8915;
}

.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 }

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