/*tabelle*/

table {
position: relative;
width: 95%;
   margin: 1em;
   border-collapse: separate;
   border-spacing: 0 0;
   text-align:left;
   font-style:inherit;
   font-size:85%;
   }
   table thead tr.caption th {
   border: none;
   padding-bottom: 30px;
   background-image:none;
   margin-top: 30px;
   }
td {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   padding-left: 3px;
   padding-right: 3px;
   text-align:center;
   }
   
   td.a {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   border-right: none;
   padding-left: 10px;
   padding-right: 3px;
   }
   td.ab {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   padding-left: 10px;
   padding-right: 3px;
   }
   
   td.topleft {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   border-bottom:none;
 padding-left: 3px;
   padding-right: 3px;
   }
   
   td.ort {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   padding-left: 3px;
   padding-right: 3px;
   }
   td.zeit {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
 padding-left: 3px;
   padding-right: 3px;
   }
th {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   paddng: 3px;
   }
   
th.fach {
   border-left: 1px dotted #999;
   background-color:#dfdfdf;
 padding-left: 3px;
   padding-right: 3px;
   }
   
   th.daten {
   border-left: 1px dotted #999;
   background-image: url(../gfx/grauverlauf_a.gif);
   background-repeat:repeat-x;
   padding-left: 3px;
   padding-right: 3px;
   }
   
   
thead th {
   border-top: 1px dotted #999;
 padding-left: 3px;
   padding-right: 3px;
   background-image:url(../gfx/grauverlauf_a.gif);
   background-repeat:repeat-x;
   }
   
   thead th.cent {
   border-top: 1px dotted #999;
 padding-left: 3px;
   padding-right: 3px;
   background-image:url(../gfx/grauverlauf_a.gif);
   background-repeat:repeat-x;
   text-align:center;
   }
   
   .linke {
   }
   
    .rechte {
   }
   
   .alle {
  }
   
   tr.back {background-color:#d8dce9;
   font-weight:bold;}
