/*** 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 ------------------------------------------------------*/

#main2_nav_container {
    color: #5c1f0b;
    background: url(../../images/dynamic/buttonset4/n1bg5.gif) no-repeat;
    background-position: top left;
}

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

#key_visual {
}

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

#logo {
}

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

#slogan {
    color: #818181;
}

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

#main_nav_list {
}

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

#main2_nav_list a.main2_nav_item {
    color: #5c1f0b;
/*    background: url(../../images/dynamic/buttonset4/n1.gif) no-repeat;
    background-position: top right;*/
}

#main2_nav_list a.main2_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset4/n1.gif) no-repeat;
    background-position: top right;
}

#main2_nav_list a.main2_nav_active_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset4/n1activeitem.gif) no-repeat;
    background-position: top right;
}

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

#main_nav_list a.main_nav_item {
    color: #5c1f0b;
    background: url(../../images/dynamic/buttonset4/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset4/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset4/n1activeitem.gif) no-repeat;
    background-position: top right;
}

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

.sub_nav_list a.sub_nav_item {
    color: #5c1f0b;
    background: url(../../images/dynamic/buttonset4/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset4/subnav1hover.gif) no-repeat;
    color: #5c1f0b;
}

.sub_nav_list a.sub_nav_active_item {
    color: #5c1f0b;
    background: url(../../images/dynamic/buttonset4/subnav1active.gif) no-repeat;
}

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

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

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

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

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

#footer_text {
    color: #a6a6a6;
}

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

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

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

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

.content {
    color: #818181;
}

.content {
    color: #818181;
}

.content p {
    color: #818181;
}

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

.content h1 {
    color: #818181;
}

.content h2 {
    color: #818181;
}

.content h3 {
    color: #818181;
}

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

.content a {
    color: #9a4531;
}

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

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

.content tr {
}

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

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

.content th {
    color: #ffffff;
/*    background-color: #c16a22;*/
    background-color: #C9522E;
    border-color: #c16a22;
}
.content th a {
    color: #ffffff;
}

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

.content tr {
    color: #755b53;
    border-color: #c16a22;
    background-color: #fff2e0;
}

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

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

/*--- 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;
}

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


