/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

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

#container {
    background: repeat-y 50% 50%;
    background-image: url(images/static/contentbg.gif);
}

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

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

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

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

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

#slogan {
    background: no-repeat;
    background-image: url(images/static/hbg.gif);
}

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

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

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

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

body#main_body {
    color: #666666;
    background: #efefef repeat-x;
    background-image: url(images/static/pgbk.gif);
}

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

.content table {
    border-color: #b4a5a1;
}

.content th {
    color: #ffffff;
    background-color: #ae9e9a;
    padding: 3px 2px 3px 2px;
}

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

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

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

.content fieldset {
    border-color: #84685e;
}

.content legend {
    color: #84685e;
}

.content label {
    color: #84685e;
}

.content input {
    border-color: #84685e;
}

.content textarea {
    border-color: #84685e;
}

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

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

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

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

#content_container {
    color: #666666;
}

