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

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

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


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



#main_container {
    background-color	:	#FFFFFF;
}






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




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

.sub_nav_container {
	/*background-color	:	#254D61;*/
    background-color	:	#D89125;
}

.sub_nav_list a {
	color				:	#FFF;
}

.sub_nav_list a:hover {
	color				:	#C4D9E4;
}

.sub_nav_list a.sub_nav_active_item {
	color				:	#FFF;
}

.sub_nav_list a.sub_nav_active_item:hover {
	color				:	#C4D9E4;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
	border-color		:	#254D61;
	background-color	:	#8FAEB8;
}

#content_search_container button {
	color				:	#254D61;
	background-image	:	url("images/static/inputbutton.gif");
}


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



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

#content_container h1 {
	color				:	#254D61;
	background-image	:	url("images/static/header1bg.gif");
}

#content_container h3 {
	color				:	#254D61;
	background-image	:	url("images/static/header3bg.gif") no-repeat;
}

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

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

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

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

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

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

table {
    border-width:1;
}

th {
	/*border-color		:	#FFFFFF;*/
}

tr {
}

td {
	/*border-color		:	#FFFFFF;*/
}

#content_container {
}


#content_container table {
    border-style:none;
	/*border-color		:	#FFFFFF;*/
}


#content_container th {
	color				: 	#FFFFFF;
	background-color	:	#254D61;
}

#content_container tr.odd {
	color				:	#006699;
	background-color	:	#FDFAF5;
}

#content_container tr.even {
	color				:	#006699;
	background-color	:	#F0E8D9;
}


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

fieldset {
	border-color		:	#254D61;
	background-color	:	#FDFAF5;
}

legend {
	color				:	#254D61;
}

label {
	color				:	#254D61;
}

input {
	border-color		:	#254D61;
}

textarea {
	border-color		:	#254D61;
}

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

