  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3_1   | #col3_2           |
   * | 520px     | flexible          |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col3_1 {
	width: 520px;
	float:left;
  }

  #col3_1_content {
	width:100%;
}
  
  /* Rahmen und Abstand um Content-Elemente */
  #col3_1_content .first-content-element,
  #col3_1_content .content-element { 
  padding-left:15px;
  padding-right:20px;
  padding-top:15px;
  padding-bottom:15px;
  background-image:url(../../../media_2009/bg/bg_col3_1_2spaltig.jpg);
  background-repeat:no-repeat;
  }
  
  #col3_2 { margin-left: 525px; margin-right: 0; }

  #col3_2_content {
	width:100%;
	float:left;
}

  /* Rahmen und Abstand um Content-Elemente */
  #col3_2_content .content-element { 
  padding-left:20px;
  padding-right:20px;
  padding-top:15px;
  padding-bottom:15px;
  background-image:url(../../../media_2009/bg/bg_col3_2_2spaltig.jpg);
  background-repeat:no-repeat;
  }
