@charset "utf-8";
/* CSS Document */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 *
 * Edit by: Jakob Baumgärtel
 * New Skin Name: Dresdner Lieder-Defensive
 * Date: 2011-07-17
 */

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.2em;

	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color: #000;
}
div.jp-audio {
	width:680px;
}
div.jp-video-270p {
	width:680px;
}
div.jp-video-360p {
	width:680px;
}
div.jp-interface {
	position: relative;
	background-color:#fff;
	border:#FC3 2px solid; padding:2px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-user-select:text; -webkit-user-select:text;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:2px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:26px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:26px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:26px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:22px;
	height:22px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:4px;
	left:4px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:4px;
	left:4px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:4px;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left:4px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left:4px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left:4px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left:4px;
}
a.jp-play {
	background: url("player.png") -22px 0 no-repeat;
}
a.jp-play:hover {
	background: url("player.png") -22px -22px no-repeat;
}
a.jp-pause {
	background: url("player.png") 0 0 no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("player.png") 0 -22px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	left:30px;
	top:4px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	left:51px;
	top:4px;
}
div.jp-video a.jp-stop {
	top:4px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:30px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:51px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:30px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:51px;
}
a.jp-stop {
	background: url("player.png") -44px 0 no-repeat;
	width:17px;
	height:17px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("player.png") -44px -17px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:30px;
	top:4px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:4px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:30px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:30px;
}
a.jp-previous {
	background: url("player.png") -61px 0 no-repeat;
	width:17px;
	height:17px;
}
a.jp-previous:hover {
	background: url("player.png") -61px -17px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:72px;
	top:4px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:4px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:72px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:72px;
}
a.jp-next {
	background: url("player.png") -78px 0 no-repeat;
	width:17px;
	height:17px;
}
a.jp-next:hover {
	background: url("player.png") -78px -17px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #000;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:4px;
	left:51px;
	width:492px;
	height:17px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:4px;
	left:93px;
	width:450px;
	height:17px;
}
div.jp-video div.jp-type-single div.jp-progress {
	top:4px;
	left:51px;
	width:492px;
	height:17px;
}
div.jp-video div.jp-type-single div.jp-progress {
	top:4px;
	left:93px;
	width:450px;
	height:17px;
}
div.jp-seek-bar {
	background: #ffff99;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #ffcc33;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("loader.gif");
}

a.jp-mute,
a.jp-unmute {
	width:14px;
	height:14px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:8px;
	left:547px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:8px;
	left:547px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:8px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left:547px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:547px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:547px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left:547px;
}
a.jp-mute {
	background: url("player.png") -95px 0 no-repeat;
}
a.jp-mute:hover {
	background: url("player.png") -109px -14px no-repeat;
}
a.jp-unmute {
	background: url("player.png") -109px 0 no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("player.png") -95px -14px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: #ffff99;
	width:107px;
	height:14px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:8px;
	left:565px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:8px;
	left:565px;
}
div.jp-video div.jp-volume-bar {
	top:8px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left:565px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:565px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:565px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:565px;
}
div.jp-volume-bar-value {
	background: #ffcc33;
	width:0px;
	height:14px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.5em;
	font-style: oblique;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:16px;
	left:51px;
	width:492px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:16px;
	left:93px;
	width:450px;
}
div.jp-video div.jp-type-single div.jp-current-time,
div.jp-video div.jp-type-single div.jp-duration {
	top:16px;
	left:51px;
	width:492px;
}
div.jp-video div.jp-type-playlist div.jp-current-time,
div.jp-video div.jp-type-playlist div.jp-duration {
	top:16px;
	left:93px;
	width:450px;
}
div.jp-playlist {
	margin-top:8px;
	background-color:#fff;
	border:#FC3 2px solid; padding:2px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-user-select:text; -webkit-user-select:text;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


div.jp-type-single div.jp-playlist li {
	padding:1px 0 1px 20px;
}
div.jp-type-playlist div.jp-playlist li {
	padding:1px 0 1px 20px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:1px 0 1px 20px;
}
div.jp-type-playlist div.jp-playlist li:hover {
	background-color:#ffff99;
	border:#ffff99 0px solid; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-user-select:text; -webkit-user-select:text;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:disc;
	list-style-position:inside;
	padding-left:6.4px;
	background-color:#ffcc33;
	border:#ffcc33 0px solid; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-user-select:text; -webkit-user-select:text;
}
div.jp-type-playlist div.jp-playlist a {
	color: #000;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#000;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#000;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-video div.jp-video-play {
	background: transparent url("player_start_n.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("player_start_h.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
	top:-270px;
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:1px solid #009be3;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #000000;
}
