@charset "UTF-8";
/**
 * Bürkle GmbH
 * 2009
 *
 * Layout 2col
 *
 */

@media all
{
  /**
   * Formatting content container (2col-layout)
   *
   */
   
  /* --- middle main content area (col 1) --- */
   
  #col1 { float: left; width: 800px; position:relative; z-index:10}
	#col1_border_top{ height: 15px; width:100%; background:url(images/main_cols/col1_border_top_2col.png) no-repeat top}
		#col1_content { 
			padding: 5px 0 20px 19px; 
			background:url(images/main_cols/col1_border_main_2col.png) repeat-y;
			min-height:600px; 
			height:auto !important; /* for all other browsers */ 
			height:600px; /* for ie6 */  
		}
	#col1_border_bottom{ height: 19px; width:100%; background:url(images/main_cols/col1_border_bottom_2col.png) no-repeat top}
  
  /* --- left column (col 2) --- */
  
  #col2 { display:none}
  
  /* --- right column (col 3) --- */
  
  #col3 { width: auto; margin: 0 0 0 -4px; width:184px; float: right;  }
  	#col3_content {padding: 40px 0 0 0;  border-bottom: 1px solid #c0bdbd; }  

/*------------------------- global used layout-container --------------------------------*/
	#content{
		border-top:none;
		padding: 25px 0 30px 0;
		margin: 0 30px 0 10px
	}	
}