/* Generelle Stylesheets */

#container {
	display: block; position: absolute;
	left: 0px; top: 0px;
	width: 1024px; height: 768px;
}

#hg {
	display: block; position: absolute;
	left: 0px; top: 0px;
	width: 1024px; height: 768px;
	background: url('../img/hintergrund.jpg');
}

#headline {
	display: block; position: absolute;
	left: 50px; top: 25px;
}

#verweis {
	display: block; position: absolute;
	right: 25px; top: 25px;
}

#einleitung {
	display: block; position: absolute;
	left: 50px; top: 85px;
}

#player {
	display: block; position: absolute;
	left: 50px; top: 175px;
	width: 490px; height: 35px;
}

.audioplayer {
	background-color: #e2001a !important;
}

#ap-play-pause {
	margin-left: 5px;
}

.ap-position {
	background-color: #e2001a !important;
}

#textkasten {
	display: block; position: absolute;
	left: 50px; top: 225px;
	width: 365px; height: 475px;
	background-color: white;
	border-radius: 15px;
	border: 2px solid #e2001a;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	padding: 20px;
	overflow: hidden;
}

#liedtext {
	display: block; position: absolute;
	top: 20px;
}

#arrow-up,
#arrow-down {
	display: none; position: absolute;
	width: 45px; height: 45px;
	background-color: #e2001a;
	z-index: 99;
}

#arrow-up {
	left: 435px; top: 260px;
}

#arrow-down {
	left: 435px; top: 317px;
}

a:hover {
	text-decoration: none !important;
}

#download {
	display: block; position: absolute;
	left: 575px; top: 190px;
}

#bt-dl {
	display: block; position: relative;
	left: 16px;
	margin-bottom: 10px;
	background-color: #e2007a;
}