* {
	padding: 0px;
	margin: 0px;
}
body, html {
	/* important */
    height: 100%;
	font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 1.42;
	color: #DDD;
	background-color: #404040;
}
p {
	margin: 0px 0px 12px;
	width: 98%;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#page {
	background-color: #59595a;
	margin: 0px;
	height: 100%;
	width: 100%;
	border-style: none;
}
#header {
	height: 70px;
}
#header img {
	width: 280px;
	margin-left: 50px;
	height: 63.5px;
	position: absolute;
	margin-top: 20px;
}
#main {
	width: 100%;
	background-color: #747570;
	height: 460px;
	display: block;
}
#menu {
	width: auto;
	height: 70px;
	border-style: none;
	background-color: #4f4f4f;
	font-size: 1.1em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1em;
}
#menu ul {
	padding-top: 40px;
	padding-left: 335px;
}
#menu ul, li {
	list-style: none;
	text-align: center;
	float: left;
}
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
	display: block;
	width: 110px;
	color: #999;
	padding: 5px;
	border-radius: 0.3em 0.3em 0em 0em;
	border: none;
}
.active {
	background-color: #444;
	border-radius: 0.3em 0.3em 0em 0em;
	border: none;
}
#menu ul li a:hover, #menu ul li a:active {
	background-color: #444;
	color: #EEE;
}
#main #sect_img {
	height: 460px;
	width: 315px;
	border-style: none;
	float: left;
	padding-left: 20px;
}
#main #content {
	height: 430px;
	width: 612px;
	padding: 20px 0 10px 20px;
	display: block;
	float: left;
}
.img_left {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: top;
}
#article {
	height: 100%;
	font-size: 0.89em;
	overflow-y: scroll;
}
.touch {
	-webkit-overflow-scrolling: touch;
}
h2 {
	font-size: 22px;
	padding: 0px 0px 8px;
	line-height: 1.1;
	font-family: inherit;
	font-weight: 500;
	text-transform: uppercase;
	color: inherit;
	vertical-align: top;
}
#footer {
	height: 25px;
	font-size: 0.75em;
	text-align: center;
	font-weight: 300;
	color: #5f5f5f;
	margin-bottom: 40px;
	padding-top: 5px;
	letter-spacing: 0.1em;
}
#footer a {
	color: #5f5f5f;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.gallery {
}
.gallery img {
	margin: 1px;
}
.lyrics p{
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
}
.lyrics .Songtitel {
	margin-bottom: 0px;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: underline;
	text-underline: single;
	margin-top: 40px;
}
.lyrics .Autoren {
	margin-top: 0cm;
	margin-bottom: 12.0pt;
	font-size: 8.0pt;
}
.lyrics .Refrain {
	margin-top: 0cm;
	font-weight: bold;
}
