.Tabelle_ueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	position: relative;
}

.Tabelle_content {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: regular;
	position: relative;
}


 .table--two {
	border-collapse: collapse;
	border: none;
	width: 100%;
  }
  
  .table--two td, .table--two th {
	padding: 15px 8px;
	border: none;
  }
  
  .table--two tr td:nth-child(even){
	  background-color: f2f2f2;
	}
  
  .table--two tr:hover {
	  background-color: #ddd;
  }
  
  .table--two th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #000000;
	color: white;
	text-transform: uppercase;
  }
