@charset "UTF-8";


/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.2b (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
/*@import url(../../yaml/core/base.css);*/

/* import screen layout | Screen-Layout einbinden */
@import url(basemod.css?20090427);

/* import print layout | Druck-Layout einbinden */
@import url(../../yaml/core/print_base.css);
/* @import url(../yaml/print/print_003_draft.css); */


@media screen, projection{

  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }
  table { width: auto; border-collapse:collapse; }

  thead th { background: #444; color: #fff; text-align: center;}
  tbody th { background: #ccc; color: #333; }
  tbody th.sub { background: #ddd; color: #333; }

  table.pad0 th, table.pad0 td {padding: 0px; }
  table.pad1 th, table.pad1 td {padding: 1px; }
  table.pad2 th, table.pad2 td {padding: 2px; }
  table.pad3 th, table.pad3 td {padding: 3px; }
  table.pad4 th, table.pad4 td {padding: 4px; }
  table.pad5 th, table.pad5 td {padding: 5px; }
  
  table.border th, table.border td {border: 1px solid; }
  .center { text-align:center; margin: 0.5em auto; }

  .CodeMirror-wrapping{border: 1px solid #ccc}
}