/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) - graphic layout border "3col_gfxborder"
 * (de) Variation des Screenlayouts (basemod.css) - Grafische Layoutumrandung "3col_gfxborder"
 *
 * @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
{

  .page_margins {
    border: 0 none;
  }

  .page {
    border: 0 none;
    padding: 0 16px 0 16px;
	background-image:  url(../../images/gfxborder/raender.png);
    background-repeat:repeat-y;
    background-position: top left;
	}

 .border-top {
    overflow:hidden;
    width: auto;
    height: 24px;
    font-size:0;
    margin-bottom: 0;
    background-image:  url(../../images/gfxborder/oben.png);
    background-repeat:no-repeat;
    background-position: top left;
  }

  .border-bottom {
    overflow:hidden;
    width: auto;
    height: 24px;
    margin-top: 0px;
	margin-left: 0px;
    font-size:0;
    background-image:  url(../../images/gfxborder/unten.png);
    background-repeat:no-repeat;
    background-position: bottom left;
  }
  

}
