table
{
	border-collapse: collapse;
	border-spacing:0;
	border: 1px solid #BA9;
	/*font: 90% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;*/
	font: 90% Verdana, Arial, Helvetica, sans-serif;	
}
 caption{
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #453827;
  background: transparent;
  }
	
tr{

}
td, th {
  border: 1px solid #d7781a;
  padding: .3em;
	font-size: 0.9em;
color: #666;
  }
thead th, tfoot th, tfoot td {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #BA9 url("http://www.ottmann.de/images/thbg.gif") repeat-x top left;
	color: #FFF;
}
 tbody th,thead th,tbody td {
	vertical-align: top;
	text-align: left;
}

tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
{
	background: url("http://www.ottmann.de/images/shimx.gif")  repeat-x top left;
	color: #000;
}

tr.odd
{
background: url("http://www.ottmann.de/images/shim.gif")  repeat-x top left;
}	
