@import url(neues.css);

body {
	text-align: center;
	background: #ccc url(../bilder/hgbody.jpg) repeat-x fixed;
	margin: 0 auto 0;
	padding: 0;
	color: #fff;
	font-family: Arial;
}

#huelle {
	position: absolute;
	width: 930px;
	height: 910px;
	left: 50%;
	top: 50%;
	margin-left: -465px;
	margin-top: -445px;
}

#footer {
    position:absolute;
    bottom: 10px;
    width: 100%;
    height: 1em;
    font-size: 75%;
	}

p {
	margin: 15px;
	font-size: .83em;
	clear: both;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

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

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

weihnachten a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	right: -75px;
	bottom: 150px;
	z-index: 109;
	background: url('../bilder/weihnachten.png') 0 0 no-repeat;
}