/*----------------------------------------------------------------------------
	colorscheme4.css for colorscheme 4

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
    background-color: #fffdf0;
}

/*--- header ---------------------------------------------------------------*/
#header	{
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
}

/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #2a4356;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
	color: #324e65;
}

a.main_nav_item:hover {
	color: #e1a200;
}

a.main_nav_active_item {
	color: #e1a200;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
}

a.sub_nav_item {
	color: #324e65;
}

a.sub_nav_item:hover {
	color: #e1a200;
}

a.sub_nav_active_item {
	color: #e1a200;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
	background: url(images/static/searchform.jpg) top left no-repeat;
}

#content_search_button {
    background-color: #324e65;
    border-style:none;
    color: #fffdf0;
}

#content_search_caption {
	color: #fffdf0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background-color: #4b799d;
}

#footer_text {
	color: #fffdf0;
}



/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for the "about me" box -----------------------------------*/

#weblog_about_me_container {
    background-color: #ced9e3;
}

#weblog_about_me_container h1 {
    border-top-color: #a2a2a6;
    border-bottom-color: #a2a2a6;
	background: #fffdf0 url(images/static/h1_weblog_bg.jpg) top left repeat-y;
}

#weblog_owner_link a {
	background: transparent url(images/static/link_profile.gif) top left no-repeat;
}

/*--- weblog categories ----------------------------------------------------*/

#weblog_categories_container {
    background-color: #ced9e3;
}

#weblog_categories_container h1 {
    border-top-color: #a2a2a6;
    border-bottom-color: #a2a2a6;
	background: #fffdf0 url(images/static/h1_weblog_bg.jpg) top left repeat-y;
}

#weblog_categories_container a {
	background: transparent url(images/static/link_profile.gif) top left no-repeat;
}

/*--- weblog last comments -------------------------------------------------*/

#weblog_last_comments_container {
    background-color: #ced9e3;
}

#weblog_last_comments_container h1 {
    border-top-color: #a2a2a6;
    border-bottom-color: #a2a2a6;
	background: #fffdf0 url(images/static/h1_weblog_bg.jpg) top left repeat-y;
}

#weblog_last_comments_container li {
}

/*--- weblog external links ------------------------------------------------*/

#weblog_external_links_container {
    background-color: #ced9e3;
}

#weblog_external_links_container h1 {
    border-top-color: #a2a2a6;
    border-bottom-color: #a2a2a6;
	background: #fffdf0 url(images/static/h1_weblog_bg.jpg) top left repeat-y;
}

#weblog_external_links_container a {
	text-align: left;
}

/*--- weblog search --------------------------------------------------------*/

#weblog_search_container {
    background-color: #324e65;
}

#weblog_search_button button {
    background-color: #324e65;
    border-style:none;
    color: #fffdf0;
}

/*--- weblog content -------------------------------------------------------*/


#weblog_article_container h1 {
    background: #fffdf0 url(images/static/weblog_h1.jpg) center left no-repeat;
}

#weblog_article_container h2 {
    background: #fffdf0 url(images/static/weblog_h2.jpg) center left no-repeat;
}

.weblog_article_quote {
	background: transparent;
}

.weblog_comment_link a {
	background: transparent url(images/static/link_profile.gif) top left no-repeat;
}

#weblog_pager {
	color:#324e65;
}

#weblog_pager a {
	color: #324e65;
}

#weblog_pager a:link {
	color: #324e65;
}

#weblog_pager a:visited	{
	color: #324e65;
}

#weblog_pager a:hover {
	color: #324e65;
}

#weblog_current_page {
	color: #000000;
}


/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

#forum_main_container {
    background-color: #fffdf0;
}

#forum_main_container fieldset {
    background: #ced9e3 url(images/static/message_welle.jpg) top left no-repeat;
}

#forum_commands_container {
    background: transparent url(images/static/forum_topic_search_bg1.jpg) top left no-repeat;
}

#forum_commands_container button {
    color: #324e65;
    background-color: transparent;
}

#forum_search_container {
    background: transparent url(images/static/forum_topic_search_bg2.jpg) top left no-repeat;
}

#forum_search_button {
    color: #fffdf0;
    background-color: transparent;
}

#forum_topics_container table {
    background-color: #ced9e3;
	border-color: #a2a2a6;
}

#forum_topics_container th {
	background-color: #2a4356;
	color: #ffffff;
	border-color: #a2a2a6;
}

#forum_messages_container table {
    background-color: #ced9e3;
	border-color: #a2a2a6;
}

#forum_messages_container th {
	background-color: #2a4356;
	color: #ffffff;
	border-color: #a2a2a6;
}

#forum_pager {
	color:#fffdf0;
	border-bottom-color: #a2a2a6;
}

#forum_pager a {
	color: #324e65;
}

#forum_pager a:link {
	color: #324e65;
}

#forum_pager a:visited	{
	color: #324e65;
}

#forum_pager a:hover {
	color: #324e65;
}

#forum_current_page {
	color: #000000;
}

#forum_new_message_button {
    background-color: #fffdf0;
    color: #324e65;
}

#forum_cancle_button {
    background-color: #fffdf0;
    color: #324e65;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #000000;
	background-color: #ffffff;
    background: url(images/static/bg_key1_color1.jpg) top center no-repeat;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
	color: #000000;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #2a4356;
    background: #fffdf0 url(images/static/caption1.jpg) center left no-repeat;
}

.content h2 {
	color: #324e65;
    background: #fffdf0 url(images/static/caption2.jpg) center left no-repeat;
}

.content h3 {
	color: #3e6380;
    background: #fffdf0 url(images/static/caption3.jpg) center left no-repeat;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #2a4356;
}

.content a:visited {
	color: #2a4356;
}

.content a:hover {
	color: #2a4356;
}

.content a:active {
	color: #2a4356;
}

/*--- tables ---------------------------------------------------------------*/


.content table {
	border-color: #a2a2a6;
}

.content th {
	color: #ffffff;
	background-color:#2a4356;
}

.content tr.odd {
	color: #000000;
	background-color:#ced9e3;
}

.content tr.even {
	color: #000000;
	background-color:#ced9e3;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #ced9e3;
}

.content legend{
	color: #2a4356;
}

.content label {
	color: #2a4356;
}

.content input {
	border-color: #a2a2a6;
}

.content textarea {
	border-color: #a2a2a6;
}

/*--------------------------------------------------------------------------*/
