#opener {
	height: 450px;
}

.video-player {
	margin: 0;
	width: 100%;
	height: 400px;
}
.video-controls { 
   
  height: 30px;
  margin: 0;
  position: relative;
  width: 100%;
  
}
.status { height: 20px; left: 30px; position: absolute; top: 5px; width: 455px; display:none; }
.bar { background: #a4a4a4; height: 10px; position: relative; top: 5px; }
.loaded { background: #bbb; height: 10px; left: 0; position: absolute; top: 0; }
.indicator { background: #212121; display: block; height: 10px; left: 0; position: absolute; top: 0; width: 20px; }
.play-pause, .volume { 
  background: red url(http://doppelschall.stildiktat.de/images/btn_play.jpg) no-repeat ;
  display: block;
  height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  width: 20px;
}
.play-pause { left: 5px; height:23px; width:80px; }
.playing { background-position: 0 0; }
.volume { background-position: 0 -60px; right: 130px; display:none; }
.muted { background-position: 0 -40px; }
.view-youtube { 
  url(http://doppelschall.stildiktat.de/images/btn_play.jpg) no-repeat ;
  color: #000;
  display: block; 
  float: right; 
  font-size: 9px; 
  line-height: 30px;
  padding: 0 5px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}