/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_fullheight"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_fullheight"
 *
 * @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.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

@media screen, projection
{
  body, html { height: 99.999% !important; padding: 0;}

  .page_margins {
    position:relative !important;
    min-height:100%; /* real browsers */
    height: auto !important;
  }
  * html .page_margins { height:100% !important; }

  /* 
   * allocate space for footer and
   * avoid a problem width 2-1-3 and fullheight
   * (padding of .page not possible)
   * originally fullheight is written in 1-3-2
   * http://forum.itratos.de/showthread.php?t=29992&highlight=fullheight
  */
  .page { padding: 0px 0px 345px;}

  #footer {
    position:relative !important;
    /* move #footer to its position ... */
    margin: -345px auto 0;
    width: 100%;
    padding:0;
  }

}
