@charset "UTF-8";
/*
---------------------------------------

  youdo.com | zweispaltiges Layout
  Datenwerk GmbH - www.datenwerk.de

  author:   frank.hoesler@datenwerk.de

---------------------------------------
*/

/* YAML-Basis-Stylesheets einbinden */
@import url(/css/yaml/core/base.css);

/* Common-Stylesheet einbinden */
@import url(/css/bhc/common.css);



@media all {

  #page_margins {
	background: transparent url(/images/bhc/layout/header_bg.jpg) repeat-x scroll center 0;
	}
  #page {
	width: 1008px;
	margin: 0px auto;
	}

  /* #col1: Inhaltsspalte */
  #col1 {
    width: 784px;
  }
  #col1_content {
	padding-left:13px;
  }

	#col1_content .content-one-col {
		width: 740px;
	}

  /* hide #col2 */
  #col2, #col2_content {
    display:none
  }

  /* #col3: Teaserspalte */
  #col3 {
    margin-left: 784px;
    margin-right:0;
    width: 224px;
  }

  #col3_content {
    padding-left: 10px;
/*    padding-right: 14px; */ /* wirklich notwendig? */
  }

/* Besonderheit einspaltiges Layout */

  #home {
	background: #ffffff;
	}

  #home #page_margins{
  background-image: none !important;
	z-index: 1;
	position: relative;
  }

  /*#itboschteaser
  {
	position:absolute;
	left:    0px;
	top:     0px;
	width:   200px;
	height : 520px;
	z-index: 1000;
  }
  #itboschteasercontainer {
	  height:520px;
	  margin-bottom:20px;
	  position:relative;
	  width:200px;
	  z-index:1000;
	  margin-right:20px;
  }
  #itboschteasercontainer.itboschteasercontaineractive {
	  height:520px;
	  margin-bottom:20px;
	  position:relative;
	  width:550px;
	  z-index:1000;
	  margin-left:-350px;
  }
  */

}
