﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet fÃ¼r das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */
@media screen, projection
{
  /*-------------------------------------------------------------------------*/
  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { 
      background-image:url(/static_files_project/images/layout/bg_gradient.gif);
      background-repeat:repeat-x;
      background-position: 0px 111px;
      }
  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto;}
  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { 
      width: 770px;  
      min-width: 740px; 
      max-width: 900px; 
      background-image:  url(/static_files_project/images/layout/shadow_left.png);
    background-repeat:repeat-y;
    background-position:0px 2px;
    padding-left: 10px;
    border-top:2px solid #ccd7e4;
      }
      .page_margins_top { 
      margin: 0px auto;
      width: 760px;  
      min-width: 740px; 
      max-width: 900px;
      }
      .page_margins_bottom { 
      margin: 0 auto;
      width: 760px;  
      min-width: 740px; 
      max-width: 900px;
      }
      .page_margins_shadow { 
      margin: 0 auto;
      width: 780px;  
      min-width: 740px; 
      max-width: 900px;
      
      }
  .page{
      border: 0 none;
    margin: 0px 0 0 0 ; 
    padding: 0;
    background-image:  url(/static_files_project/images/layout/shadow_right.png);
    background-repeat:repeat-y;
    background-position:right;
  }
      
  }    
  #header { padding: 0px 0 0px 0px; color: #000; background: #fff; }
  #nav { overflow:hidden; }
  div.hlist {  }
  #main { 
      margin: 0px 10px 0 0; 
      background: #fff; 
      padding-top: 20px;    
  }
  #footer { padding: 0px 0px; color:#666; }
  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 0px; }
  /*-------------------------------------------------------------------------*/
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
  #col1 { width: 210px;}
  #col2 { display:none}
  #col3 { float:right; width: 505px; margin: 0 0 0 45px}
  #col1_content { padding: 0 0px 0 20px }
  #col3_content { padding: 0 20px 0 0px }
    
  /*-------------------------------------------------------------------------*/
  
 }