/*** Normalized ***/




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

#container {
    background: url(images/static/main_bg.gif) bottom left repeat-y #ffd794;
}

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

#header {
    background: #ffffff;
}

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

#main_nav_container {
    background: url(images/static/navbg.gif) bottom left no-repeat #ce544c;
}

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

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

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

#logo {
}

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

#slogan {
    color: #b12d1c;
}

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

#main_nav_list {
}

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

#main_nav_list a.main_nav_item {
    color: #fff7de;
    background: url(../../images/dynamic/buttonset1/n1.gif) top left repeat-x;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #fff7de;
    background: url(../../images/dynamic/buttonset1/n1hover.gif) top left repeat-x;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #fff7de;
    background: url(../../images/dynamic/buttonset1/n1activeitem.gif) top left repeat-x;
    background-position: top right;
}

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

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

#sub_container1 {
    background: url(images/static/menu_bot_img.gif) top left no-repeat;
}

#sub_container2 {
    background: url(images/static/content_bg.gif) top left repeat-y;
}

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

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

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

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

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

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

#footer {
    background: transparent;
}

#footer_text {
    color: #6e6e6e;
}

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

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

body#main_body {
    color: #000000;
    background: url(images/static/outer_bg.gif) top right repeat-x #ffd794;
}

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

.content {
    color: #000000;
}

.content p {
    color: #000000;
}

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

.content h1 {
    color: #6e6e6e;
}

.content h2 {
    color: #6e6e6e;
}

.content h3 {
    color: #6e6e6e;
}

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

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

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

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

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

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

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

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

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

.content tr.odd {
    color: #620b00;
    background-color: #ffe6bc;
    padding: 3px;
}

.content tr {
    color: #620b00;
    padding: 3px;
}

.content tr.even {
    color: #620b00;
    background-color: #ffffff;
    padding: 3px;
}

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

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

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

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

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

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

#content_search_button {
    background: #ffe6bc;
    border: solid #000000 1px;
    color: #000000;
}


