table.legende {
	border-collapse: 	collapse;
	font-size:			80%;
	text-align:			center;
}

table.legende th {
	font-weight:		bold;
	border-width: 		1px;
	padding: 			0px 16px 0px 16px;
	border-style: 		solid;
	border-color: 		gray;
	background-color: 	#333333;
	color:				#ffffff;
}

table.legende td {
	border-width: 		1px;
	padding: 			2px 16px 2px 16px;
	border-style: 		solid;
	border-color: 		gray;
	background-color: 	#f4f4f4;
}