body{
	font-family: Arial, sans-serif;
}
#samp1 {
	width: 100%;
	caption-side: bottom;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 1.2em 0 0 0;
	max-width: 600px;
}
#samp1 caption {
text-align: right;
font-size: 0.9em;
}
#samp1 td , #samp1 th {
	border-right: 1px solid #000;
	padding: 0 6px;
	margin: 0;
	text-align: right;
	height: 1.6em;
}
 #samp1 thead th {
	text-align: center;
	text-transform: uppercase;
}
 #samp1 tfoot th {
	text-transform: uppercase;
}
#samp1 .colover, #samp1 .rowover td {
	background-color: #993;
}
#samp1 th.colover, #samp1 .rowover th {
	background-color: #663;
	color: #fff;
}
#samp1 tfoot td {
	border-top: 1px solid #000;
}
#samp1 tbody tr:first-child th{
vertical-align: bottom;
padding: 0 6px 2px 6px;
text-transform: uppercase;

}
#samp1 tbody tr:first-child th,
#samp1 thead tr th, #samp1 tfoot tr th {
		height:2.2em;
}
.odd td, .odd th {
	background-color: #bfbf50;
}
#TableTIP {
	border: 1px solid #663;
	background-color: #b8b83d;
	max-width: 20em;
	text-align: left;
	padding: 8px;
	font-size: 0.9em;
	opacity: 0.9;
}
.compare {
	margin: 4px 0 0 0;
	font-size: 0.8em;
}
.compare em {
display: block;
font-style: normal;
font-weight: bold;
}
/* Dieser Bullshit sollte in konditionelle Kommentare gepackt werden */
* html #TableTIP {
	filter:alpha(opacity="90");
}