/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 4

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- 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 ------------------------------------------------------*/

#main_nav_container {
	background: url(images/static/nav_container_bg.gif) repeat-y;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #b0465a;
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
  color: #b0465a;
  background-image: url(../../images/static/n1.gif);
  background-repeat: repeat-x;
}

a.main_nav_item:hover { 
  color: #b0465a;
  background-color: #f8b8ca;
  background-repeat: no-repeat;
}
a.main_nav_active_item {
  color: #b0465a;
  background-color: #f8b8ca;
}

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

a.sub_nav_item {
  color: #b0465a;
  background-image: url(../../images/static/subnav1.gif);
  background-repeat: repeat-x;
  background-color: #fbc6d5;
}

a.sub_nav_item:hover { 
  color: #b0465a;
  background-color: #f8b8ca;
  background-repeat: no-repeat;
}

a.sub_nav_active_item {
  color: #b0465a;
  background-color: #f8b8ca;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
	background: url(images/static/search_bg.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: url(images/static/footer_bg.gif) no-repeat 0 100%;
}

#footer_text {
	color: #b0465a;
}



/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for all weblog navigation boxes --------------------------*/

#weblog_about_me_container, #weblog_categories_container,
#weblog_last_comments_container, #weblog_external_links_container {
	background: transparent url(images/static/weblog_nav_bg.gif) repeat-y;
}

/*--- a header for all weblog navigation boxes -----------------------------*/

#weblog_about_me_container h1 {
	background: url(images/static/weblog_header_bg.gif) no-repeat;
	color: #b0465a;
}

#weblog_categories_container h1,
#weblog_last_comments_container h1, #weblog_external_links_container h1 {
	background: url(images/static/weblog_header_bg2.gif) no-repeat;
	color: #b0465a;
}

/*--- about me box ---------------------------------------------------------*/

#weblog_owner {
	color: #b0465a;
}

#weblog_owner_link a {
	background: transparent url(images/static/weblog_profile_icon.gif) no-repeat 90px 0 !important;
	padding-left: 18px;
}

/*--- weblog categories & external links -----------------------------------*/

#weblog_categories_container ul a, #weblog_external_links_container ul a {
	background: url(images/static/weblog_nav_link_bg.gif) no-repeat;
	color: #b0465a;
}

#weblog_categories_container ul a:hover, #weblog_categories_container ul a:active,
#weblog_external_links_container ul a:hover, #weblog_external_links_container ul a:active {
	background: url(images/static/weblog_nav_link_bg.gif) no-repeat 0 -20px;
}

/*--- weblog last comments -------------------------------------------------*/

#weblog_last_comments_container li {
	background: url(images/static/weblog_nav_link_bg.gif) no-repeat;
}

/*--- weblog search --------------------------------------------------------*/

#weblog_search_container {
	background: url(images/static/weblog_search_bg.gif) no-repeat;
}

/*--- weblog content -------------------------------------------------------*/

.weblog_article_quote {
	background: #f5e5ea url(images/static/weblog_art_quote_bg.gif) no-repeat;
}

.weblog_comment_link a {
	background: url(images/static/weblog_comments_icon.gif) no-repeat;
}

.weblog_article_info {
	border-bottom-color: #bc7b8c;
}

.weblog_article_info a:hover {
	background-color: #eed2da !important;
}

#weblog_pager {
	background: url(images/static/pager_bg.gif) no-repeat;
}

#weblog_current_page {
	color: #b0465a;
}


/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

#forum_commands_container {
	background: url(images/static/forum_commands_bg.gif) no-repeat;
}

#forum_topics_container table, #forum_messages_container table {
	border-color: #e6bcbd;
}

#forum_topics_container th, #forum_messages_container th {
	background-color: #f5e5ea;
	color: #000000;
	border-color: #e6bcbd;
}

#forum_topics_container td, #forum_messages_container td {
	border-color: #e6bcbd;
}



a.forum_topic_link  {
	color: #b0465a !important;
}

a.forum_author_link, a.forum_last_post_author_link  {
	color: #bc7b8c !important;
}

#forum_pager {
	background: url(images/static/pager_bg.gif) no-repeat;
}


#forum_pager a:link, #forum_pager a:visited,
#forum_pager a:hover, #forum_pager a:active {
	color: #000;
}

#forum_current_page {
	color: #b0465a;
}


/*----------------------------------------------------------------------------
  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_container h1 {
	color: #b0465a;
}
#content_container h2 {
	color: #b0465a;
}
#content_container h3 {
	color: #b0465a;
}
#content_container h4 {
	color: #b0465a;
}
#content_container h5 {
	color: #b0465a;
}
#content_container h6 {
	color: #b0465a;
}


/*--- links ----------------------------------------------------------------*/

#content_container a:link {
	background-color: #f8d4de;
	color: #000;
}
#content_container a:visited {
	background-color: #f8d4de;
	color: #000;
}

#content_container a:hover {
	background-color: #e8c0d6;
}
#content_container a:active {
	background-color: #e8c0d6;
}


/*--- tables ---------------------------------------------------------------*/

#content_container th {
	color: #fff;
	background-color: #8d3e55;
}

#content_container tr.odd {
	color: #b0465a;
	background-color: #f5e5ea;
}

#content_container tr.even {
	color: #b0465a;
	background-color: #eed2da;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff; font-size: 11px;
}

.weblog_article table td {
	background-color: #f5e5ea;
}

.weblog_article th {
	background-color: #8d3e55;
	color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

#content_container legend {
	color: #b0465a;
}

#content_container input, textarea {
	border-color: #bc7b8c;
}

#content_container button {
	background-color: #b0465a;
}

/*--------------------------------------------------------------------------*/
