/**************************************************
CiSSi's css/structure_2col_content_extra.css
    This file provides the styles for the layout
    structure:
    * 2 columns: content (left) - extra (right)

(c) 2008 CosmoCode GmbH <cissi@cosmocode.de>
**************************************************/

/* structure 
********************************************************************/

body #layout__site {
	background: transparent url(../img/bg_content_extra.png) repeat-y 0 0;
}

#layout__header {
  position: relative;
}

#layout__service {
  position: absolute;
  top: 0;
  right: 0;
}

#layout__wrapper {
	background: transparent url(../img/bg_content_bottom_extra.png) no-repeat left bottom;
  height: 1%; /* because of IE 7 */
}

#layout__wrapper2 {
  float: left;
}

#layout__sub {
  display: none;
}

#layout__content {
  border: none;
  margin: 0 0 0 23px;
  padding-right: 14px;
  width: 774px;
}
#layout__content div.bm {
}

#layout__content div.text__content {
  margin: 14px 0 0 14px;
}



/* ********** Bodoni Headlines ********** */
#layout__content h2.sIFR-replaced {
	margin: -3px 0 8px; /* takes account of the h2 line-height */
}

#layout__content h2 {
  font: normal 2.4em GillSans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#layout__content .half_left h3.sIFR-replaced, 
#layout__content .half_right h3.sIFR-replaced {
	margin: 0 0 8px; /* takes account of the h3 line-height */
}

#layout__content .half_left h3, 
#layout__content .half_right h3 {
	font: normal 2.1em GillSans, Arial, Helvetica, sans-serif;
	text-transform: none;
}

/* 'Cooking tips & Culinary trends' subpages using Bodoni headlines are adjusted by 'sifr_config_recipes_sub.js' */



#layout__extra {
  float: right;
  /*overflow: hidden;*/
  width: 166px;
}

#layout__footer {
	background: url(../img/bg_footer_extra.png) no-repeat 0 0;
	height: 59px;
	position: relative;
}