/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 2 - blue

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

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
}

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

#footer {
	background : url(images/static/contentbg.gif) repeat-y;
}

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

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

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

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

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

.content th {
	color: #ffffff;
	background-color:#4A6A80;
}

.content tr.odd {
	color: #4A6A80;
	background-color:#BCCBD4;
}

.content tr.even {
	color: #4A6A80;
	background-color:#BCCBD4;
}

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

.content fieldset {
	border-color: #ffffff;
}

.content legend{
	color: #ffffff;
}

.content label {
	color: #ffffff;
}

.content input {
	border-color: #84685e;
	background-color: #BCCBD4;
}

.content textarea {
	border-color: #84685e;
	background-color: #BCCBD4;
}

.content button {
	background-color:#3a586d;
	border: 0px solid #4A6A80;
}

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