@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.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
    
  #col1 { float: left; width: 685px; }
  #col2 { display:none; }
  #col3 { width: auto; margin: 0px 0px 0px 685px; }
  #col1_content { padding: 0px 0px 0px 0px; }
  #col3_content { padding: 0px 0px 0px 0px; } 
  
  #main { padding: 0px 0px 0px 0px; }
  #main #col1_content { padding: 42px 42px 42px 42px; }
  #main #col3_content { padding: 12px 0px 12px 0px; }
  #main .subcr { background: #a2b2bb; min-height: 193px; }
  #main .subcr .dnnActionMenu a { color: #58585a !important;}
  #main .subcr .Normal, #main .subcr a { color: #fff !important; }
  /*-------------------------------------------------------------------------*/
}

