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

#container {
    /*	background: url(images/static/contentbg.gif) repeat-y 50% 50%; */

    background-color: #FFFFFF;
}

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

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

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

#main_nav_container {
    /*	background : url(images/static/navbg.gif) repeat-y; */

}

/*--- sub navigation ------------------------------------------------------*/

.sub_nav_container {
}

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

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

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

#logo {
}

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

#slogan {
    color: #000000;
    background: url(images/static/hbg.gif) #C9E56B no-repeat;
}

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

#main_nav_list {
}

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

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

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

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

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

.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: #ffffff;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffffff;
    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;
}

#content_search_caption {
    color: #000000;
}

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

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

#footer_text {
    color: #FFFFFF;
}

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

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

body#main_body {
    color: #000000;
    /*	background : #e1dbda url(images/static/pgbk.gif) repeat-x;  */

    background-color: #F3FAA4;
}

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

.content {
    color: #000000;
}

.content {
    color: #000000;
}

.content p {
    color: #000000;
}

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

.content h1 {
    color: #FF0000;
}

.content h2 {
    color: #FF0000;
}

.content h3 {
    color: #FF0000;
}

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

.content a:link {
    color: #00488C;
}

.content a:visited {
    color: #00488C;
}

.content a:hover {
    color: #2C8DAD;
}

.content a:active {
    color: #2C8DAD;
}

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

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

.content th {
    color: #000000;
    background-color: #C9E56B;
    border-color: #2C8DAD;
}

.content tr {
}

.content tr {
    color: #000000;
    background-color: #ffffff;
    padding: 3px 2px 3px 2px;
}

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

.content tr.even {
    color: #000000;
    background-color: #FCFFD7;
    padding: 3px 2px 3px 2px;
}

.content td {
    border-color: #ffffff;
}

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

.content fieldset {
    border-color: #1D8BB0;
}

.content button {
    border-color: #1D8BB0;
}

.content legend {
    color: #1D8BB0;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #1D8BB0;
}

.content textarea {
    border-color: #1D8BB0;
}

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