
/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/




/*-- main container --------------------------------------------------------*/
/*#header  {background: url(images/static/head_bg.gif) no-repeat;}*/
#main_nav_container {background: url(images/static/main_nav_container_bg.gif) repeat-y;}
.sub_nav_container {background: url(images/static/sub_nav_container.gif) no-repeat;}
#sub_container2 {background: url(images/static/sub_container2.gif) no-repeat;}

/*--- caption --------------------------------------------------------------*/

#slogan { 
	color: #0777CD;
}
#text_caption {
	color: #6E6E6E;
/*	background: url(images/static/hbg.gif) no-repeat;*/
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	color: #fff;
	background: url(../../images/dynamic/buttonset5/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
	color: #5C2C34;
	background: url(../../images/dynamic/buttonset5/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #5C2C34;
	background: url(../../images/dynamic/buttonset5/n1hover.gif) no-repeat;
	background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	background: url(../../images/dynamic/buttonset5/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset5/subnav1hover.gif) no-repeat;
	color: #000;
}

.sub_nav_list a.sub_nav_active_item {
	color: #000;
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(images/static/search_bg3.gif) 0px 5px repeat-x;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body { 
	color: #000000;
	background: #fff;
}

/*--- paragraph ------------------------------------------------------------*/


/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #0777CD;
}

.content h2 {
	color: #0777CD;
}

.content h3 {
	color: #0777CD;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #ff0000;
}

.content a:visited {
	color: #ff0000;
}

.content a:hover {
	color: #ff0000;
}

.content a:active {
	color: #ff0000;
}

/*--- tables ---------------------------------------------------------------*/

.content table {

}

.content th {

}

.content tr {

}

.content td {

}

.content table {
	border-color: #41D7C4;
}

.content th {
	color: #000;
	background-color: #41D7C4;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #755b53;
	background-color:#f9f8f8;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #755b53;
	background-color:#f2efef;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #4A67A8;
}

.content legend{
	color: #C23248;
}

.content label {
	color: #C23248;
}

.content input {
	border-color: #4A67A8;
}

.content textarea {
	border-color: #4A67A8;
}

/*--------------------------------------------------------------------------*/
