/*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  /* Move #col1 to the right | #col1 nach rechts verschieben */
  #col1 { float:right; width: 284px; border: 0px solid #fff;}
  #col1_content { padding-left: 0px; padding-right: 0px; }

  /* Hide #col2 | #col2 abschalten */
  #col2, #col2_content { display:none }

  /* Adjust right margin | Rechten Randabstand anpassen */
  #col3 { margin-left:0; margin-right: 290px; border-right:0px green solid; }
  #col3_content { padding-left: 0px; padding-right: 0px; }
  /*--------------------------------------------------------------