body {min-height:555px;
	font-family: Arial, Helvetica, sans-serif;}

#example {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#example td, #example th {
  border: 1px solid #ddd;
  padding: 8px;
}

#example tr:nth-child(odd){background-color: #f2f2f2;}

#example tr:hover {background-color: #ddd;}

#example th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00aaaa;
  color: white;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;

  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  #tabellenrahmen {
  //font-size: 0.7em;

min-height: 550px;

  }

.dataTables_scrollBody {
height: auto !important;
}

/*Bereich für den Surveyfilter*/
legend
{
	font-size: 1.3em;
}
table#filter tbody tr td {
	text-align:center;

}
table.dataTables td {
	width:1px;
}

input[type="radio"]:checked +label {
  color: #f00;
  font-style: normal;
}
legend {font-size:1.0em;}
