/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs3.css");

/*-- main container --------------------------------------------------------*/

#container {
	background: url(images/static/subcontainer2_bg.gif) repeat-y;
}

#sub_container2 {
	background: url(images/static/subcontainer2_bg.gif) repeat-y;
}

#left_column_container {
	background: url(images/static/left_column_bg.gif) no-repeat 0 100%;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	background: url(images/static/header_bg.gif) no-repeat;
}

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

#sub_container1 {
	background: url(images/static/nav_container_bg.gif) repeat-y;
}

#main_nav_container {
	background: url(images/static/nav_container_bg.gif) repeat-y;
}

#main_nav_list a {
	background: url(images/static/main_nav_link_bg.gif) repeat-x 100% 0;
}

.page_item a, .page_item a:visited {
	color: #bb5810;
}

.page_item a:hover,
.current_page_item > a, current_page_item > a:visited {
	background: #f5cb70 url(images/static/main_nav_link_bg.gif) no-repeat 0 -26px !important;
}

/*--- caption --------------------------------------------------------------*/

#slogan a, #logo {
	color: #bb5810;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: url(images/static/footer_bg.gif) no-repeat 0 100%;
}

#footer_text {
	color: #bb5810;
}

/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- weblog content -------------------------------------------------------*/

.weblog_article_quote {
	background: #ffeadc url(images/static/weblog_art_quote_bg.gif) no-repeat;
}

.weblog_comment_link {
	background: url(images/static/weblog_comments_icon.gif) no-repeat;
}

.weblog_article_info {
	border-bottom-color: #e39555;
}

.weblog_article_info a:hover {
	background-color: #fff2c7 !important;
}

#weblog_pager {
	background: url(images/static/pager_bg.gif) no-repeat;
}

#weblog_current_page {
	color: #bb5810;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background: url(images/static/body-bg.jpg) repeat-x 0 100%;
	background-attachment: fixed;
}


/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #bb5810;
}
.content h2 {
	color: #bb5810;
}
.content h3 {
	color: #bb5810;
}
.content h4 {
	color: #bb5810;
}
.content h5 {
	color: #bb5810;
}
.content h6 {
	color: #bb5810;
}


/*--- links ----------------------------------------------------------------*/

.content a:link {
	background-color: #ffdcc2;
	color: #000;
}
.content a:visited {
	background-color: #ffdcc2;
	color: #000;
}

.content a:hover {
	background-color: #fff2c7;
}
.content a:active {
	background-color: #fff2c7;
}


/*--- tables ---------------------------------------------------------------*/


.content th {
	color: #fff;
	background-color: #bb5810;
}

.content tr.odd {
	color: #bb5810;
	background-color: #ffeadc;
}

.content tr.even {
	color: #bb5810;
	background-color: #ffdcc2;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff; font-size: 11px;
}

.weblog_article table td {
	background-color: #fff2c7;
}

.weblog_article th {
	background-color: #bd5f1b;
	color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
	color: #bb5810;
}

.content input, textarea {
	border-color: #e39555;
}

.content button {
	background-color: #bb5810;
}

/*--------------------------------------------------------------------------*/
