@charset "UTF-8";
/**
 * Bürkle GmbH
 * 2009
 *
 * Layout 3col
 *
 */

@media all
{
  /**
   * Formatting content container (3col-layout)
   *
   */
   
  /* --- middle main content area (col 1) --- */
  
  #col1 { float: left; width: 640px;  margin: 0 0 0 160px; position:relative; z-index:10 }
		#col1_border_top{ height: 15px; width:100%; background:url(images/main_cols/col1_border_top_3col.png) no-repeat top}
			#col1_content { 
				padding: 0 30px 20px 30px;/* shadow-spacing -> push content within shadow-box */
				background:url(images/main_cols/col1_border_main_3col.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_3col.png) no-repeat top}
		
			#col1 .form .button{
				margin: 10px 120px 0 0;
			}
		
  /* --- left column (col 2) --- */
  
  #col2 { float: left; width: 185px;  margin: 0 0 0 -800px; position:relative; z-index:20}
  		#col2_content {padding: 43px 0 0 0;}

  /* --- right column (col 3) --- */

  #col3 { float: right; width: 184px; margin-left: -4px; margin-right: 0; position: static; }
		#col3_content { padding: 40px 0 0 0; border-bottom: 1px solid #c0bdbd;  }
		
	/*------------------------- global used layout-container --------------------------------*/
	#content{
		border-top:5px solid #bec0c9;
		padding: 25px 0 30px 0;
	}	
}
