/*tabelle*/

table {
position: relative;
width: 95%;
   margin: 1em;
   border-collapse: separate;
   border-spacing: 0 0;
   text-align:left;
   font-style:inherit;
   font-size:85%;
   }
   tr.caption {

   border: none;
   padding-bottom: 20px;
   }
   
td {
   border: 1px dotted #999;
   border-top: none;
   border-left: none;
   padding-left: 3px;
   padding-right: 3px;
   }
   
   td.al {
   border: 1px dotted #999;
   padding-left: 10px;
   padding-right: 3px;
   line-height: 135%;
   font-size: 9pt;
   text-align:left;
   background-color:#ffffff;
   }
    td.a {
   border: 1px dotted #999;
   padding-left: 10px;
   padding-right: 3px;
   line-height: 135%;
   font-size: 9pt;
   text-align:center;
   background-color:#FFFFFF;
   }
   td.ab {
   border: 1px dotted #999;
   border-top: none;
   padding-left: 10px;
   padding-right: 3px;
   text-align:center;
   background-color: #FFFFFF;
   }
   
   td.tag {
   border: 1px dotted #999;
   border-top: none;
   border-left: 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;
   padding: 3px;
   }
   
   th.sna {
      background-image:url(../Schulnachrichten/gfx/snbannner.gif);
   background-position:center;
   background-repeat: no-repeat;
   height: 35px;
    border: 1px dotted #999;
   border-top: none;
   border-left: none;
   padding: 3px;
   width: 33%;
   background-color:#536c9c;
   }
   
   th.white {
    border: 1px dotted #999;
   border-top: none;
   padding: 3px;
   width: 33%;
   background-color:#ffffff;
   }
   th.sn {
   background-color:#536c9c;
color:#FFFFFF;
text-align:center;
    border: 1px dotted #999;
   border-top: none;
   border-bottom: none;
   padding: 3px;
   width: 33%;
   }
   
th.first-child {
   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;
   }
   
   .list { list-style-image:     url("../gfx/dot.gif"); 
}
.lista {list-style-image:url(../gfx/listw.gif);}
