/*----------------------------------------------------------------------------
	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-image: url(images/static/bgMenuTop.gif);
}

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

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

#main_container {
    background-color: #3DA28B;
}

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

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

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

.menutop {
    background-color: #4B9D80;
}

.contenttop {
    background-color: #AAD6CC;
}

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

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

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

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

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

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

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

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

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

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

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

.bgforum {
    background-color: #3DA28B;
}

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

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

a.main_nav_active_item {
    background-position: top right;
}

a.main_nav_item {
    background-position: top right;
}

a.main_nav_item:hover {
    background-position: top right;
}

.content {
    color: #FFFFFF;
}

.content table {
    color: #FFFFFF;
}

