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

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

.contentTop {
    background-color: #C9D4DF;
}

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

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

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

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

body#main_body {
	color: #FFFFFF;
	background-color: #B4B5B4;
	background-image: url(images/static/bgBodysw.jpg);
	background-repeat: repeat-x;
}

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

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

.content th {
    color: #E9EDF2;
    background-color: #567398;
    padding: 3px 2px 3px 2px;
}

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

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

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

.bgForum {
    background-color: #849CB6;
}

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

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