/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 2 - blue

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.gif) repeat-y;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #C4B7CE;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset2/n1hover.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
	background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #990033;
	background: #FF0000 url(../../images/dynamic/buttonset2/subnav1.gif) no-repeat;
	background-position: top left;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset2/subnav1hover.gif) no-repeat;
	color: #990033;
}

.sub_nav_list a.sub_nav_active_item {
	color: #000000;
	background: url(../../images/dynamic/buttonset2/subnav1active.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background : url(images/static/contentbg.gif) repeat-y;
}

#footer_text {
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #FFFFFF;
	background : #876697 url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #FFFFFF;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #C4B7CE;
}

.content h2 {
	color: #C4B7CE;
}

.content h3 {
	color: #C4B7CE;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #FFFFFF;
}

.content a:visited {
	color: #FFFFFF;
}

.content a:hover {
	color: #FFFFFF;
}

.content a:active {
	color: #FFFFFF;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #ffffff;
}

.content th {
	color: #ffffff;
	background-color:#735F88;
}

.content tr.odd {
	color: #735F88;
	background-color:#CFC5D7;
}

.content tr.even {
	color: #735F88;
	background-color:#CFC5D7;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #ffffff;
}

.content legend{
	color: #ffffff;
}

.content label {
	color: #ffffff;
}

.content input {
	border-color: #84685e;
	background-color: #CFC5D7;
}

.content textarea {
	border-color: #84685e;
	background-color: #CFC5D7;
}

.content button {
	background-color:#603A6D;
	border: 0px solid #735F88;
}

/*--------------------------------------------------------------------------*/
