
/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs2.css");
@import url("forum_cs2.css");

/*-- main container --------------------------------------------------------*/
.main_nav_container, .sub_nav_container {background: url(images/static/left_menu_bg.gif) no-repeat;}
#container {    	background: #F3F3F3 url(images/static/main_container_bg.gif) repeat-y;}




/*--- caption --------------------------------------------------------------*/

#slogan { 
	color: #ED5C12;
}
#slogan {
	color: #6E6E6E;
/*	background: url(images/static/hbg.gif) no-repeat;*/
}

/*--- main navigation ------------------------------------------------------*/
/*
#main_nav_list	{

}
*/
/*--- main navigation items ------------------------------------------------*/
/*
#main_nav_list .page_item a {
	color: #fff;
	background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .page_item a:hover {
	color: #fff;
	background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .current_page_item a {
	color: #fff;
	background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
	background-position: top right;
}
*/
/*--- subnavigation items --------------------------------------------------*/
a.main_nav2 , a.sub_nav2  {
	background: url(../../images/dynamic/buttonset2/sub2.gif) no-repeat;
}

#main_nav_list .page_item a, .sub_nav_list a.sub_nav_item {
	background: url(../../images/dynamic/buttonset2/subnav1.gif) no-repeat;
}

#main_nav_list .page_item a:hover, .sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset2/subnav1hover.gif) no-repeat;
	color: #fff;
}

#main_nav_list .current_page_item a, .sub_nav_list a.sub_nav_active_item {
	color: #fff;
	background: url(../../images/dynamic/buttonset2/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 {
	color: #706560;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body { 
	color: #000000;
	background : #A00632 url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #696560;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #ED5C12;
}

.content h2 {
	color: #ED5C12;
}

.content h3 {
	color: #ED5C12;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #ED5C12;
}

.content a:visited {
	color: #ED5C12;
}

.content a:hover {
	color: #ED5C12;
}

.content a:active {
	color: #ED5C12;
}

/*--- tables ---------------------------------------------------------------*/

.content table {

}

.content th {

}

.content tr {

}

.content td {

}

.content table {
	border-color: #93220B;
}
.content td {
	border-color: #93220B;
}

.content th {
	color: #fff;
	background-color:#93220B;
	padding: 3px 2px 3px 5px;
}

.content tr.odd {
	color: #755b53;
	background-color:#FFFFFF;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #755b53;
	background-color:#FFE8E4;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #84685e;
}

.content legend{
	color: #84685e;
}

.content label {
	color: #84685e;
}

.content input {
	border-color: #84685e;
}

.content textarea {
	border-color: #84685e;
}

/*--------------------------------------------------------------------------*/

