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

/*-- main container --------------------------------------------------------*/

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

#container {
    background: transparent   0 0;
    background-image: url(images/static/container_bg.gif);
}

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

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

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

#main_nav_list a.main_nav_item {
    background: no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    background: no-repeat;
}

#main_nav_list a.main_nav_active_item {
    background: no-repeat;
}

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

#sub_nav_list a.sub_nav_item {
    background: no-repeat;
}

#sub_nav_list a.sub_nav_item:hover {
    background: no-repeat;
}

#sub_nav_list a.sub_nav_active_item {
    background: no-repeat;
}

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

#content_search_container form {
    background-color: #94886d;
    border: 1px solid #94886d;
}

#content_search_container input {
    background: #ecebe5;
}

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

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

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

body#main_body {
    color: #454545;
    background-color: #bebdb8;
}

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

.content {
    color: #454545;
}

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

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

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

.content table {
    border: 1px solid #94886d;
}

.content th {
    color: #fff;
    background-color: #94886d;
    padding: 3px 2px 3px 5px;
}

.content td {
    border: 1px solid #94886d;
}

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

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

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

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

.content fieldset {
    border-color: #454545;
}

.content legend {
    color: #616441;
}

.content label {
    color: #454545;
}

.content input {
    border-color: gray;
}

.content button {
    border: 1px solid #756d5a;
    color: #4a4f5a;
    background: #e8e7dd;
}

.content textarea {
    border-color: gray;
}

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

#header {
    background: #dddbd8 100% no-repeat;
    background-image: url(images/static/right_bg.gif);
}

#content_container {
    color: #454545;
}

