body{
	background-image:url("bg.jpg");
	background-position:center top;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	     -o-background-size:cover;
	        background-size:cover;
	color: #212121;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	background-attachment:fixed;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: 50px;
	font: 13px Lucida,Verdana,sans-serif;
}

@font-face{
	font-family:"klingelring";src:url("klingelring.ttf")
}

font {
	font-family: "klingelring";
}

.inputQuery {
	width: 693px;
	padding: 10px;
	margin-left: -3px;
	outline: none;
	font: small-caps bold 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 6px solid #212121;
	color: #212121;
	background-color: transparent;
	text-align: center;
}

#powered {
	background-color: #212121;
	color: #e2e5ec;
	display: inline;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	position: fixed;
	left: 72px;
	bottom: 50px;
	z-index: 100;
	cursor: pointer;
}

#downloads {
	position: fixed; 
	right: 75px; 
	top: 63px; 
	width: 100px; 
	height: 70px;
	border: 5px solid #212121;
}

.format {
	width: 100%;
	height: 35px;
	text-align: center;
	color: #212121;
	font: 22px "klingelring";
	padding-top: 4px;
	cursor: pointer;
}

.item {
	display: none;
	width: 133px;
	height: 133px;
	background-color: #212121;
	margin-right: 7px;
	float: left;
	position: relative;
	background-position:center top;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	     -o-background-size:cover;
	        background-size:cover;
}

.itemTitle {
	padding: 10px;
	background-color: #212121;
	color: #e5e7ec;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.itemDownload {
	padding: 8px;
	background-color: #212121;
	color: #e5e7ec;
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
	opacity: 0.9;
	cursor: pointer;
}

.itemDownload:hover {
	opacity: 1;
}

.itemCover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 130px;
	z-index: 1;
	opacity: 0.9;
}

.covergloss {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 130px;
	z-index: 5;
	background-image: url(covergloss.png);
	cursor: pointer;
	border: 1px solid #000000;
}

.playsymbol {
	position: absolute;
	top: 40px;
	left: 40px;
	display: none;
}

#startscreen {
	background-image: url(startpg.png);
	width: 693px;
	height: 230px;
	margin-left: -3px;
	margin-top: -8px;
}

#abstandMusik {
	margin-top: 138px;
}

#impressum {
	background-color: #212121;
	color: #e2e5ec;
	padding: 10px;
	font-size: 10px;
	position: fixed;
	left: 72px;
	bottom: 75px;
	width: 700px;
	height: 420px;
	display: none;
	z-index: 50;
	cursor: default;
}

#ausblenden {
	background-color: rgba(255, 255, 255, 0.52);
	position: fixed;
	z-index: 5;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
	cursor: pointer;
}