@charset "UTF-8";
/*
 * QueryClick CSS Design based on "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de/en/
 * @version         3.1
 * @revision        $Revision: 343 $
 */

/* import core styles */
	@import url(../yaml/core/base.css);

/* import screen layout */
	@import url(../website/css/screen/basemod.css);
	@import url(../website/css/screen/content.css);
	@import url(../website/css/navigation.css);

/* import print layout */
/* @import url(/css/print/print_003.css); */

	@media screen, projection
{
  /**
   * (en) Repositioning content container
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | flexible| 81.5%                 |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* left column */
  #col1 { width: 81.5%; float:right;}
  #col1_content { padding-left: 10px; padding-right: 20px; }

  /* right column */
  #col2, #col2_content { display:none; }

  #col3 { margin-right: 81.5%; margin-left: 0; }
  #col3_content { padding-left: 20px; padding-right: 10px; }
}