html {
	background: url(back.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Libre Baskerville', serif;
}
a {
	color: white
}
.pos {
	position:fixed;
	bottom:70px;
	width:100%;
}
.zeile {
	width:700px;
	margin:0px auto;
}
.zeile .logo {
	float: left;
	margin-left: 20px;
	margin-right: -18px;
}
.zeile .txt {
	color: white;
	text-align: left;
	padding-top: 20px;
}
.fuss {
	font-family: "Arial", sans-serif;
	font-size: 9px;
	color: gray;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
h1 {
	font-size: 22px;
	line-height: 20px;
	margin-after: -10px;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-left: 180px;
}