/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 3 - grey

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background-color: #E1E1E1;
}

#sub_container1 {
	/*background: url(images/static/key_visual1_down.jpg);*/ 
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background-color: #FFFFFF;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background-color: #E1E1E1;
}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #6C6C6C;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	background-color: #E1E1E1;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{
}

/*--- footer ---------------------------------------------------------------*/

#footer {
}

#footer_text {
	color: #6C6C6C;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #000000;
	background : #666666 url(images/static/pgbk.jpg) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #6C6C6C;
}

#content_container h2 {
	color: #6C6C6C;
}

#content_container h3 {
	color: #6C6C6C;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #6C6C6C;
}

#content_container a:visited {
	color: #6C6C6C;
}

#content_container a:hover {
	color: #6C6C6C;
}

#content_container a:active {
	color: #6C6C6C;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {

}

#content_container th {

}

#content_container tr {

}

#content_container td {

}

#content_container table {
}

#content_container th {
	background-color:#6C6C6C;
}

#content_container tr.odd {
	background-color:#C5C5C5;
}

#content_container tr.even {
	background-color:#C5C5C5;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	border-color: #6C6C6C;
}

#content_container legend{
	color: #6C6C6C;
}

#content_container label {
	color: #6C6C6C;
}

#content_container input {
	border-color: #6C6C6C;
}

#content_container textarea {
	border-color: #6C6C6C;
}

#content_container button {
	background-color: #8E8E8E;
}
/*--------------------------------------------------------------------------*/
