@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-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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{

body, html { 
	height: 100% !important; 
	padding: 0;
	background: #fdf9f6 url("../../assets/common/bgr_strip.jpg") 
	repeat-x ; 
	}


.page_margins {
  	position:relative !important;
  	min-height:100%; /* real browsers */
  	height: auto !important;
  	background: #2e6a8f;
  	background: #fdf9f6 url("../../assets/common/cBGR_blau_Body.jpg") 
	repeat-y ; 
  }
  
* html .page_margins { height:100% !important; }


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


#footer {
    position:relative !important;
	height:35px;
	width:900px;
    /* move #footer to its position ... */
    margin: -35px auto 0 auto;
    background: transparent;
    border: 0 none;
    padding: 0;
  	background: #2e6a8f;
  	background: #fdf9f6 url("../../assets/common/cBGR_blau_Footer.jpg") 
	}

#footer_content {
    text-align: left;
    color:#fff;
    background: transparent;
    padding-left:40px;
    padding-top:10px;
	font-size:0.8em;
	}

  }
  
  
  
  


