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

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

#header {
    background-color: transparent;
}

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

#footer {
    background-color: #FED8A7;
}

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

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

body#main_body {
    color: #000000;
    /*background: repeat-x;*/                                                    /*11.11.2011 19:29:59*/
    /*background-image: url(images/static/pgbk.gif);*/
    background-color: #FFF5E1;
}

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

.content table {
    border-color: #9a9a9a;
    color: #6A0000;
}

.content th {
    color: #6A0000;
    background-color: #FFEAD7;
    padding: 3px 2px 3px 2px;
}

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

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

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

.content fieldset {
    font-size: 12px;
    line-height: 14px;
    background-color: #FFF3E7;
}

.content legend {
    color: #6A0000;
}

.content label {
    color: #6A0000;
}

.content input {
    border: 1px solid #9A9A9A;
}

.content textarea {
    border: 1px solid #9A9A9A;
}

.content button {
    border: 1px solid #6A0000;
    background-color: #efefef;
}

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

/*--- lists ------------------------------------------------------------*/

.content ul {
    color: #6A0000;
}

.content li {
    color: #6A0000;
    color: #6A0000;
}

.content ol {
    color: #6A0000;
}

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

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

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

.content {
    color: #6A0000;
}