body{
	background-image: url("Bilder/Mond_480.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:black;
	font-family: comic sans MS;
	color: #bf0000;

	scrollbar-base-color: #200000;
	scrollbar-face-color: #bf0000;
	scrollbar-3dlight-color: #bf0000;
	scrollbar-highlight-color: #bf000;
	scrollbar-track-color: #200000;
	scrollbar-arrow-color: #bf0000;
	scrollbar-shadow-color: #bf0000;
	scrollbar-dark-shadow-color: #bf0000;
}

body.BrowserChrome.Android{
	/*background fix for chrome on android*/
	background-attachment: scroll;
	background-size: inherit;
	background-position: center top;
}

::-webkit-scrollbar{
	background-color: transparent;
}
::-webkit-scrollbar-track{
	background-color: #200000;
}
::-webkit-scrollbar-thumb{
	background-color: #bf0000;
}

.Rahmen{
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(50, 50, 50, 0.6)), to(rgba(20, 20, 20, 0.4))); 
	background-image: -webkit-linear-gradient(-45deg, rgba(50, 50, 50, 0.6), rgba(20, 20, 20, 0.4));
	background-image:    -moz-linear-gradient(-45deg, rgba(50, 50, 50, 0.6), rgba(20, 20, 20, 0.4));
	background-image:     -ms-linear-gradient(-45deg, rgba(50, 50, 50, 0.6), rgba(20, 20, 20, 0.4));
	background-image:      -o-linear-gradient(-45deg, rgba(50, 50, 50, 0.6), rgba(20, 20, 20, 0.4));
	background-image:         linear-gradient(-45deg, rgba(50, 50, 50, 0.6), rgba(20, 20, 20, 0.4));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	min-height: 100%;
	text-align: center;
}

.IE8 > .Rahmen,
.IE9 > .Rahmen{
	/* internet explorer -> filter*/
	filter:  progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#55555555, endColorstr=#22dddddd);
}

.Rahmen,
.Bild{
	border-color: #AA2222; /*Fallback for older browsers*/
	border-top-color: rgba(200, 10, 10, 0.8);
	border-left-color: rgba(200, 50, 50, 0.8);
	border-right-color: rgba(200, 50, 50, 0.8);
	border-bottom-color: rgba(200, 60, 60, 0.8);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.Bild{
	left: 0;
	top: 0;
	width: 100px;
	position: absolute;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;

	transition: width 0.5s;
	-webkit-transition: width 0.5s; /* Safari */
}

.Bild.BildGross{
	width: 99%;
}

.Bild:hover{
	border-color: red;
}

.Kopf{
	text-align: center;
	padding-left: 100px;
	min-height: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.Inhalt{
	text-align: initial;
}

.BrowserIE.Inhalt{
	text-align: left;
}

.Vers{
	font-weight: bold;
}

.Klein{
	font-style: italic;
	font-size: small;
	text-align: center;
}

.Knopf{
	min-widh: 90px;
	width: 31%;
	padding: 1px 5px;
	height: 27px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #200000;
	cursor: pointer;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #AA0000 #550000 #550000 #AA0000;
	box-shadow: 2px 2px 2px #220000;

	background-image: -webkit-gradient(linear, left top, right bottom, from(#BB0000), to(#220000));
	background-image: -webkit-linear-gradient(-45deg, #BB0000, #220000);
	background-image:    -moz-linear-gradient(-45deg, #BB0000, #220000);
	background-image:     -ms-linear-gradient(-45deg, #BB0000, #220000);
	background-image:      -o-linear-gradient(-45deg, #BB0000, #220000);
	background-image:         linear-gradient(-45deg, #BB0000, #220000);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.IE9 .Knopf{
	filter: none;
	background-image: url(Knopf.svg);
	background-size: 100% 100%;
}

/*.Knopf:focus,*/
.Knopf:hover{
	color: #DD0000;
}

.Knopf:active,
.KnopfAn{
	box-shadow: inset 2px 2px 2px #550000;
	border-color: #550000 #AA0000 #AA0000 #550000;
}

.Mail{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.Scroll{
	width: 25px;
	padding: 0;
	text-align: center;
	visibility: hidden;
}

#Runter{
	left: 35px;
}

.Copy{
	position: absolute;
	bottom:0;
	left: 10px;
	color: #551111;
}

.MusikListe{
	list-style-type: none;
	padding-left: 0;
	float: right;
}

.MusikListe li{
	float: left;
	padding-right: 10px;
	height: 50px;
}

.MusikListe img{
	height: 100%;
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 480px) {
	body{
		background-image: url("Bilder/Mond_640.jpg");
	}
}

@media only screen 
and (min-width : 480px)
and (orientation: landscape) {
	.Bild{
		transition: height 0.5s;
		-webkit-transition: height 0.5s; /* Safari */
		width: auto;
		height: 130px;
	}

	.Bild.BildGross{
		width: auto;
		height: 99%;
	}

	.Rahmen{
		text-align: initial;
	}

	.BrowserIE.Rahmen{
		text-align: left;
	}

	.Kopf{
		min-height: 50px;
		max-height: 100px;
	}

	.Knopf{
		position: absolute;
		width: 90px;
	}

	.Beast{
		top: 150px;
	}

	.Bands{
		top: 185px;
	}

	.Mail{
		top: 220px;
		margin-left: 0;
	}

	.Inhalt{
		position: absolute;
		left: 120px;
		right: 0;
		top: 100px;
		bottom: 25px;
		overflow: auto;
	}

	.BrowserFF .Inhalt{
		right: 75px;
		overflow: hidden;
	}

	.Scroll{
		width: 25px;
		right: 25px;
		left: auto;
	}

	#Runter{
		bottom: 25px;	
		left:auto;
	}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 640px) {

	body{
		background-image: url("Bilder/Mond_1680.jpg");
	}
}

@media only screen 
and (min-width : 1224px) {

	.Rahmen{
		height: 600px;
		min-height: 600px;
		width: 1100px;
		left: 50%;
		margin-left: -550px;
		top: 50%;
		margin-top: -300px;
		border-style: solid;
	}

	.Rahmen,
	.Bild{
		border-width: 3px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.Bild{
		left: -20px;
		top: -10px;
		width: 200px;
		height: auto;
		transition: width 0.5s;
		-webkit-transition: width 0.5s; /* Safari */
	}

	.Bild.BildGross{
		width: 350px;
		height: auto;
	}

	.Kopf{
		padding-left: 220px;
		padding-right: 220px;
	}

	.Beast{
		top: 300px;
	}

	.Bands{
		top: 340px;
	}

	.Mail{
		top: 380px;
	}

	.Inhalt{
		left: 200px;
	}

	.BrowserFF .Inhalt{
		right: 100px;
		overflow: hidden;
	}

	.Knopf{
		width: 120px;
		left: -20px;
	}

	.Scroll{
		width: 25px;
		right: 50px;
		left: auto;
	}

	.Copy{
	width: auto;
	}

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1680px) {

		body{
		background-image: url("Bilder/Mond.jpg");
	}

}