/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 8

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs8.css");
@import url("forum_cs8.css");

/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.jpg) repeat-y;
}


#sub_container2 {
	border-left: 2px solid #B8C082;
}

#container1 {
	background : url(images/static/main_content_bg.jpg)  0 0 no-repeat;
 	
}


/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.jpg) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
}

#left_column_container {

}


/*--- key visiual ----------------------------------------------------------*/

#key_visual {
}



/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #990033;
	background: url(images/static/hbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a {
	color: #1D110D;
	background: url(../../images/dynamic/buttonset8/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .page_item a:hover {
	color: #880A0A;
	background: url(../../images/dynamic/buttonset8/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .current_page_item a {
	color: #880A0A;
	background: url(../../images/dynamic/buttonset8/n1hover.gif) no-repeat;
	background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

#sub_nav_list a.sub_nav_item {
	color: #DCCCB0;
	background: url(../../images/dynamic/buttonset8/subnav1.gif) no-repeat;
}

#sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset8/subnav1hover.gif) no-repeat;
	color: #DCCCB0;
}

#sub_nav_list a.sub_nav_active_item {
	color: #DCCCB0;
	background: url(../../images/dynamic/buttonset8/subnav1hover.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(images/static/search_bg3.gif) top left no-repeat;
}
#content_search_caption {
	color: #000;
}


/*--- footer ---------------------------------------------------------------*/

#slogan { 
	
	color: #880A0A;
}

#footer {
	background: transparent url(images/static/footerbg.gif) 196px top  no-repeat;
}

#footer_line {
	border-left: 2px solid #B8C082;
}

#footer_text {
	color: #361E16;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #000000;
	background-color : #112716;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #000;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #000;
}

.content h2 {
	color: #000;
}

.content h3 {
	color: #000;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #880A0A;
}

.content a:visited {
	color: #880A0A;
}

.content a:hover {
	color: #93775A;
}

.content a:active {
	color: #880A0A;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #A4AB65;
}

.content tr {

}

.content td { 
	border: 1px solid #A4AB65;
	padding-left: 7px;
}

.content th {
	background : #B1955F url(images/static/cap.gif) repeat;
	padding-left: 7px; 
}

.content tr.odd {
	padding: 3px 2px 3px 2px; 
}

.content tr.even {
	background-color:#D6D4C4;
	padding: 3px 2px 3px 2px; 
}

/*--- lists ----------------------------------------------------------------*/

.content ol { 
}

.content ul { list-style-image:URL(images/static/marker.gif);
}

.content li { 
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	background : url(images/static/new_message.jpg)  0 100% no-repeat;}

.content legend{
	color: #000;
	
}

.content label {
	color: #000;
}

.content input {
	border-color: #000;
}

.content textarea {
	border-color: #000;
}

/*--------------------------------------------------------------------------*/

