.audiojs {
	float: right;
	width: 310px; 
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
}
.audiojs .error-message {
	width: 262px; /*ergibt totalbreite von 272px inkl margin*/
	margin: 0 5px 0 5px;
	font-size:0.8em; /*wichtig sonst wird bei der wenig-breiten fehlermeldung der error abgeschnitten*/
}
/*play-pause hat width: 25px + padding:4px 6px 4px 6px + borderright: 1px - gesamt-width:38px*/
.audiojs .play-pause {
	height: 28px; /*36 -8padding(4+4) damit es gleich hoch ist wie rechts davon das div*/
}
.audiojs .scrubber {
	height: 15px; /*36 -20margin(10+10) -1pxborder damit es gleich hoch ist wie rechts davon das div*/
}	
.audiojs .scrubber {
	width:160px;
}
.audiojs .time {
	margin-left:auto; 
	margin-right:auto;
}
.audiojs .time strong {
	color:#ccc;
}
.audiojs .progress {
	background:#cbd8bf;
}
.audiojs .p {
	height: 36px; /*korrektur*/
}

/*wegen pfadanpassungen im automergescript ist es wichtig, hier die url nochmal gesondert anzugeben*/
.audiojs .play-pause p {
	background-image:url(player-graphics.gif);
}

/*global.css überschreiben*/
.mehr .audiojs .error-message a {
	padding: 0;
	text-decoration: none;
}
.mehr .audiojs .error-message a:after {
	content: ""; 
}