/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
	background : url(images/static/bg_content.jpg);
	background-color: #FFFFFF;
}

#main_container {
	background-image: url(images/static/bg_content.jpg);
}

#layout_table {
	background-image: url(images/static/bg_subcontainers.jpg);
}

#left_column_container {
	/*background-image: url(http://charbonniers.org/wp-content/themes/modern/colorschemes/colorscheme1/images/static/bg_subnav.jpg);*/
}

#content_column {
	/*background-image: url(images/static/bg_content.jpg);*/
}

#content_b {
	background-image: url(images/static/bg_content_b.jpg);
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/bg_header.jpg) no-repeat;
}



/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	/*background : url(http://charbonniers.org/wp-content/themes/modern/colorschemes/colorscheme1/images/static/bg_nav.jpg) repeat-y;*/
	/*background-color: #247096;*/
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(http://charbonniers.org/wp-content/themes/modern/images/dynamic/key_visual1.jpg) no-repeat;
}



/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #a7a4a4;
	/*background: url(http://charbonniers.org/wp-content/themes/modern/colorschemes/colorscheme1/images/static/hbg.gif) no-repeat;*/
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a {
	color: #6d757d;
	background: url(../../images/dynamic/buttonset1/n1.gif);
}

#main_nav_list .page_item a:hover {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset1/n1active.gif);
}

#main_nav_list .current_page_item a {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset1/n1active.gif);
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
	color: #405661;
	background: url(../../images/dynamic/buttonset1/sn1.gif);
}

a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset1/sn1active.gif);
	color: #19719a;
}

a.sub_nav_active_item {
	color: #19719a;
	background: url(../../images/dynamic/buttonset1/sn1active.gif);
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	/*background: transparent url(http://charbonniers.org/wp-content/themes/modern/colorschemes/colorscheme1/images/static/footerbg.gif) top left no-repeat;*/
	/*background-image: url(http://charbonniers.org/wp-content/themes/modern/colorschemes/colorscheme1/images/static/bg_footer.jpg);*/
}

#footer_text {
	color: #7d7d7d;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background-color: #dedede;
	color: #7d7d7d;
	/*background : #e1dbda url(http://charbonniers.org/wp-content/themes/modern/colorschemes/colorscheme1/images/static/pgbk.gif) repeat-x;*/
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p, .content table, .content select, .content input, .content textarea {	
	color: #7e7e7e;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #5a5959;
}

.content h2 {
	color: #5ca753;
}

.content h3 {
	color: #0e7397;
}

/*--- links ----------------------------------------------------------------*/

.content a, .content a:link{
	color: #297f90;
}

.content a:visited {
	color: #297f90;
}

.content a:hover {
	color: #569d49;
}

.content a:active {
	color: #569d49;
}

/*--- tables ---------------------------------------------------------------*/

.content table, .content td {
	border-color: #078bb9;
}

.content th {
	border-color: #078bb9;
	color: #ffffff;
	background-color:#078bb9;

}

.content tr.odd {
	color: #6e6e6e;
	background-color:#ffffff;

}

.content tr.even {
	color: #6e6e6e;
	background-color:#efefef;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #078bb9;
}

.content legend{
	color: #078bb9;
}

.content label {
	color: #74777a;
}

.content input {
	border-color: #b4b8bb;
}

.content textarea {
	border-color: #b4b8bb;
}

.content #submit {
    background-color: #f4f4f4;
	border-color: #b4b8bb;
	color: #74777a;
}

/*--------------------------------------------------------------------------*/