@charset "UTF-8";
@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | 100%     | flexible            |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* Hide left column | Linke Spalte abschalten */
    #col1, #col1_content { display: none; }

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  #col3 { margin-left: 90px; margin-right: 90px; }
  #col3_content { padding: 10px 20px 10px 10px; }
}
