/* Standard-Klassen */pre			{ background-color: white; }.hidden 		{ display: none; }.tleft 		{ text-align: left !important; }.tright 		{ text-align: right !important; }.tcenter 	{ text-align: center !important; }.fleft 		{ float: left; }.hover		{ background-color: #6A6B6D; background-color: rgba(30, 30, 30, .4); }/* Progress-Bar */.rankbar	{ padding: 2px; float: right; background-color: #6A6B6D; background-color: rgba(30, 30, 30, .4);}.rankline	{ background-color: #096096; background-color: rgba(9, 96, 150, .7); } /* Tooltipp-Bubble */#bubble:after {	border-color: #0F0F0F transparent;	border-color: rgba(15, 15, 15, .8) transparent;	border-style: solid;	border-width: 10px 10px 0;	bottom: -10px;	content: "";	display: block;	position: absolute;	width: 0;}#bubble {	background-color: #0F0F0F;	background-color: rgba(15, 15, 15, .8);	-webkit-border-radius: 10px 10px 10px 10px;-moz-border-radius: 10px 10px 10px 10px;border-radius: 10px 10px 10px 10px;	color: #f0f0f0;	padding: 8px 16px;	position: absolute;	text-align: left;	line-height: 1.2em;}#bubble b{	font-weight: bold;}/* Tabelle */#ezStats * {	font-size: inherit;}#ezStats table {	margin: 0;	padding: 0;	border: 0 none !important; 	border-spacing: 0; 	width: 100%; 	text-align: left; }#ezStats tr, #ezStats td { 	border: 0 none;}#ezOverview thead tr th { 	border-top: 1px solid #bfbfbf;	border-bottom: 3px solid #096096; 	border-spacing: 0;	cursor: pointer;	padding: 2px 8px; }#ezOverview tbody td { 	border-bottom: 1px solid; 	border-spacing: 0; 	border-color: #bfbfbf;	padding: 2px 8px; 	vertical-align: middle; 	white-space: nowrap;	text-align: right;	cursor: default;}#ezOverview tfoot tr td { 	border-top: 1px solid; 	border-bottom: 1px solid; 	border-color: #bfbfbf;	border-spacing: 0; 	background-color: #6A6B6D;	background-color: rgba(30, 30, 30, .4);	padding: 2px 8px; 	white-space: nowrap;	text-align: right;	cursor: default;}#ezOverview thead tr .header { 	background-color: #6A6B6D;	background-color: rgba(30, 30, 30, .4);	background-image: url("images/table_bg.gif");	background-repeat: no-repeat;	background-attachment: scroll;	background-position: center right;}#ezOverview thead tr .header:after {	content: "\00A0\00A0\00A0";}#ezOverview thead tr .headerSortUp { 	background-color: #2A2A2B;	background-color: rgba(30, 30, 30, .9);	background-image: url("images/table_asc_dark.gif");	color: #f0f0f0;}#ezOverview thead tr .headerSortDown { 	background-color: #2A2A2B;	background-color: rgba(30, 30, 30, .9);	background-image: url("images/table_desc_dark.gif");	color: #f0f0f0;}/* Brand */#ezBrand {	padding: 10px 0 0 0;	margin: 0;	text-align: right;	font-size: 0.8em;	vertical-align: top;}/* Aside */#ezAside {	padding: 10px 0 0 0;	margin: 0;	font-size: 0.8em;}#ezAside ul {	margin: 0; padding: 0;	list-style: none;	display: none;}#ezAside li {	list-style: none;	margin: 0; padding: 0;	background: none;}#ezAside li:before {	content: "";}#ezAside .showme {	margin: 10px 0 0 0;	padding: 0;	border-top: 1px solid; 	border-color: #bfbfbf;	display: block;	cursor: pointer;	width: 250px;}#ezAside .showme div {	background: url("images/table_desc_dark.gif") no-repeat scroll center center transparent;	display: block;	height: 4px;	margin: 6px 8px;	width: 21px;}#ezAside .showme div.asc {	background: url("images/table_asc_dark.gif") no-repeat scroll center center transparent;}