body {
	margin: 0px;
	background-color: #2F3535;
}
#gemaelde {
	z-index: 10;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}
#gemaelde img {
	width: 100%;
	display: block;
}
#logo {
	left: 50%;
	position: absolute;
	top: 150px;
	width: 400px;
	margin: 0 0 0 -200px;
	z-index: 100;
	background-color: transparent;
}
#logo h1 {
	text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#logo h1 .subtitle {
	font-size: 16px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #fff;
}
