/*----------------------------------------------------------------------------
	colorscheme1.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/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: #1c6392;
}

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

a.main_nav_item {
  color: #1a556d;
  background-image: url(../../images/dynamic/buttonset2/n1.gif);
  background-repeat: repeat-x;
}

a.main_nav_item:hover { 
  color: #1a556d;
  background-color: #a6c5dd;
  background-repeat: no-repeat;
}
a.main_nav_active_item {
  color: #1a556d;
  background-color: #a6c5dd;
}

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

a.sub_nav_item {
  background-image: url(../../images/dynamic/buttonset2/subnav1.gif);
  background-repeat: repeat-x;
  color: #1a556d;
  background-color: #b2d1e9;
}

a.sub_nav_item:hover { 
  color: #1a556d;
  background-color: #a6c5dd;
  background-repeat: no-repeat;
}

a.sub_nav_active_item {
  color: #1a556d;
  background-color: #a6c5dd;
}

/*--- 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: #1a556d;
}



/*----------------------------------------------------------------------------
  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: #1a556d;
}

#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: #1a556d;
}

/*--- about me box ---------------------------------------------------------*/

#weblog_owner {
	color: #1a556d;
}

#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: #1a556d;
}

#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: #f2f7fb 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: #5c8ea5;
}

.weblog_article_info a:hover {
	background-color: #c6f1f2 !important;
}

#weblog_pager {
	background: url(images/static/pager_bg.gif) no-repeat;
}

#weblog_current_page {
	color: #1a556d;
}


/*----------------------------------------------------------------------------
  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: #c6dfe9;
}

#forum_topics_container th, #forum_messages_container th {
	background-color: #ddeef5;
	color: #000000;
	border-color: #c6dfe9;
}

#forum_topics_container td, #forum_messages_container td {
	border-color: #c6dfe9;
}



a.forum_topic_link  {
	color: #1a556d !important;
}

a.forum_author_link, a.forum_last_post_author_link  {
	color: #1c6392 !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: #1a556d;
}


/*----------------------------------------------------------------------------
  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: #1c6392;
}
#content_container h2 { 
	color: #1c6392;
}
#content_container h3 { 
	color: #1c6392;
}
#content_container h4 { 
}
#content_container h5 { 
	color: #1c6392;
}
#content_container h6 {
	color: #1c6392;
}


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

#content_container a:link {
	color: blue;
}

#content_container a:visited {
	color: blue;
}

#content_container a:hover {
	color: #a6c5dd;
}
#content_container a:active { color: #006; }


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

#content_container th {
	color: #fff;
	background-color: #1a556d;
}

#content_container tr.odd {
	color: #1a556d;
	background-color: #ddeef5;
}

#content_container tr.even {
	color: #1a556d;
	background-color: #c6dfe9;
}

.weblog_article table, .weblog_article table td, .weblog_article table th {
	border: 2px solid #fff; font-size: 11px;
}

.weblog_article table td {
	background-color: #eef3f5;
}

.weblog_article th {
	background-color: #1a556d;
	color: #fff;
}

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

#content_container legend {
	color: #1c6392;
}

#content_container input { 
	border-color: #5c8ea5;
 
}
#content_container textarea {
	border-color: #5c8ea5;
 
}

#content_container button {
	background-color: #1c6392;
}

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