/**
 * "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-2010, 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.3
 * @revision        $Revision: 466 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */

@media screen, projection
{
  body, html { height: 100% !important; padding: 0;}

  .page_margins {
  position:relative !important;
  min-height:100%; /* real browsers */
  height: auto !important;
  background: transparent;
  }
  * html .page_margins { height:100% !important; }
  
  .content_page_margins { 
  	background:#fff url("../img/bg_pagemargins.gif") no-repeat right bottom !important; 
  	}

  /* allocate space for footer ... */
  .page { padding-bottom: 70px; }


  #footer {
    position:relative !important;
    width: 1008px;
    margin: 0 auto;
    /* move #footer to its position ... */
    /*margin: -70px auto 0;*/
    margin: -128px auto 0;
    background: #fff;
		border-top:1px #000 solid;
    padding: 0;
  }
  


  #footer_content {
    text-align: left;
    color:#666;
    background: #fff url("../img/back_footer.png") no-repeat top center;
    padding: 7px 20px;    
    margin: 20px 0 0 0;
  }
}
