@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * Zentrales Stylesheet - Beispiellayout "vertical_listnav"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @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
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* Screen-Layout einbinden */
@import url(yaml/navigation/nav_vlist.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* Druck-Layout einbinden */
@import url(yaml/print/print_003_draft.css);

@media screen, projection
{
  /**
   * Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 170px   | flexible  | 200px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* Fixe Breite fuer Linke Spalte */
  #col1 { width: 170px; }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 200px; }
  #col2_content { padding: 10px 0px 10px 0px; }

  #col3 { margin: 0px 200px 0px 180px; }
  #col3_content { padding: 10px; }

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

}

