body {
	text-align: center;
	margin-top:25px;
}

table {
	text-align: left; 
	border-collapse: collapse;
	width:90%;
	text-align: left;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	font-size:small;
}

tr:hover {
	background: #efefef; 
	color: #5A5A5A;
}

td {
	padding: 7px; 
	height:auto;
	border: solid 1px #efefef;
}
th {
text-align : left;
color : #fff;
height:auto;
background : #777;
padding : 0.5em;
}


hr{ /* die linie */
	border:1px;
	width:100%;
	color:#999999;
	border-style:dashed;}

