/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1 - gold

	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: #33270E;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
	background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
	background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #990033;
	background: #FF0000 url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
	background-position: top left;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
	color: #990033;
}

.sub_nav_list a.sub_nav_active_item {
	color: #000000;
	background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background : url(images/static/contentbg.gif) repeat-y;
}

#footer_text {
	color: #33270E;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #33270E;
	background : #988A60 url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #33270E;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #33270E;
}

.content h2 {
	color: #CFC195;
}

.content h3 {
	color: #6A521D;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #33270D;
}

.content a:visited {
	color: #33270D;
}

.content a:hover {
	color: #33270D;
}

.content a:active {
	color: #33270D;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #ffffff;
}

.content th {
	color: #ffffff;
	background-color:#33270E;
}

.content tr.odd {
	color: #33270E;
	background-color:#CFC195;
}

.content tr.even {
	color: #33270E;
	background-color:#CFC195;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #33270D;
}

.content legend{
	color: #33270D;
}

.content label {
	color: #33270D;
}

.content input {
	border-color: #33270D;
	background-color: #CFC195;
}

.content textarea {
	border-color: #33270D;
	background-color: #CFC195;
}

.content button {
	background-color:#33270E;
	border: 1px solid #5F5334;
}

/*--------------------------------------------------------------------------*/
