/* CSS tabelle shop */


#table {
	display: table;
	height: auto;
	width: auto;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 0.9em;
	margin: 3px;
	padding: 3px;
	overflow: auto;
}
td {
	font: 1.2em/normal Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	padding: 5px;
	margin: 5px;
	border: 1px solid #FFCC33;
}
tr {
	height: auto;
	width: auto;
	padding: 5px;
	margin: 5px;
	border: 1px solid #FFCC33;
	line-height: normal;
}

