@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 90%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

.Menu {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display: none;
	font-family: 'Digital Sans EF', Verdana, sans-serif; 
}
.Menu td {  font-size:18px;
			background-color:#101010;
			padding-left:15px;
			padding-right:15px;
			height:60px;
			text-align:center;
			vertical-align:middle;
			color:#DADBA3;
			border:solid;
			border-color:#000;
			border-width:1px;
			transition: .2s linear;
			}

.LineMenu {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	font-family: 'Digital Sans EF', Verdana, sans-serif; 
	
}

.Menu .active { background-color:#303030;}

.Menu td:hover { background-color:#DADBA3; 
				color:#090909;
				cursor:pointer}

.LineMenu td { background-color:#101010;
				color:#DADBA3;
				font-size:15px;
				padding:15px;
				text-align:center;
				vertical-align:middle;
				border:solid;
				border-color:#000;
				border-width:2px;
			}
			
.LineMenu .active { background-color:#303030;}
			
.LineMenu td:hover { background-color:#DADBA3; 
				color:#090909;
				cursor:pointer}

		
.Song a:link { color:#768CC5 }
		

.UpperImage {
	
}
.BackgroundImage {
	
	display: none;
}

.MainText {
	background-color:#101010;
	margin-top:20px;
	padding:15px;
	margin-left: auto;
	margin-right:auto;
	display: block;
	border-radius:10px;
	text-align: center;
}
.Heading {
	float:left;
	margin-left:0 px;
	display:block;
	width:90%;
}
.Release {
	color:#0A0A0A;
	background-color:#E2E2E2;
	border: 3px solid;
	border-radius:10px;
	border-color:#5A5A5A;
	max-width:600px;
	padding:10px;
	margin-top:25px;
	font-size:12px;
	text-align:left;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
}
#Twitter {
	color:#0A0A0A;
	background-color:#E2E2E2;
	border: 3px solid;
	border-radius:10px;
	border-color:#5A5A5A;
	padding:10px;
	margin-top:25px;
	font-size:12px;
	display:inline-block;
	max-width:350px;
	
	}

#Facebook {
	color:#0A0A0A;
	background-color:#E2E2E2;
	border: 3px solid;
	border-radius:10px;
	border-color:#5A5A5A;
	padding:10px;
	margin-top:25px;
	font-size:12px;
	display:inline-block;
	max-width:350px;
	
	}
.Social {
	display:none;
	
}

.Song {
	color:#0A0A0A;
	background-color:#E2E2E2;
	border:2px solid;
	border-radius:8px;
	border-color:#5A5A5A;
	max-width:95%;
	padding:8px;
	margin-top:10px;
	font-size:12px;
	text-align:left;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	transition-duration:0.5s;
	}

.graybox {
	color:#FFFFFF;
	background-color: #222222;
	display: block;
	padding: 10px;
	margin-top: 8px;
	font-size: 12px;
	text-align: left;
	width:98%;
	border-radius: 8px;
	border: 2px solid;
	border-color: #555555;
	}

.songlist {
	color:#FFFFFF;
	background-color: #222222;
	display: block;
	padding: 5px;
	margin-top: 8px;
	font-size: 12px;
	text-align: left;
	width:98%;
	max-width:900px;
	transition: .3s linear;
	border-radius: 8px;
	border: 2px solid;
	border-color: #555555;
	}
.songlist:hover {background-color: #2A2A2A}

.songplayer {
	z-index: 5;
	float: none;
	position:fixed;
	left:50%;
	margin-left: 2px;
	transform: translate(-50%,0);
	width: 90%;
	bottom: 10px; color:#0A0A0A;
	background-color:#E2E2E2;
	border:2px solid;
	border-radius:8px;
	border-color:#5A5A5A;
	padding:14px;
	font-size:12px;
	text-align:left;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	transition: opacity .5s linear;
	
	}

.sound {
	background-color:#222222;
	border:2px solid;
	border-radius:8px;
	border-color:#5A5A5A;
	width:110px;
	height:130px;
	padding:10px;
	margin:5px;
	text-align:center;
	vertical-align:top;
	font-size:10px;
	display:inline-block;
	
	
}

#twitter-widget-0{
   width: 100% !important;  
}

.demo { height:0px; overflow:hidden }
.playbutton {
	font-size: 30px;
	color: #FFFFFF;
	cursor: pointer;
	}

.playbutton:active {
	
	color: #000000;
}


.descr{font-size :10px;}
.descr a:link {color:#768CA5; font-weight:bold}

.demo{ font-size:10px; width:90%; padding-top:10px; transition-duration:.5s }

.whitebox  {
	color:#0A0A0A;
	background-color:#E2E2E2;
	border:2px solid;
	border-radius:8px;
	border-color:#5A5A5A;
	padding:10px;
	padding-top:1px;
	text-align: left;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.8);
	transition-duration: .5s;
	}
.whitebox a:link {color:#768CA5;}
.whitebox h2 {color:#0A0A0A}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
.Menu { display:none;

}

.LineMenu {
	display:block;
}

.UpperImage {
	
}
.BackgroundImage {
	
	display: none;
} 
.MainText {
	
}
.sound {
	width:150px;
	height:150px;
	margin:5px;
}

.songplayer{
	width: 90%;
	margin-left: 0px;
}
	
}
/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
}

.Menu {
		display:block;
}
.LineMenu { display:none; }
.UpperImage {
	clear: both;
	margin-left: auto;
	margin-right:auto;
	width: 80%;
	max-width:1280px;
	display: block;
}
.BackgroundImage {
	
	display: none;
}
.MainText {
	width: 80%;
	max-width:1280px;
	
}
.Heading {

	float:left;
	margin-left:5%;
	display:block;
	width:60%;
}

#Twitter {
	max-width:none;
	width:45% !important;
	height:400px;
	float:right;
	
}
#Facebook {
	max-width:none;
	width:45% !important;
	height:400px;
}
.Social {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	float:none;
	width:250px;
	text-align:right
}
.demo { height:auto; overflow:auto; }


.songplayer{
	width: 76%;
	max-width: 890px;
}

.streaming { width:170px;
    text-align:center;
    vertical-align:middle;
	}
	
	}
