#tabelle {
	position:relative;
  top: 10px;
  height: 180px;
  width: 680px;
  overflow:auto;
  font:		arial,Icon;
	border:	1px solid #0f1573;
	background:	Window;
	color:		WindowText;
	margin:0px;
}
.sort-table {
  width: 680px;
	font:		arial,Icon;
	border:	1px solid #0f1573;
	background:	Window;
	color:		WindowText;
	margin:0px;
}
.sort-table thead {
	background:	ButtonFace;
}
.sort-table td {
	padding:	5px 5px 5px 5px;
	font-size:13px;
}
.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
	ButtonShadow ButtonHighlight;
	cursor:			default;
	background:#0f1573;
	color:white;
	font-weight:bold;
}
.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}
.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}