/* MOONPLAYER */

/* SORTIMENTSÜBERSICHT */
#linkplayer{
	height: 125px;
	width: 196px;
	padding: 11px 0px 0px 11px;
	background: url(../pic-bin/player_trans.png) no-repeat transparent;
	float: left;
	z-index: 500;
}

#linkplayer ul{
	height: 113px;
	width: 190px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1000;	
}

#linkplayer ul li{
	display: block;
	list-style: none;
	word-break:keep-all;
	word-wrap: normal;
	overflow: hidden;
}

#linkplayer ul li a{
	width: 170px;
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border: 0px;
	line-height: 24px;
	cursor: pointer;	
}

#linkplayer ul li.first a.active{
}

#linkplayer ul li.last a.active{
}

#linkplayer ul li a.active{
	text-decoration: none;
	background: url(../pic-bin/white-back.png) repeat left transparent;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#linkplayer img.playerimage{
	display: none;
}

.playerdiv{
	width: 790px;
	height: 323px;
	top: 0px;
	left: 23px;
	position: absolute;
}

.playerdiv.start{
	background: url(../pic-bin/pc_link_boden.jpg) no-repeat transparent;
}