/* Autorenrang */
div.ranking {
	position: relative;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	color: #333;
	width: 200px;
	height: 16px;
}

div.ranking div.bar {
	position: absolute;
	background: url(gfx/ranking.bar.bg.png) repeat-x left top;
	height: 16px;
	z-index: 1;
}

div.ranking div.label {
	position: relative;
	height: 16px;
	line-height: 16px;
	padding-left: 5px;
	z-index: 2;
}