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

/*-- main container --------------------------------------------------------*/
#container
{
    background                         :    url(Bilder/contentbg.gif) repeat-y 50% 50% #666666;
}
/*--- header ---------------------------------------------------------------*/
#header
{
    background                         :    url(Bilder/headerbg-v2.gif) no-repeat;
}
/*--- main navigation ------------------------------------------------------*/
#main_nav_container
{
    background                         :    url(Bilder/navbg.gif) repeat-y;
}
/*--- key visiual ----------------------------------------------------------*/
/*--- logo -----------------------------------------------------------------*/
/*--- caption --------------------------------------------------------------*/
#text_caption
{
    color                            :    #FFF;
}
/*--- main navigation ------------------------------------------------------*/
#main_nav_list    {
}
/*--- main navigation items ------------------------------------------------*/
#main_nav_list li{
    border-color                    :    #000;
}
#main_nav_list a
{
    color                            :    #FFF;
}
#main_nav_list a:hover
{
    color                            :    #FFF;
    background-position                :    top left;
}
#main_nav_list a.main_nav_active_item
{
    color                            :    #000;
    background-position                :    top left;
}
#main_nav_list a.main_nav_active_item:hover
{
    color                            :    #FFF;
    background-position                :    top left;
}
/*--- subnavigation items --------------------------------------------------*/
.sub_nav_list a
{
    color                            :    #ffffcc;
}
.sub_nav_list a:hover
{
    color                            :    #ffffcc;
}
.sub_nav_list a.sub_nav_active_item
{
    color                            :    #ffffcc;
}
.sub_nav_list a.sub_nav_active_item:hover
{
    color                            :    #ffffcc;
}
/*--- search ---------------------------------------------------------------*/
#content_search_container
{
    background                        :    transparent url("Bilder/search_bg3.gif") top left no-repeat;
}
#content_search_container button
{
    color                            :    #FFF;
    background                        :    transparent url("Bilder/inputbutton.gif") top left;
}
/*--- footer ---------------------------------------------------------------*/
#footer
{
    background                        :    transparent url("Bilder/footerbg.gif") top left no-repeat;
}
#footer_text
{
    color                            :    #333333;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/
/*--- body -----------------------------------------------------------------*/
body#main_body
{
    color                            :    #000;
    background                         :    #666 url(Bilder/pgbk.gif) repeat-x;
}
/*--- paragraph ------------------------------------------------------------*/
#content_container p
{
    color                            :    #FFF;
}
/*--- headings -------------------------------------------------------------*/
#content_container h1
{
    color                            :    #D5D5D5;
    /*background                        :    url("Bilder/header1bg.gif") no-repeat;*/
}
#content_container h2
{
    color                            :    #D5D5D5;
    /*background                        :    url("Bilder/header2bg.gif") no-repeat;*/
}
#content_container h3
{
    color                            :    #D5D5D5;
    /*background                        :    url("Bilder/header2bg.gif") no-repeat;*/
}
/*--- links ----------------------------------------------------------------*/
#content_container a:link
{
    color                            :    #ffffcc;
}
#content_container a:visited
{
    color                            :    #ffffcc;
}
#content_container a:hover
{
    color                            :    #ffffcc;
}
#content_container a:active
{
    color                            :    #ffffcc;
}
/*--- tables ---------------------------------------------------------------*/
table {
}
th {
    border                            :    1px solid #4C4C4C;
}
tr {
}
td {
    border                            :    1px solid #4C4C4C;
}
#content_container table
{
    border-color                    :    #ffffcc;
}
#content_container th
{
    color                            :     #4C4C4C;
    background                        :    url("Bilder/tbl_header.gif");
    padding                            :    3px 2px 3px 2px;
}
#content_container tr.odd
{
    color                            :    #FFF;
    background-color                :    #696969;
    padding                            :    3px 2px 3px 2px;
}
#content_container tr.even
{
    color                            :    #FFF;
    background-color                :    #7C7C7C;
    padding                            :    3px 2px 3px 2px;
}
ul {
}
li {
    color                            :    #FFF;
}
/*--- forms ----------------------------------------------------------------*/
fieldset
{
    border-color                    :    #000;
    background                         :    url(Bilder/fieldsetbg.gif) repeat-x top left #666;
}
legend
{
    color                            :    #FFF;
}
label
{
    color                            :    #ccc;
}
input
{
    border-color                    :    #FFF;
}
textarea
{
    border-color                    :    #FFF;
}
/*--------------------------------------------------------------------------*/