@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
{
  h4{
    line-height: 2.0em;
  }

  #col3_content div.csc-textpic img {
  	border-right: 1px solid;
  	border-left: 1px solid;
  	border-bottom: 1px solid;
  }
  
  .c33l, .c33r {
    padding:3em 0 0;
  }
  /*-------------------------------------------------------------------------*/
}
