/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs3.css");
@import url("forum_cs3.css");

/*-- main container --------------------------------------------------------*/

#container {
	background-image: url(images/static/contentbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background-image: url(images/static/headerbg.jpg);
	background-repeat: no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {

}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
	}



/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #974013;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a {
	background: url(../../images/dynamic/buttonset3/n1.gif) no-repeat;
	color: #964100;
	background-position: left center;
}

#main_nav_list .page_item a:hover {
	background: url(../../images/dynamic/buttonset3/n1hover.gif) no-repeat;
	color: #964100;
	background-position: left center;
}

#main_nav_list .current_page_item a {
	background: url(../../images/dynamic/buttonset3/n1activeitem.gif) no-repeat;
	color: #333333;
	background-position: left center;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #964100;
}

.sub_nav_list a.sub_nav_item:hover {
	color: #333333;
	background-image: url(../../images/dynamic/buttonset3/subnav1active.gif);
	background-repeat: no-repeat;
	background-position: -2px;
}

.sub_nav_list a.sub_nav_active_item {
	color: #333333;
	background-image: url(../../images/dynamic/buttonset3/subnav1active.gif);
	background-repeat: no-repeat;
	background-position: -2px;
}

/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background-color: transparent;
	background-image: url(images/static/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_search_container button {
	background-color: #FBD9C0;
	border-color: #FCAE3F;
	color: #8D4C12;
}

#content_search_caption {
	color: #000000;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background-image: url(images/static/footerbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_text {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #000000;
	background-image: url(images/static/bg.gif);
	background-repeat: repeat;
	background-color: #990000;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #333333;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #333333;
}

.content h2 {
	color: #333333;
}

.content h3 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	line-height: 5px;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #FF6E00;
}

.content a:visited {
	color: #FF6E00;
}

.content a:hover {
	color: #FF0000;
}

.content a:active {
	color: #FF6E00;
}

.content td {

}

.content table {
	border-color: #F09C27;
}

.content th {
	background-color:#FBD9C0;
}

.content tr.odd {
	background-color:#FFFFFF;
}

.content tr.even {
	background-color:#FAF0E9;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #F2AA3F;
}

.content legend{
	color: #84685e;
}

.content label {
	color: #84685e;
}

.content input {
	border-color: #F2AA3F;
}

.content textarea {
	border-color: #F2AA3F;
}

.content button {
	background-color: #FBD9C0;
	border-color: #FCAE3F;
	color: #8D4C12;
}

/*--------------------------------------------------------------------------*/