/*** Normalized ***/




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

#container {
    background: #d1caaa;
}

#left_column_container {
    background: url(images/static/left_pane_bg.jpg) top left no-repeat #d1caaa;
}

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

#header {
    background: #000000;
}

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

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

#key_visual {
    background: url(../../images/dynamic/key_visual8.jpg) no-repeat;
}

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

#slogan {
    color: #58270c;
}

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

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

#main_nav_list a.main_nav_item {
    color: #334a16;
    background: url(../../images/dynamic/buttonset8/n1.gif) top left no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    color: #808080;
    background: url(../../images/dynamic/buttonset8/n1.gif) top left no-repeat;
}

#main_nav_list a.main_nav_active_item {
    color: #808080;
    background: url(../../images/dynamic/buttonset8/n1.gif) top left no-repeat;
}

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

.sub_nav_container {
    background: url(images/static/sub_menu_top_bg.gif) top left no-repeat;
}

.sub_nav_list {
    background: url(images/static/sub_menu_bot_bg.gif) bottom left no-repeat;
}

#sub_container2 {
    background: url(images/static/content_bg.jpg) top left no-repeat #d1caaa;
}

.sub_nav_list a.sub_nav_item {
    color: #334a16;
    background: url(../../images/dynamic/buttonset8/subnav1.gif) top left no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset8/subnav1.gif) top left no-repeat;
    color: #808080;
}

.sub_nav_list a.sub_nav_active_item {
    color: #808080;
    background: url(../../images/dynamic/buttonset8/subnav1.gif) top left no-repeat;
}

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

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

#footer {
    background: url(images/static/bot_left_pane.gif) bottom left no-repeat #d1caaa;
}

#footer_text {
    color: #696366;
}

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

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

body#main_body {
    color: #363636;
    background: #8d8777;
}

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

.content {
    color: #363636;
}

.content p {
    color: #363636;
}

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

.content h1 {
    color: #918547;
}

.content h2 {
    color: #918547;
}

.content h3 {
    color: #918547;
}

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

.content a:link {
    color: #918547;
}

.content a:visited {
    color: #525252;
}

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

.content a:active {
    color: #918547;
}

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

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

.content th {
    color: #ffffff;
    background-color: #867946;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #a79c67;
}

.content tr.odd {
    color: #818181;
    background-color: #ffffff;
    padding: 3px;
}

.content tr {
    color: #818181;
    background-color: #f4f2e8;
    padding: 3px;
}

.content tr.even {
    color: #818181;
    background-color: #f4f2e8;
    padding: 3px;
}

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

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

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

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

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

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


