@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Variation of screen layout (basemod.css) - graphic layout border "3col_gfxborder"
 * (de) Variation des Screenlayouts (basemod.css) - Grafische Layoutumrandung "3col_gfxborder"
 *
 * @version         $Id: basemod_fullheight.css 423 2008-07-01 11:44:05Z hieblmedia $
 * @copyright       Copyright 2005-2008, Reinhard Hiebl
 * @license         CC-A 2.0/JYAML-C(all media,html,css,js,...) and GNU/GPL(php), 
                    - see http://www.jyaml.de/en/license-conditions.html
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 423 $
 * @lastmodified    $Date: 2008-07-01 13:44:05 +0200 (Di, 01. Jul 2008) $
*/

@media screen, projection
{
  body, html { height: 100% !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 ... */
  #page { padding-bottom: 70px; }


  #footer { 
    position:relative !important; 
    width: 770px !important; 
    margin: 0 auto; 
    /* move #footer to its position ... */
    margin: -70px auto 0;
		padding: 0;
    color:#039;
		background:#fff;
  }
  
  #footer_content { 
    text-align: left;
    color:#039; 
		border-top:1px solid #bebebe;
		border-bottom:1px solid #bebebe;
    padding: 6px;
		margin-bottom:5px;
  }
}