@charset "UTF-8";
/**
 * "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-2008, 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.0.6
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media screen, projection
{
  body, html { height: 100% !important; padding: 0; }
    
  #page_margins {
	position:relative !important;
	min-height:5300px; /* real browsers */
	height: auto !important;
	background: #fff; 
 }
  * html #page_margins { height:100% !important;
     }
   
  /* allocate space for footer ... */
  #page { padding-bottom: 70px; text-align: left;}


  #footer { 
  	position:relative !important; 
  	min-width: 740px; 
  	max-width: 80em; 
  	margin: 0 auto; 
  	/* move #footer to its position ... */
  	margin: -70px auto 0;
	
	background: #fff;
	border: 0 none;
	padding: 0;
  }
  
  #footer_content { 
    text-align: left;
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
    margin: 0 10px;
  }
}