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

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

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

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

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

#tdContent {
    background-color: #7A7A7A;
}

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

.contentTop {
    background-color: #C5C5C5;
}

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

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

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

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

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

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

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

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

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

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

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

.bgForum {
    background-color: #7A7A7A;
}

.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;
}

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


