	#player {
	width:260px;
	height:30px;
	border-radius:5px;
	background:rgba(0,0,0,0.5);
	box-shadow:0px 0px 8px rgba(255,164,7,0.5);
	margin:6px 2px 6px 2px;
	}
	#playbutton {
	width:15px;
	height:15px;
	float:left;
	margin:7.5px 2px 5px 5px;
	cursor:pointer;
	}
	#infofenster {
	width:120px;
	height:18px;
	float:left;
	margin:6px 2px 5px 6px;
	border-radius:2px;
	background-color:rgba(255,164,7,0.5);
        font-size: 1em;
	}
	#infofenster marquee {
	width:110px;
	height:10px;
	margin: 0 0 6px 5px;
	}
	#time {
	width:20px;
	height:12px;
	float:left;
	margin:10px 4px 10px 4px;
	color:#c9c3c3;
	font-weight:thin;
        font-size: 0.75em;
	}
	#ton {
	width:20px;
	height:12px;
	float:right;
	margin:10px 8px 10px 8px;
	cursor:pointer;
	}
	#vol1 {
	width:2px;
	height:3px;
	float:left;
	margin:6px 1px 0px 1px;
	background:#c9c3c3;
	}
	#vol2 {
	width:2px;
	height:4px;
	float:left;
	margin:5px 1px 0px 1px;
	background:#c9c3c3;
	}
	#vol3 {
	width:2px;
	height:5px;
	float:left;
	margin:4px 1px 0px 1px;
	background:#c9c3c3;
	}
	#vol4 {
	width:2px;
	height:6px;
	float:left;
	margin:3px 1px 0px 1px;
	background:#8d8585;
	}
	#vol5 {
	width:2px;
	height:7px;
	float:left;
	margin:2px 1px 0px 1px;
	background:#8d8585;
	}