/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs1.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: #4C5214;
}

.page_item a:hover,
.current_page_item > a, current_page_item > a:visited {
	background: #d7e055 url(images/static/main_nav_link_bg.gif) no-repeat 0 -26px !important;
}

/*--- caption --------------------------------------------------------------*/

#slogan a, #logo {
	color: #798106;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: url(images/static/footer_bg.gif) no-repeat 0 100%;
}

#footer_text {
	color: #4C5214;
}



/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- weblog content -------------------------------------------------------*/

.weblog_article_quote {
	background: #F6F7EC 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: #ADB74B;
}

.weblog_article_info a:hover {
	background-color: #FFE064 !important;
}

#weblog_pager {
	background: url(images/static/pager_bg.gif) no-repeat;
}

#weblog_current_page {
	color: #4C5214;
}

/*----------------------------------------------------------------------------
  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: #90AF00;
}

.content h2 {
  color: #90AF00;
}

.content h3 {
  color: #90AF00;
}

.content h4 {
  color: #90AF00;
}

.content h5 {
  color: #90AF00;
}

.content h6 {
  color: #90AF00;
}


/*--- links ----------------------------------------------------------------*/

.content a:link { 
  background-color: #EFFF64;
  color: #000;
}
.content a:visited {
  background-color: #EFFF64;
  color: #000;
}

.content a:hover { 
  background-color: #FFE064;
}
.content a:active {
  background-color: #FFE064;
}


/*--- tables ---------------------------------------------------------------*/

.content th {
	color: #fff;
	background-color: #949D04;
}

.content tr.odd {
	color: #4C5214;
	background-color: #F9FBD8;
}

.content tr.even {
	color: #4C5214;
	background-color: #EFF2BE;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff; font-size: 11px;
}

.weblog_article table td {
	background-color: #f9fbd8;
}

.weblog_article th {
	background-color: #949D04;
	color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
  color: #90AF00;
}

.content input { 
  color: #90AF00;
}

.content textarea {
  border-color: #C7B958;
}

.content button {
  background-color: #949D04;
}

/*--------------------------------------------------------------------------*/
