/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container    { background: repeat-y 50% 50% }

/*--- header ---------------------------------------------------------------*/
#header	 { background: no-repeat }

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

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

#extra_div1{
	color: #5C5C5C;
}

#extra_div2 { background: no-repeat }

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

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

#main_nav_list a  { color: #0b1a21; background: url(images/n1.gif) no-repeat right top }

#main_nav_list a:hover  { color: #ffffff; background: url(images/n1hover.gif) no-repeat right top }

#main_nav_list a.main_nav_active_item  { color: #ffffff; background: url(images/n1activeitem.gif) no-repeat right top }


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

.sub_nav_list a  { color: #0b1a21; background: url(images/subnav1.gif) no-repeat }

.sub_nav_list a:hover  { color: #ffffff; background: url(images/subnav1hover.gif) no-repeat }

.sub_nav_list a.sub_nav_active_item  { color: #ffffff; background: url(images/subnav1active.gif) no-repeat }


#sub_container2 {
}



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

#footer  { background: no-repeat left top }

#footer_text {
	color: #282828;
}

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

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

body#main_body   { color: #282828; background-color: #ff6 }

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

#content_container p {
	color: #282828;
}

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

#content_container h1 {
	color: #5C5C5C;
}

#content_container h2 {
	color: #5C5C5C;
}

#content_container h3 {
	color: #5C5C5C;
}

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

#content_container a:link{
	color: #5C5C5C;
}

#content_container a:visited {
	color: #5C5C5C;
}

#content_container a:hover {
	color: #5C5C5C;
}

#content_container a:active {
	color: #5C5C5C;
}

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

table {

}

th {

}

tr {

}

td {

}

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

#content_container th {
	color: #ffffff;
	background-color:#989898;
	padding: 3px 2px 3px 5px;
}

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

#content_container tr.even {
	color: #515151;
	background-color: #E3E3E3;
	padding: 3px 2px 3px 2px;
}

#content_container td {
	padding-left: 5px;
}


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

fieldset {
	border-color: #5C5C5C;
}

legend{
	color: #5C5C5C;
}

label {
	color: #5C5C5C;
}

input {
	border-color: #5C5C5C;
}

textarea {
	border-color: #5C5C5C;
}

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

