.tabelle_userverwaltung{
/*
	border: solid 1px transparent;
	border-collapse: collapse;
*/
	height: auto;
/*	padding: 5px; */
	padding-left: 5px ;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tabellenkopf{
/* thead th */
  /* -10%k */
  /*background-color: #243057;*/
  /* -5% k */
  background-color: #1f294a;
  color: white;
}
.tabellenzeile{
	background: transparent;
	color: white;
}
.tabellenzeile:nth-child(even) { 
  /*tbody tr:nth-child(even)*/
  /* -20% k background-color: #2f3e70; */
  /*-10% k*/
  background-color: #242e57;
  color: white; 
}
 .tabellenzeile:nth-child(odd){ 
  /* tbody tr:nth-child(odd) */
  /* toolzone-background #1a223e */
  /* tuulzone-orange #f49927*/
  /*-30% k*/
  /* background-color: #394c8a;  */
  /* -15% k */
  background-color: #293463;
  color: white; 
}
.tzh:hover{
	background: #f49927;
	color: #1a223e;
}
.tabelle_rahmen_weiss{
	border: solid 1px white;
	border-collapse: collapse;
}
.tabelle_zentriert{
	margin-left: auto;
	margin-right: auto;
}
.tabelle_padding_5px{
	padding: 5px;
}