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

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

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

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

#main_nav_top {
    background-image: url(images/static/navtop.gif);
}

#main_nav_bottom {
    background-image: url(images/static/navbottom.gif);
}

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

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

#key_visual {
    background: no-repeat;
}

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

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

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

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

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

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

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

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

.sub_nav_list a {
    color: #dd3d06;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/subnav1.gif);
}

.sub_nav_list a:hover {
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/subnav1hover.gif);
}

.sub_nav_list a.sub_nav_active_item {
    background: no-repeat;
}

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

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

.content {
    color: #000;
}

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

.content h1 {
    background: no-repeat;
    background-image: url("images/static/header1bg.gif");
}

.content h2 {
    background: no-repeat;
    background-image: url("images/static/header2bg.gif");
}

.content h3 {
    background: no-repeat;
    background-image: url("images/static/header2bg.gif");
}

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

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

.content td {
    color: #000;
}

.content table {
    border-color: #dd3d06;
    color: #000;
}

.content th {
    background-color: #dd3d06;
    color: #fff;
    padding: 16px 2px 5px 2px;
}

.content tr.odd {
    color: #000;
    background-color: #ded9cd;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #000;
    background-color: #fbfaf7;
    padding: 3px 2px 3px 2px;
}

.content li {
    color: #000;
}

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

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

.content legend {
    color: #000;
}

.content label {
    color: #000;
}

.content input {
    border-color: #dd3d06;
}

.content textarea {
    border-color: #dd3d06;
}

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

/*--- special --------------------------------------------------------------*/

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

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

