/*----------------------------------------------------------------------------
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% #e9ddc9;    background-image: url(images/static/contentbg.gif);}/*--- header ---------------------------------------------------------------*/#header {    background: no-repeat;    background-image: url(images/static/headerbg.jpg);}/*--- main navigation ------------------------------------------------------*/#main_nav_bg {    background: no-repeat;    background-image: url(images/static/navbg.gif);}/*--- caption --------------------------------------------------------------*/#slogan_bg {    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: #000;    background: #e9ddc9 repeat-x;    background-image: url(images/static/pgbk.gif);}/*--- headings -------------------------------------------------------------*/#content_container h1 {    background: no-repeat;    background-image: url("images/static/header1bg.gif");}#content_container h2 {    background: no-repeat;    background-image: url("images/static/header2bg.gif");}#content_container h3 {    background: no-repeat;    background-image: url("images/static/header2bg.gif");}/*--- tables ---------------------------------------------------------------*/.content th {    border: 1px solid #000;}.content td {    border: 1px solid #000;}.content table {    border-color: #ffcc66;}#content_container th {    color: #ffcc66;    padding: 3px 2px 3px 2px;}#content_container tr.odd {    color: #FFF;    background-color: #604f47;    padding: 3px 2px 3px 2px;}#content_container tr.even {    color: #FFF;    background-color: #54423a;    padding: 3px 2px 3px 2px;}/*--- forms ----------------------------------------------------------------*/.content fieldset {    border-color: #000;    background-image: url(images/static/fieldsetbg.gif);    background-color: #1e2a49;}.content legend {    color: #FFF;}.content label {    color: #ccc;}.content input {    border-color: #ffcc66;}.content textarea {    border-color: #FFF;}/*--------------------------------------------------------------------------*/#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;}.sub_nav_list a {    color: #ffcc66;    background-image: url(../../images/dynamic/buttonset1/subnav1.gif);}.sub_nav_list a:hover {    background-image: url(../../images/dynamic/buttonset1/subnav1hover.gif);}#content_container {    color: #fff;}