.tabelle{
	background: #FFFFFF;
	min-height: 10px;
	border: 1px solid #8C1944;
}
.tabelle_tr{
	min-height: 10px;
	border: 1px solid #8C1944;
}
.tabelle td, .tabelle_tr td{
	font-size: 11px;
	border-bottom: 1px dashed #CCCCCC;
}
.tabelle th {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.2em;
	padding: 5px;
	background-color: #8C1944;
}
.tabelle_bt{
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 1px;
	background-color: #D57F32;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

