.highscore
{
	position:absolute;
	height:355px;
	line-height:200%;
	width: 335px;
	text-align:left;
	overflow:hidden;
	line-height: 30px;
	margin-top: 4px;
}

.highscore .rank
{
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #002D3E;
	width: 44px;
	margin-right: 24px;
	text-align: right;
}

.highscore .points
{
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-right: 0px;
	width: 60px;
	margin-right: 24px;
}

.highscore .user
{
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #009EE0;
}

.highscore_wrapper
{
	clear:both;
	position:relative;	
	overflow:visible;
	height:350px; 
	width:100%;
	background: #fff url('../img/christmas_banner.jpg');
	background-repeat: no-repeat;
	background-position: 240px bottom;	
}

.highscore_header{

	background: #009EE0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height: 20px;
	height:33px;
	padding-left:20px;
	padding-top: 11px;
	text-align:left;
	margin-top: -15px;
	margin-left:-15px;
	width:330px;
	margin-bottom:10px;	
}

/*Entfernt im IE 7 die Scrolleiste der Thickbox*/
#TB_ajaxContent
{
	overflow: hidden;
}
