html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 125%;
	color: #ffffff;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #eae4d9;
	overflow:hidden;
}

a, 
a:link, 
a:visited {
	color: #bcd2e7;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #ccc;
}

#maindiv {
	position: absolute;
	height: 100%;
	width: 955px;
	top: 50%;
	left: 50%;
	margin-left: -477.5px;
	margin-top: -300px;
	padding: 0px;
	background-image: url(images/hg-index-mitangebot.jpg);
	background-repeat:no-repeat;


}
#navdiv {
	position: absolute;
	padding-left: 0px;
	width: 391px;
	height: 160px;
	line-height: 40px;
	top: 380px;
	left:320px;
	
}
#adresse {
	position: absolute;
	padding-left: 0px;
	width: 203px;
	height: 108px;
	line-height: 15px;
	top: 440px;
	left: 50px;
	
}
