@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.0.3b (http://builder.yaml.de)
 * @file        basemod.css
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/


  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { }
  #header { border-right: 1px solid #a6a6a6; }
  #nav { }
  #nav_main { }
  #main { }
  #footer { padding: 10px 20px; color:#666; background: transparent; width: 754px; margin: 0 auto; text-align: center; }


  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  /* 2 Col */	
  #col1 { display: block; float: right; width: 208px; margin: 0 0 0 0; padding: 0 1px 0 0 }
  #col3 { width: auto; margin: 0 208px 0 0; background: #fff; border-right: 1px solid #a6a6a6; }
  #col1_content { }
  #col3_content { }

  /*-------------------------------------------------------------------------*/

  #page_margins {
		border: none;
  }

  #page {
    border-right: none; 
  }

  #border-bottom {
    overflow:hidden;
    width: 539px;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(../../images/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  
  /**
  * 
  * milkmonkey
  *
  */
  .perforation { border-right: 1px solid #A6A6A6 }
	
	
	

}