/*----------------------------------------------------------------------------
	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 top left;
	}
	/*--- header ---------------------------------------------------------------*/
	#header
	{
	background:url(images/static/headerbg.jpg) no-repeat top left ;
	}

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

/*--- main navigation ------------------------------------------------------*/
	#main_nav_container
	{
	background:url(images/static/navbg1.gif) repeat-y;
	}
	/*--- caption --------------------------------------------------------------*/
	#slogan
	{
	background:url(images/static/captionbg.gif) no-repeat top left ;
	}
	
	/*--- footer ---------------------------------------------------------------*/
	#footer
	{
	background:transparent url("images/static/footerbg.gif") top left no-repeat;
	}

	/*----------------------------------------------------------------------------
	default-styles for html-elements
	----------------------------------------------------------------------------*/
	/*--- body -----------------------------------------------------------------*/
	body#main_body
	{
	color:#000;
	background:#aaa url(images/static/pgbk.gif) top left;
	}
	/*--- headings -------------------------------------------------------------*/
	.content h1
	{
	background:url("images/static/header1bg.gif") no-repeat;
	}
	.content h2
	{
	background:url("images/static/header2bg.gif") no-repeat;
	}
	.content h3
	{
	background:url("images/static/header3bg.gif") no-repeat;
	}

.content th
	{
	background-color:#ff5800;
	padding:16px 2px 5px 2px;
	}
	.content tr.odd
	{
	color:#000;
	background-color:#ffeee5;
	padding:3px 2px 3px 2px;
	}
	.content tr.even
	{
	color:#000;
	background-color:#fff;
	padding:3px 2px 3px 2px;
	}
	.content li {
	color:#000;
	}
	/*--- forms ----------------------------------------------------------------*/
	.content fieldset
	{
	border-color:#666;
	}
	.content legend
	{
	color:#000;
	}
	.content label
	{
	color:#000;
	}
	.content input
	{
	border-color:#666;
	}
	.content textarea
	{
	border-color:#666;
	}
	/*--------------------------------------------------------------------------*/
	/*--- special --------------------------------------------------------------*/
	#extra_div1 span {
	background : url(images/static/headerbg_overlay.gif) no-repeat;
	}
	#extra_div2 span {
	background : url(images/static/logo_overlay.gif) no-repeat 18px 0px;
	}
	/*--------------------------------------------------------------------------*/

