/*** Normalized ***/


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





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

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

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

#page_corner {
    background: url(images/static/corner.gif) no-repeat;
}

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

#sub_nav_top {
    background: url(images/static/nav_top.gif) no-repeat;
}

#sub_nav_bottom {
    background: url(images/static/nav_bottom.gif) no-repeat;
}

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

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

#footer_text {
    color: #ffffff;
}

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

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

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

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

.content {
    color: #696969;
}

.content p {
    color: #696969;
}

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

.content h1 {
    color: #d0580b;
}

.content h2 {
    color: #30651b;
}

.content h3 {
    color: #409211;
}

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

.content a:link {
    color: #d0580b;
}

.content a:visited {
    color: #d0580b;
}

.content a:hover {
    color: #409211;
}

.content a:active {
    color: #409211;
}

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

.content table {
    border-color: #22623b;
}

.content th {
    color: #ffffff;
    background-color: #22623b;
    border-color: #22623b;
}

.content td {
    border-color: #22623b;
}

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

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

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

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

.content button {
    background-color: #dceca1;
    border-color: #4a925c;
}

.content fieldset {
    border-color: #22623b;
}

.content legend {
    color: #3d0500;
}

.content label {
    color: #3d0500;
}

.content input {
    border-color: #22623b;
}

.content textarea {
    border-color: #22623b;
}

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


