
/* CSS 2 - Style */


@media screen {

  .stylish_cbox {
    display:table;
    table-layout:auto;
    border-collapse: collapse;
    border: none;
    border-spacing: 0px;
    empty-cells: show;
  }

  .stylish_cbox-top {
    display:table-row;
  }
  .stylish_cbox-tl {
    display:table-cell;
    width:12px;
    height:12px;
    background: white url("tl.gif");
    padding:0px 0px 0px 0px;
  }
  .stylish_cbox-tc {
    display:table-cell;
    height:12px;
    background: white url("tc.gif");
    padding:0px 0px 0px 0px;
  }
  .stylish_cbox-tr {
    display:table-cell;
    width:12px;
    height:12px;
    background: white url("tr.gif");
    padding:0px 0px 0px 0px;
  }


  .stylish_cbox-middle {
    display:table-row;
  }
  .stylish_cbox-ml {
    display:table-cell;
    width:12px;
    background: white url("ml.gif");
    padding:0px 0px 0px 0px;
  }
  .stylish_cbox-mc {   /* ----------- hier der eigentliche Boxen-Inhalt !!! ------------ */
    display:table-cell;
    background: white;
    vertical-align:top;
    padding:1px 1px 1px 1px;
  }
  .stylish_cbox-mr {
    display:table-cell;
    width:12px;
    background: white url("mr.gif");
    padding:0px 0px 0px 0px;
  }

  .stylish_cbox-bottom {
    display:table-row;
  }
  .stylish_cbox-bl {
    display:table-cell;
    width:12px;
    height:12px;
    background: white url("bl.gif");
    padding:0px 0px 0px 0px;
  }
  .stylish_cbox-bc {
    display:table-cell;
    height:12px;
    background: white url("bc.gif");
    padding:0px 0px 0px 0px;
  }
  .stylish_cbox-br {
    display:table-cell;
    width:12px;
    height:12px;
    background: white url("br.gif");
    padding:0px 0px 0px 0px;
  }



}
