﻿@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 { width: 20.9%; }
  #col1_content {  }

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

  #col3 { margin-left: 20.9%; margin-right: 0%; border-left:2px solid #f2f2f2; border-right:none; }
  #col3_content {  }
 }
