/*** Normalized ***/

  
/* background: url(../../images/dynamic/buttonset4/subnav1hover.gif) 

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

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

    background-color: #252525;
    background-image: url(../images/bgs/bgSubmenu.gif);
    background-repeat: repeat-y;
}


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

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

}

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

.sub_nav_container {
    /*background : url(images/static/bgSubmenu.gif) repeat-y;*/

}


#slogan {
    color: #ffffff;
    /*background: url(images/static/hbg.gif) no-repeat;*/

}

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

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

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

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

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

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

#footer {
    background: transparent url(../images/bgs/bgFooter.gif) repeat-x;
	}

#footer_text {
    color: #aaaaaa;
}
#footer_text  a.footer:link {
    color: #aaaaaa;
}

#footer_text  a.footer:visited {
    color: #aaaaaa;
}

#footer_text  a.footer:hover {
    color: #aaaaaa;
}

#footer_text footer_active_item {
    color: #ffffff;
}

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

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


body{
   background:url('../images/bgs/bg.gif');
}


#bg_main_nav_container {
    height: 26px;
	 background-image:url('../images/bgs/bg.gif');
 /*   background: transparent url(images/static/bgMenu.gif);*/
    position: relative;
}

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

.content {
    color: #ffffff;
}

.content p {
    color: #ffffff;
}

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

.content h1 {
    color: #ffffff;
}

.content h2 {
    color: #ffffff;
}

.content h3 {
    color: #ffffff;
}

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

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

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

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

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

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

.content table {
	color: #FFF;
	padding: 0px;
	border: 0px solid #CCC;
}

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

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

.content tr {
	color: #C7C7C7;
}

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

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

.content input {
    background-color: #252525;
    border-color: #ffffff;
    color: #ffffff;
}

.content textarea {
    background-color: #252525;
    border-color: #ffffff;
    color: #ffffff;
}

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

.content legend {
    color: #ffffff;
}

.content label {
    color: #ffffff;
}

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

