
@import url("weblog_cs6.css");
@import url("forum_cs6.css");

/*-- main container --------------------------------------------------------*/

#container {
	background-image : url(images/static/contentbg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}

.forum {
	background-image : url(images/static/contentbg_2.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}


#pgbk_2 {
	background-image : url(images/static/pgbk_2.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

/*--- header ---------------------------------------------------------------*/
#header	{

	background-image: url(images/static/headerbg.gif);
	background-repeat:no-repeat;
	background-color:#FFF2E0;

}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {

}


/*--- key visiual ----------------------------------------------------------*/

#key_visual {
}



/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #818181;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset6/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .page_item a:hover {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset6/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .current_page_item a {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset6/n1activeitem.gif) no-repeat;
	background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #3C9857;
	background: url(../../images/dynamic/buttonset6/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset6/subnav1hover.gif) no-repeat;
	color: #3C9857;
}

.sub_nav_list a.sub_nav_active_item {
	color: #3C9857;
	background: url(../../images/dynamic/buttonset6/subnav1active.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(images/static/search_bg3.gif) top left no-repeat;

}

#content_search_container button{
	background: transparent url(images/static/search_button.gif) top left no-repeat;
	color:#ffffff;

}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}


#footer_text {
	color: #A6A6A6;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background : #959D8F url(images/static/pgbk.gif) repeat-x;
	
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #818181;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #818181;
}

.content h2 {
	color: #818181;
}

.content h3 {
	color: #818181;
}

/*--- links ----------------------------------------------------------------*/

.content a{
	color: #508346;
}

.content a:hover {
	color: #89D990;
}

/*--- tables ---------------------------------------------------------------*/

.content tr {

}

.content td {
	border-color: #DBDDDC;
	color:#818181;

}

.content table {
	border-color: #DBDDDC;
}

.content th {
	color: #ffffff;
	background-color:#35AE44;
	border-color: #DBDDDC;
}

.content tr.odd {
	color: #755b53;
	border-color: #DBDDDC;
	background-color:#ffffff;

}

.content tr.even {
	color: #755b53;
	border-color: #DBDDDC;
	background-color:#DAF2D7;
}

.content table {
	border-color: #DBDDDC;
}


/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color:#35AE44;
}

.content legend{
	border-color:#35AE44;

}

.content label {
	border-color:#35AE44;

}

.content button {
	border-color:#35AE44;

}

.content input {
	border-color:#35AE44;

}

.content textarea {
	border-color:#35AE44;

}

/*--------------------------------------------------------------------------*/

