/*** Normalized ***/

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

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

#pgbk_2 {
    background-image: url(images/static/pgbk_2.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub_nav_list a.sub_nav_item:hover {
    background: no-repeat;
}

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

/*--- search ---------------------------------------------------------------*/

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

#content_search_container button {
    background: transparent top left no-repeat;
    background-image: url(images/static/search_button.gif);
    color: #ffffff;
}

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

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

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

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

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

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

.content {
    color: #818181;
    color: #818181;
}

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

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

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

.content td {
    border-color: #dddddb;
    color: #818181;
}

.content table {
    border-color: #dddddb;
    border-color: #dddddb;
}

.content th {
    color: #ffffff;
    background-color: #c16a22;
    border-color: #dddddb;
}

.content tr.odd {
    color: #755b53;
    border-color: #dddddb;
    background-color: #ffffff;
}

.content tr.even {
    color: #755b53;
    border-color: #dddddb;
    background-color: #fbd1b8;
}

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

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

.content legend {
    border-color: #ce6917;
}

.content label {
    border-color: #ce6917;
}

.content button {
    border-color: #ce6917;
}

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

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

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

