/*----------------------------------------------------------------------------
	colorscheme.css for coroschem 10


	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/contentbg.gif) no-repeat;   /*  repeat-y;  */
}
.bbbbb {
	background: url(images/static/contentbg_v1.gif)  repeat-y; 
	background-position: top left;
}
#menu_bott{
                     	background : url(images/static/contentbg192.gif)  no-repeat; 
}
/*--- header ---------------------------------------------------------------*/
#header	{        }

/*--- key visiual ----------------------------------------------------------*/
#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}
#sub_nav_item_0{
	background: url(images/static/top_line_submenu.gif) no-repeat;
}
#sub_nav_item_bott{
	background: url(images/static/top_line_submenu.gif) no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan, #slogan a.link6 {     color: #ffffff;     }
/*--- main navigation ------------------------------------------------------*/
#main_top_container {
	background : url(images/static/menubg.gif) no-repeat;    /*    repeat-x;   */
}
#main_nav_container {
	
}
#main_nav_list{

}

/*--- main navigation items ------------------------------------------------*/
.main_nav_item_0 {
						/***********ok*****************/
}
.page_item a {
	color: #9DC184;
	background: url(../../images/dynamic/buttonset10/n1.gif) no-repeat;
	background-position: top left;
}

.page_item a:hover {
	color:  #0495E8;
	background: url(../../images/dynamic/buttonset10/n1hover.gif) repeat-x;
	background-position: top left;
}

.current_page_item a {
	color:  #0495E8;
	background: url(../../images/dynamic/buttonset10/n1active.gif) repeat-x;
	background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/
.sub_nav_container {
}

a.sub_nav_item {
	color:  #FF8400;
	background: url(../../images/dynamic/buttonset10/sn1.gif) no-repeat;
}

a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset10/sn1hover.gif) no-repeat;
	color: #C14900;
}

a.sub_nav_active_item {
	color: #C14900;
	background: url(../../images/dynamic/buttonset10/sn1active.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
	background-color:#ffffff;
}

#footer_text {
	color: #000000;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background : url(images/static/pagebg.gif);
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p, .content table, .content select, .content input, .content textarea {	
	color: #4E4E4D;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #F26802;
}

.content h2 {
	color: #979797;
}

.content h3 {
	color: #01666E;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #79B94C;
}

.content a:visited {
	color: #79B94C;
}

.content a:hover {
	color: #0495E7;
}

.content a:active {
	color: #0495E7;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #6E6E6E;
}
.content th {
	color: #0495E8;
	background-color:#D7F4C3;
	border-color: #FF8400;
}
.content td {
	border-color: #6E6E6E;
}
.content tr.odd {
	color: #6E6E6E;
	background-color:#ffffff;
}
.content tr.even {
	color: #6E6E6E;
	background-color:#D7F4C3;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #FF8400;
}

.content legend{
	color: #74777A;
}

.content label {
	color: #74777A;
}

.content input {
	border-color: #74777A;
}
.content #submit {
    background-color: #ffffff;
	border-color: #B4B8BB;
	color:#74777A;
}
.content textarea {
	border-color: #74777A;
}

/*--------------------------------------------------------------------------*/
#weblog_calendar caption {
	background : url(images/static/top_calendar.gif)  no-repeat; 
	color:#E1EDFD;
}