/*** Normalized ***/




/*-- main container --------------------------------------------------------*/

#container
{
    background-image: url('images/static/contentbg.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
    top: 0px;
    left: 0px;
}

.forum
{
    background-image: url(images/static/contentbg_2.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 ------------------------------------------------------*/

#main_nav_container
{
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual
{
}

/*--- logo -----------------------------------------------------------------*/

#logo
{
}

/*--- caption --------------------------------------------------------------*/

#slogan
{
    color: #818181;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list
{
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item
{
    color: #ffffff;
    background: url(../../images/dynamic/buttonset5/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover
{
    color: #ffffff;
    background: url(../../images/dynamic/buttonset5/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item
{
    color: #ffffff;
    background: url(../../images/dynamic/buttonset5/n1activeitem.gif) no-repeat;
    background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item
{
    color: #103e57;
    background: url(../../images/dynamic/buttonset5/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover
{
    background: url(../../images/dynamic/buttonset5/subnav1hover.gif) no-repeat;
    color: #103e57;
}

.sub_nav_list a.sub_nav_active_item
{
    color: #103e57;
    background: url(../../images/dynamic/buttonset5/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: #8d9396 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: #818181;
}

.content a:hover
{
    color: #818181;
}
.content a:link
{
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
    color: #003377;
}

/*--- tables ---------------------------------------------------------------*/

.content tr
{
}

.content td
{
    border-color: #dededa;
    color: #818181;
}

.content table
{
    border-color: #dededa;
}

.content th
{
    color: #ffffff;
    background-color: #436c9f;
    border-color: #dededa;
}

.content tr.odd
{
    color: #755b53;
    border-color: #dededa;
    background-color: #ffffff;
}

.content tr
{
    border-color: #dededa;
}

.content tr.even
{
    color: #755b53;
    border-color: #dededa;
    background-color: #dce0e9;
}

.content table
{
    border-color: #dededa;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset
{
    border-color: #436c9f;
}

.content legend
{
    border-color: #436c9f;
}
/*
.content label {
    border-color: #436c9f;
}

.content input {
    border-color: #436c9f;
}

.content textarea {
    border-color: #436c9f;
}
*/
/*--------------------------------------------------------------------------*/



