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

@import url("weblog_cs1.css");
@import url("forum_cs1.css");
/*-- main container --------------------------------------------------------*/

#container {
    /*background-image: url(images/static/bgBody.gif) repeat-x; background-color: #E1EEF6;*/

}

/*--- header ---------------------------------------------------------------*/

#header {
    /*background : url(images/static/headerbg.gif) no-repeat;*/

}

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

#main_nav_container {
    background: url(images/static/bgMenuTop.gif) repeat-x;
}

#sub_nav_container {
    background: url(images/static/bgMenuLeft.gif) repeat-y;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #FFFFFF;
    /*background: url(images/static/hbg.gif) no-repeat;*/

}

#tdContent {
    background-color: #974140;
}

#contentTop {
    background: url(images/static/bgKeyvBottom.gif) repeat-x;
}

#contentLeft {
    background: url(images/static/bgContentLeft.gif) repeat-y;
}

#contentRight {
    background: url(images/static/bgContentRight.gif) repeat-y;
}

.menuTop {
    background-color: #BB695D;
}

.contentTop {
    background-color: #D1ACAB;
}

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

#main_nav_list {
}

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

#main_nav_list a.main_nav_item {
    color: #FFFFFF;
    background: url(../../images/dynamic/buttonset6/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #FFFFFF;
    background: url(../../images/dynamic/buttonset6/n1activeitem.gif) no-repeat;
    background-position: top right;
}

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

#menuLeft {
    background: url(images/static/bgMenuLeft.gif) repeat-y;
}

.sub_nav_list a.sub_nav_item {
    color: #FFFFFF;
    background: url(../../images/dynamic/buttonset6/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset6/subnav1hover.gif) no-repeat;
    color: #000000;
}

.sub_nav_list a.sub_nav_active_item {
    color: #000000;
    background: url(../../images/dynamic/buttonset6/subnav1active.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: transparent url(images/static/bgSearch.gif) top left no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    /*background: transparent url(images/static/footerbg.gif) top left no-repeat;*/

}

#footer_text {
    color: #FFFFFF;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #FFFFFF;
    background: #FFCDC8 url(images/static/bgBody.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #FFFFFF;
}

.content {
    color: #FFFFFF;
}

.content p {
    color: #FFFFFF;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #FFFFFF;
}

.content h2 {
    color: #FFFFFF;
}

.content h3 {
    color: #FFFFFF;
}

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

.content a:link {
    color: #FCFF00;
}

.content a:visited {
    color: #FCFF00;
}

.content a:hover {
    color: #FCFF00;
}

.content a:active {
    color: #FCFF00;
}

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

.content tr {
    color: #FFFFFF;
    background-color: #C56F70;
    padding: 3px 2px 3px 2px;
}

.content table {
    background-color: #F4E6E6;
    /*border-color: #E7EFF7;*/

}

.content th {
    color: #FFFFFF;
    background-color: #AA4443;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #FFFFFF;
    background-color: #C56F70;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #FFFFFF;
    background-color: #C56F70;
    padding: 3px 2px 3px 2px;
}

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

.bgForum {
    background-color: #974140;
}

.content fieldset {
    border-color: #FFFFFF;
    border-style: solid;
    color: #FFFFFF;
}

.content legend {
    color: #FFFFFF;
}

.content label {
    color: #FFFFFF;
}

.content input {
    border-color: #737373;
}

.content textarea {
    border-color: #737373;
}

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


