/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  font: normal 0.8em verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fff;
  width:100%;
  margin-bottom:1em;
  }
caption {
  text-align: left;
  font: normal 1em verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
  border: 1px dotted #999;
  padding: .8em;
  color: #333;
  }
thead th, tfoot th {
  font: bold 0.9em verdana, arial, helvetica, sans-serif;
  border: 1px solid #ddd;;
  text-align: left;
  background: #c0c0c0 url("../../images/shiny_buttons/background.gif") repeat-x center right;
  color: #333;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #333;
  }
tbody td a:hover {
  background: transparent;
  color: #000;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #333;
  }
tbody th a:hover {
  background: transparent;
  color: #000;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #ddd;
  background: #c0c0c0 url("../../images/shiny_buttons/background.gif") repeat-x center right;
  padding-top:6px;
  }
.odd {
  background: #F5F4F4;
  }
tbody tr:hover {
  background: #C2C2C2;
  color: #000;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #C2C2C2;
  color: #000;
  }
.unsichtbar{
display:none;
}

table img {
  border:none;
  padding:0;
  margin:auto 0;
  }
  

