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

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

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

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

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

/*--- sub navigation -------------------------------------------------------*/

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat;
}

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

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

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

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

a.main_nav_item:hover {
    background: repeat-x;
    background-position: top left;
}

a.main_nav_active_item {
    background: repeat-x;
    background-position: top left;
}

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

a.sub_nav_item {
    background: no-repeat;
    background-position: top left;
}

a.sub_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.sub_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

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

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

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

body#main_body {
    color: #1A1A1A;
    background: #524938 top repeat-x;
    background-image: url(images/static/pgbk.gif);
}

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

.content {
    color: #1A1A1A;
}

.content table {
    color: #1A1A1A;
    border-color: #35341A;
}

.content select {
    color: #1A1A1A;
}

.content input {
    color: #1A1A1A;
    border-color: #010101;
}

.content textarea {
    color: #1A1A1A;
    border-color: #010101;
}

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

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

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

.content td {
    border-color: #35341A;
}

.content th {
    color: #ffffff;
    background-color: #35341A;
}

.content tr.odd {
    color: #000000;
    background-color: #E4E4E4;
}

.content tr.even {
    color: #000000;
    background-color: #FFFFFF;
}

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

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

.content legend {
    color: #BE7C33;
}

.content label {
    color: #010101;
}

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