/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background-image	:	url("images/static/contentbg.gif");
}

#main_container {
	background-image	:	url("images/static/maincontainerbg.gif");
}

/*--- header ---------------------------------------------------------------*/

#header	{
	background-image	:	url("images/static/headerbg.gif");
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	background-image	:	url("images/static/navbg.gif");
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background-image	:	url("../../images/dynamic/key_visual1.jpg");
}

/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color				:	#746859;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list{
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list li{
}

#main_nav_list a.main_nav_item {
	color				:	#254D61;
}

#main_nav_list a.main_nav_item:hover {
	color				:	#FBFBFB;

}

#main_nav_list a.main_nav_active_item {
	color				:	#FBFBFB;

}

#main_nav_list a.main_nav_active_item:hover {
	color				:	#FBFBFB;

}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
	background-color	:	#254D61;
}

.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");
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background-image	:	url("images/static/footerbg.gif");
}

#footer_text {
	color				:	#FFF;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color				:	#000;
	background-color	:	#D5E0E4;
	background-image	:	url("images/static/pgbk.gif");
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color				:	#000;
	background-color	:	#FAF4E9;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color				:	#254D61;
	background-image	:	url("images/static/header1bg.gif");
}

#content_container h2 {
	color				:	#254D61;
	background-image	:	url("images/static/header2bg.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 {
}

th {
	border-color		:	#FAF4E9;
}

tr {
}

td {
	border-color		:	#FAF4E9;
}

#content_container {
}

#content_container table {
	border-color		:	#FAF4E9;
}

#content_container th {
	color				: 	#FAF4E9;
	background-color	:	#254D61;
}

#content_container tr.odd {
	color				:	#006699;
	background-color	:	#FDFAF5;
}

#content_container tr.even {
	color				:	#006699;
	background-color	:	#F0E8D9;
}

ul { 
}

li { 
	color				:	#000;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color		:	#254D61;
	background-color	:	#FDFAF5;				
}

legend {
	color				:	#254D61;
}

label {
	color				:	#254D61;
}

input {
	border-color		:	#254D61;
}

textarea {
	border-color		:	#254D61;
}

/*--------------------------------------------------------------------------*/
