/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs2.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: #1a556d;
}

.page_item a:hover,
.current_page_item > a, current_page_item > a:visited {
	background: #a6c5dd url(images/static/main_nav_link_bg.gif) no-repeat 0 -26px !important;
}

/*--- caption --------------------------------------------------------------*/

#slogan a, #logo {
	color: #1c6392;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: url(images/static/footer_bg.gif) no-repeat 0 100%;
}

#footer_text {
	color: #1a556d;
}



/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/


/*--- weblog categories & external links -----------------------------------*/


/*--- weblog content -------------------------------------------------------*/

.weblog_article_quote {
	background: #f2f7fb 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: #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;
}



/*----------------------------------------------------------------------------
  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: #1c6392;
}
.content h2 { 
	color: #1c6392;
}
.content h3 { 
	color: #1c6392;
}
.content h4 { 
}
.content h5 { 
	color: #1c6392;
}
.content h6 {
	color: #1c6392;
}


/*--- links ----------------------------------------------------------------*/

.content a:link {
	background-color: #9df9fb;
	color: #000;
}

.content a:visited {
	background-color: #9df9fb;
	color: #000;
}

.content a:hover {
	background-color: #eef3f5;
	color: #000;
}
.content a:active {
	background-color: #eef3f5;
}


/*--- tables ---------------------------------------------------------------*/

.content th {
	color: #fff;
	background-color: #1a556d;
}

.content tr.odd {
	color: #1a556d;
	background-color: #ddeef5;
}

.content 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 legend {
	color: #1c6392;
}

.content input { 
	border-color: #5c8ea5; 
}
.content textarea {
	border-color: #5c8ea5; 
}

.content button {
	background-color: #1c6392;
}

/*--------------------------------------------------------------------------*/

