/*** Normalized ***/





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


#container {
    background: #ffffff;
}


#left_column_container {
    background: url(../images/e_m_bg.jpg) top left no-repeat #ffffff;
}


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


#header {
    background: #6b0808;
}


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


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


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

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


#slogan {
    color: #a00203;
}


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


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


#main_nav_list a.main_nav_item        {
    color: #901a1a;
    background: url(../images/e_m_sep.gif) top left no-repeat;
}


#main_nav_list a.main_nav_item:hover  {
    color: #520000;
    background: url(../images/e_m_sep.gif) top left no-repeat;
}


#main_nav_list a.main_nav_active_item {
    color: #520000;
    background: url(../images/e_m_sep.gif) top left no-repeat;
}


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


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


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


#sub_container2                     {
    background: url(../images/e_b_bg.jpg) top left no-repeat #ffffff;
}


.sub_nav_list a.sub_nav_item        {
    color: #88543f;
    background: url(../images/e_sm_bg.gif) top left no-repeat;
}


.sub_nav_list a.sub_nav_item:hover  {
    background: url(../images/e_sm_bg.gif) top left no-repeat;
    color: #710d0d;
}


.sub_nav_list a.sub_nav_active_item {
    color: #710d0d;
    background: url(../images/e_sm_bg.gif) top left no-repeat;
}


.bq {
	font-family: Georgia,serif;
	color: rgb(107, 8, 8);
	font-size: 14px;
	/*background: url(../images/quote.gif) no-repeat;*/
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

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


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


#footer {
    background: url(../images/e_f.jpg) bottom right no-repeat #ffffff;
}


#footer_text {
    color: #6b0808; text-align: right;
}

#footer_text a:link    {
  color: #a23636;}

#footer_text a:visited {
  color: #525252;}

#footer_text a:hover   {
  color: #525252;}

#footer_text a:active  {
  color: #a23636;}




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


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


body#main_body {
    color: #5d5e5e;
    background: #6b0808;
}


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


.content   {
    color: #5d5e5e;
}


.content p {
    color: #5d5e5e;
}


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


.content h1 {
    color: #a23636;
}


.content h2 {
    color: #a23636;
}


.content h3 {
    color: #a23636;
}


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


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


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


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


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


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


.content table   {
    border-color: none;
}


.content th      {
    background-color: transparent;
    padding: 3px;
}


.content td      {
    padding: 3px;
    border: none;
}


.content tr.odd  {
    background-color: transparent;
    padding: 3px;
}


.content tr      {
    background-color: transparent;
    padding: 3px;
}


.content tr.even {
    background-color: transparent;
    padding: 3px;
}


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

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

.content legend {
    color: #000000;
}


.content label {
    color: #000000;
}

.content input {
    border-color: #8d3738;
}


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

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


