/*
---------------------------------------

  BHC | einspaltiges Layout
  Datenwerk GmbH - www.datenwerk.de

  author:   frank.hoesler@datenwerk.de

---------------------------------------
*/

@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: 1008px;
  }
  #col1_content {
	padding-left:13px;
  }

	#col1_content .content-one-col {
	width: 959px;
	padding-top: 11px;
	}
  
  /* hide #col2 */
  #col2, #col2_content, #col3, #col3_content {
  display:none
  }


	/* Subcolums */

	.col20l {
	float:left;
	width:198px;
	}
	.col20llist {
	float:left;
	width:198px;
	padding: 10px 0 5px 0;
	}
	.col80r {
	float:left;
	width:759px;
	}
 	.content-col80 {
 	width: 759px;
 	margin-right: 0px;
 	}
	.col80rlist {
	float:left;
	width:774px;
	}
}

