/**********************************************************************
 *
 *  Layoutanpassungen speziell fuer bajohr.de
 *  
 **********************************************************************/   


/**********************************************************************
 *
 *  Seitenaufbau
 *  
 **********************************************************************/
    
#header {
	background: #fff url(../img/bajohr/header-bg.gif) no-repeat;
}
#subheader{
  /*background: white url(../img/bajohr/subheader-bg.gif) no-repeat;*/
}
#col1 {
  background: url(../img/bajohr/col1-bg.gif) no-repeat;
}


/***********************************************************************
 *
 *  Hauptmenue
 *  
 ***********************************************************************/
 
  ul.hauptmenue li.active a,
  ul.hauptmenue li.active li a:hover,
  ul.hauptmenue li.active li.active a{
    color: #e1000f;
  }

	ul.hauptmenue li span.pfeil{
		background-color: #e1000f;
	}

/***********************************************************************
 *
 *  Diverse Farbeinstellungen
 *  
 ***********************************************************************/
 
 em{
  font-style: normal;
  color: #e1000f;
 }
 
 a{
  color: #e1000f;
 }
