body {
	background-color: #000;
	
}

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%
}
#svg_logo {
	width:300px;
	margin:20px;
}
a {
	color: #d7883c;
	text-decoration: none;
}
a:hover {
	color: #c53d26;
}
/*...............Audio-Player.................................*/

div.jp-video-play:hover a.jp-video-play-icon {
	background: url("play.gif") -40px 0 no-repeat;
}
#jp_container_audio .jp-controls a {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:40px;
	height:40px;
	float:left;
	margin:0;
	padding:0;
}
ul.jp-controls, ul.jp-toggles {
	list-style-type:none;
	display:inline; /* need this to fix IE6 double margin */
}
ul.jp-controls li, ul.jp-toggles li {
	overflow:hidden;
	float: left;
}
ul.jp-controls a, ul.jp-toggles li a {
	display:block;
	text-indent:-9999px;
}
a.jp-play, a.jp-pause, a.jp-previous, a.jp-next {
	width:40px;
	height:40px;
}
a.jp-play {
	background: url("player.gif") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("player.gif") 0 -40px no-repeat;
}
a.jp-pause {
	background: url("player.gif") -40px 0 no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("player.gif") -40px -40px no-repeat;
}
a.jp-previous {
	background: url("player.gif") -80px 0 no-repeat;
}
a.jp-previous:hover {
	background: url("player.gif") -80px -40px no-repeat;
}
a.jp-next {
	background: url("player.gif") -120px 0 no-repeat;
}
a.jp-next:hover {
	background: url("player.gif") -120px -40px no-repeat;
}
/*.......................end.................................................................................*/

#jp_container_audio {
	position:absolute;
	left:0px;
	width:370px;
	height:80px;
	margin-left: 0px;
	margin-top:0px;
	color: #c53d26;
}
#jp_container_audio .control {
	margin: 15px 0px 20px 10px;
	float:left;
}
/* backgound der Bar */
#jp_container_audio div.jp-progress {
	background-color:#4E0608;
	height:8px;
	width:180px;
	margin-top:17px;
	margin-left:10px;
	float:left;
}
/* verlauf des Downloads */
#jp_container_audio div.jp-seek-bar {
	background-color:#d7883c;
	width:0px;
	height:100%;
	cursor: pointer;
}
/*der Balken, der mit der Duration mitwandert */
#jp_container_audio div.jp-play-bar {
	background-color:#c53d26;
	width:0px;
	height:100%;
	z-index:10;
}
/* The seeking class is added/removed inside jPlayer */
#jp_container_audio div.jp-seeking-bg {
	background: url("seeking.gif");
}
#jp_container_audio #titelTime {
	margin-top:0px;
	width:500px;
	clear:both;
	margin-left:10px;
	color:#c53d26;
	letter-spacing: 2px;
}
.whitespace {
	white-space:pre;
}
.jp-duration, .jp-current-time, .slash {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

.currentSong {
	margin-top:0px;
	clear:left;
}




#playlist {
	position:relative;
	top:110px;
	left:19px;
	letter-spacing: 2px;
	line-height: 140%;
}

/*..........................................................................*/
