/**
* "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;
}
* html .page_margins { height:100% !important; }

/* allocate space for footer ... */
.page { padding-bottom: 33px; }


#footer {
  width: 960px;
  position:relative !important;
  
  margin: 0 auto;
  /* move #footer to its position ... */
  margin: -33px auto 0;
  
  background: #e3e4e5;
  border: 0 none;
  padding: 0;
}

#footer_content {
  text-align: left;
  color: #7b7b7a;
}


#footer { height: 49px; background: #E3E4E6 url(../../images/footer.jpg) repeat-x; font-size: 10px; color:#7b7b7a; line-height: 11px;}
#footer .redtext {color: #e3000f; }

#footer .c80l .subcl { width:auto; padding: 13px 0 0 23px;}
#footer .c20r img{ float: right; }
#footer .c20r .subcr { padding: 2px 10px 0 0;}

}
