@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
{
#main {margin:0 auto;padding:0 auto;width: 950px;background: #bbd8e1 url("../image/main_ie.gif") repeat-y 201px 0;}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 200px}
  #col2 { display:none}
 #col2_content { display:none}
  #col3 { width: auto; margin: 0 0 0 200px;background: #fff;}
  #col1_content { padding: 0 }
  #col3_content { padding: 0 }
	
  /*-------------------------------------------------------------------------*/
}