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

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : #f4fefe url(images/static/mainnav.gif) repeat-x top left;
}

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

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

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

#main_nav_list	{
	background: url(images/static/listbg.gif) no-repeat top left;
}

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

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

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

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

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

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

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

.content th {
	color: #fff;
	background-color:#73878A;
}

.content tr.odd {
	color: #324C50;
	background-color:#E9FDFD;
}

.content tr.even {
	color: #324C50;
	background-color:#D5EAEA;
}

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

.content fieldset {
	border-color: #73878A;
}

.content legend{
	color: #324C50;
}

.content label {
	color: #324C50;
}

.content input {
	border-color: #73878A;
}

.content textarea {
	border-color: #73878A;
}

/*--- lists ----------------------------------------------------------------*/

.content ul { 
background: #E9FDFD;
border-color: #A9BEC1;
}

.content ul li { 
list-style-image: url(images/static/list.gif); list-style-position: outside; display: list-item;
}

.content ol { 
background: #E9FDFD;
border-color: #A9BEC1;
}
