html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#logo {
position: fixed;
width: 600px;
height: 600px;
left: 50%;
top: 50%;
margin-left: -300px;
margin-top: -300px;
background-image: url(images/titlebg.png);

}

#impressum {
position: fixed;
width: 100px;
height: 40px;
border-top-left-radius: 10px;
padding: 10px;
right: 0px;
bottom:0px;
background-color: black;
opacity: 0.55;
}



#impressum a{
font-size: 10px;
color: rgb(100,100,100);
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}

#impressum a:hover {
color: white;
}

a{
	text-decoration: none;
	color: rgb(150,150,150);
	
}

a:hover{
	text-decoration: none;
	color: rgb(255,255,255);
	
}

#info {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	position: absolute;
	width: 300px;
	height: 400px;
	margin-left: -150px;
	margin-top: -200px;
color: white;
left: 50%;
top :50%;	
background-color: black;
padding: 20px;
border-radius: 20px;
opacity: 0.6;
}
#datenschutz {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	position: absolute;
	width: 650px;
	height: 2300px;
	margin-left: -325px;
color: white;
left: 50%;
top :10px;	
background-color: black;
padding: 20px;
border-radius: 20px;
opacity: 0.9;
}