﻿@charset "UTF-8";

@media screen, projection
{
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 19.69%  | flexible  | 25.51%  |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #col1 { display:none; }
  #col1_content { display:none; }

  #col2 { display:none; }
  #col2_content { display:none; }

  #col3 { margin-left: 0%; margin-right: 0%; border-left:none; border-right:none; overflow:hidden; }
  #col3_content { width:100.1%; }
 }
