/*----------------------------------------------------------------------------
	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-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0 }

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif) repeat-y;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
	background: url(images/static/hbg.gif) no-repeat;
}

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

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

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

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

body#main_body  { color: #666666; background-color: #efefef; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0 }

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

.content table  { border-color: transparent }

.content th {
	color: #ffffff;
	background-color:#ae9e9a;
	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 {
	border-color: #84685e;
}

.content legend{
	color: #84685e;
}

.content label {
	color: #84685e;
}

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

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

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

