@charset "UTF-8";
@media all{
  #col1_content td.Class1 {
    border-top:1px dotted #C0C0C0;
    line-height:1.5em;
    padding-top:10px;
    padding-bottom:10px;
    /* kein padding links / rechts, sonst seltsame Effekte im IE6 bei langen Zeilen ('Geistertexte' am Ende der Zeile) */
  }
  #col1_content td.Class2 {
    padding:10px 2px;
    border-left:1px dotted #C0C0C0;
    border-top:1px dotted #C0C0C0;
    border-right:1px dotted #C0C0C0;
    text-align:center;
    line-height:1.5em;
  }
  #col1_content td.Class3 {
    padding:10px 2px;
    border-top:1px dotted #C0C0C0;
    text-align:center;
    line-height:1.5em;
  }
  #col1_content td.Class4 {
    padding:2px;
    border-left:1px dotted #C0C0C0;
    border-right:1px dotted #C0C0C0;
    text-align:center;
  }
  #col1_content td.Class5 {
    padding:5px 2px;
    border-top:1px dotted #C0C0C0;
    text-align:center;
    line-height:2em;
  }
}

