body {
	background:#310;
	padding:0;
	margin:0;
	padding-top:10px;
	color:#ddd;
	font-family:molengo, trebuchet ms, verdana;
	text-shadow: black 2px 2px 2px;
	letter-spacing: 0.1em;
	font-size:11px;
}

.button {
	display:inline-block;
	width:30px;
	height:30px;
	background-size: contain;
}
.amplitude-paused {
	background-image: url(../img/play.svg);
}

.amplitude-playing {
	background-image: url(../img/pause.svg);
}
.amplitude-next {
	background-image: url(../img/next.svg);
}

.amplitude-prev {
	background-image: url(../img/prev.svg);
}

a {
	text-decoration:none;
	color:#fc8;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
}

table {
	margin:0px;
	border-collapse:collapse;
	color:#fec;
	font-size:11px;
}

td, tr {
	padding:0px;
	border:0px;
}

h3 {
	font-size:13px;
	color:white;
	margin-top:50px;
	margin-bottom:8px;
	border-bottom:1px solid #421;
	padding-bottom:2px;
}

h4 {
	margin-top:0;
	font-size:100%;
}

#frame {
	width:565px;
	margin:auto;
}

#header {

}

#header img {
	border-radius:25px 25px 0 0;
	-moz-border-radius:25px 25px 0 0;
	max-width:100%;
}

#main {
	padding:10px;
	background:#200;
	line-height:15px;
}

#menu, #footer {
	background:#200;
	border-top:2px solid #521;
}

#menu a, #footer a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:3px 10px;
	display:block;
	float:left;
	background:#521;
	margin-right:1px;
}

#menu a:hover {
	background:#200;
}

#footer a {
	float:right;
}

.balken {
	width:100%;top:130px;left:0px;z-index:-1;position:absolute;background:#200;height:80px;	
}

.header {
	left:0px;width:100%;height:80px;top:130px;z-index:2;position:absolute;	
}

.header .middle {
	 width: 500px;
}

.header .right {
	padding-right:30px	
}

.fb {
	z-index:100;position:absolute;top:230px;left:20px;
}

.title {
	padding:30px;font-size:13px;margin:0;font-weight:normal;
}

@media(max-width:600px){
	body {
		padding:0;
	}
	#frame {
		width:100%;
	}
	.balken,.fb {
		display:none;
	}
	.header, .fb {
		position:static;
	}
	.header {
		height:auto;
	}
	.header .middle {
		width:0;
	}
	.header .right {
		padding:5px;
	}
	.title {
		padding:10px;
	}
	#header img {
		border-radius:0;
	}
}

