table.termine {
	width:700px;
}
   
table.termine tbody.headline td {
	font-size:12pt;
	padding-top:5px;
}
   
tr.odd td {
	background-color:#EEE;
}

tr.even td {
	background-color:#DDD;
}

   table.termine td {
   	 padding-left:5px;
   	 padding-right:5px;
   }
   
   td.termine_date {
   	 text-align:left;
   }
   
   td.termine_title {
   	width:100%;
   }
   
   tbody.data tr {
   }
   
   tbody.headline td {
   	 border-bottom:1px solid #888;
   }
   
   tbody.collapsed td {
	  background-image:url(../img/termine/expand.gif);
	  background-repeat:no-repeat;
	  background-position:bottom right;
   }
   
   tbody.expanded td {
	  background-image:url(../img/termine/collapse.gif);
	  background-repeat:no-repeat;
	  background-position:bottom right;
   }
   
   tr.ferien { 
   	font-style:italic;
   }
   
