html {
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}

body {
	background-color: #020104 ; 
	background-image: url("images/hg.jpg") ;
	background-repeat: no-repeat ;
	background-attachment: fixed ;
	background-position: center;
}

.content {
	width: 500px;
	background-image: url("images/hg_content.png") ;
	margin: auto;
	position:relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}
.foto {
	width: 500px;
	background-color: #020104 ;
	margin: auto;
	position:relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: white;
}
.footer {
	width: 500px;
	height: 77px;
	margin: auto;
	position:relative;
	word-spacing: normal;
	text-align: center;
	font-size: smaller;
	color:white;
	font-weight: bold;
}
.abstand{
margin-left:50px;
margin-bottom:15px;
}
a { font-weight:bold;
	padding:1;
	color: white;
	background-color: black;
	text-decoration: none;
}
a:hover { font-weight:bold;
	color: black;
	padding:1;
	background-color: white;
	text-decoration: none;
}