@charset "UTF-8";
/**
 * "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-2007, 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.4
 * @revision        $Revision: 193 $
 * @lastmodified    $Date: 2007-12-30 20:37:54 +0100 (So, 30 Dez 2007) $
 */

@media screen
{
  #page_margins {
    border: 0 none;
    
  }

  #page {
    border: 0 none;
    margin: 0 1px 0 50px; padding: 0 27px 0 0;
   
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 0;
    font-size:0;
    margin-bottom: 0;
  
  }
  

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 46px;
    margin-top: 0;
    font-size:0;
 
  }

  #edge-tl {
    float:left;
    width: 18px;
    height: 18px;
    font-size:0;
   
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 18px;
    height: 18px;
    font-size:0;
   
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
  }

}
