/*----------------------------------------------------------------------------
	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% #666666;
}

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

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

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

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

#text_caption
{
	color							:	#FFF;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list li{
	border-color					:	#000;
}

#main_nav_list a
{
	color							:	#FFF;
}

#main_nav_list a:hover
{
	color							:	#FFF;

	background-position				:	top left;
}

#main_nav_list a.main_nav_active_item
{
	color							:	#000;
	background-position				:	top left;
}

#main_nav_list a.main_nav_active_item:hover
{
	color							:	#FFF;
	background-position				:	top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a
{
	color							:	#BED058;

}

.sub_nav_list a:hover
{

	color							:	#BED058;
}

.sub_nav_list a.sub_nav_active_item
{
	color							:	#BED058;

}

.sub_nav_list a.sub_nav_active_item:hover
{
	color							:	#BED058;

}

/*--- search ---------------------------------------------------------------*/
#content_search_container
{
	background						:	transparent url("images/static/search_bg3.gif") top left no-repeat;
}
#content_search_container button
{
	color							:	#FFF;
	background						:	transparent url("images/static/inputbutton.gif") top left;
}
/*--- footer ---------------------------------------------------------------*/

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

#footer_text
{
	color							:	#333333;
}



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

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

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

/*--- paragraph ------------------------------------------------------------*/

#content_container p
{
	color							:	#FFF;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1
{
	color							:	#D5D5D5;
	background						:	url("images/static/header1bg.gif") no-repeat;
}

#content_container h2
{
	color							:	#D5D5D5;
	background						:	url("images/static/header2bg.gif") no-repeat;
}

#content_container h3
{
	color							:	#D5D5D5;
	background						:	url("images/static/header2bg.gif") no-repeat;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link
{
	color							:	#BED058;
}

#content_container a:visited
{
	color							:	#BED058;
}

#content_container a:hover
{
	color							:	#BED058;
}

#content_container a:active
{
	color							:	#BED058;
}

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

table {
}

th {
	border							:	1px solid #4C4C4C;
}

tr {
}

td {
	border							:	1px solid #4C4C4C;
}

#content_container table
{
	border-color					:	#BED058;
}

#content_container th
{
	color							: 	#4C4C4C;
	background						:	url("images/static/tbl_header.gif");
	padding							:	3px 2px 3px 2px;
}

#content_container tr.odd
{
	color							:	#FFF;
	background-color				:	#696969;
	padding							:	3px 2px 3px 2px;
}

#content_container tr.even
{
	color							:	#FFF;
	background-color				:	#7C7C7C;
	padding							:	3px 2px 3px 2px;
}

ul {
}

li {
	color							:	#FFF;
}

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

fieldset
{
	border-color					:	#000;
	background 						:	url(images/static/fieldsetbg.gif) repeat-x top left #666;
}

legend
{
	color							:	#FFF;
}

label
{
	color							:	#ccc;
}

input
{
	border-color					:	#FFF;
}

textarea
{
	border-color					:	#FFF;
}

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