#daten, .daten{
	border-collapse: collapse;
	color:;
	border:0px solid white;
	padding:0px;
	margin:auto;
	width:100%;
}
#daten thead , .daten thead{

}
#daten thead td, .daten thead td{
	text-align:center;
	color:white;
	background-color:rgba(147,147,147,0.7);
	border-style:solid;
	border-width: 0px 1px 1px 0px;
	border-color:white;
	position:relative;
}
#daten tfoot td, .daten tfoot td{
	border-style:solid;

}
#daten th, .daten th{
}
#daten tbody td , .daten tbody td{
	position:relative;
	border-style:solid;
	border-width: 0px 1px 1px 0px;
	border-color:#88A;
	text-align:left;
	padding:1px 5px;
	margin:0px;
}
#daten tbody td , .daten tbody td{
	background-color:rgba(255,255,255,0.3);
	/*color: #444;*/
}
#daten tbody td:first-child , .daten tbody td:first-child{
	white-space: nowrap;
}
#daten tbody td a, .daten tbody td a{
	
}
#daten input, #daten select option{
	font-size:1em;
}
#daten tbody tr:hover, .daten tbody tr:hover {
	background-color: rgba(255,255,18,1);
	color: black;
}
#daten tbody tr, .daten tbody tr {
	/*background-color: rgba(255,255,255,0.9);*/
}
#daten img, .daten img {
	width:15px;
}
#daten img:hover, .daten img:hover {
}