@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
	background-color: #8b2705;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}
#logo {
	height: 855px;
	width: 560px;
	border: 20px solid #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index-hg.jpg);
	background-repeat: repeat;
	padding: 0px;	
}

#logo img {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#logo p {
	
	margin: 0px;
	padding: 5px;
}
.text-1 {
	color: #000;
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#logo a {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
}

#logo a:hover {
	color: #000;
	text-decoration: underline;	
}

#altesB{
	position: absolute;
	width: 500px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	top: 500px;
	clear: both;
	background-image: url(../images/index-hg.jpg);
}
.bild{
	margin: 0px;
	width: 560px;
	
	height: 350px;
}
#footer{
	background-color: #8B2705;
	margin: 0px;
	height: 35px;
	width: 560px;
	position: absolute;
	z-index: 3;
	top: 870px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: 900;
	font-size: 24px;
	padding-top: 6px;
}
