@charset "utf-8";
body {
	background:url(images/hg.jpg) no-repeat center center fixed;
	background-size: cover; /*Präfixe*/
	
}
#inhalt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -330px;
	margin-left: -500px;
	width: 1000px;
	height: 660px;
}

#oben {
	text-align: center;
	padding-bottom: 100px;
}
#strlogo {
	width: 500px;
	text-align: center;
	float: left;
	height: 90px;
}
#lippertlogo {
	width: 500px;
	text-align: center;
	float: left;
	height: 90px;
}

#url {
	width: 500px;
	text-align: center;
	float: left;
	height: 60px;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: rgb(51,51,51);
	padding-top: 30px;
}
#foto {
	width: 500px;
	text-align: center;
	float: left;
	height: 75px;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: rgb(51,51,51);
	padding-top: 30px;
}

p{
	color: #666666;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
p a {
	color: #666666;
	text-decoration: none;
}
p a:link {
	color: #666666;
}
p a:visited {
	color: #666666;
}
p a:hover {
	color: #FF0000;
}
p a:active {
	color: #999999;
}
