html, body { height: 100%; width: 100%; margin: 0px; padding: 0px; background-color: #ffffff; overflow: hidden; }



a {
border: none;
color: #000000;
text-decoration: none;
text-underline: none; 
}



#background {
	position: absolute;
	top: 53px;
	left: 78px;
	width: 100%;
	height: 900px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: 0px -110px;
	overflow: hidden;
	z-index: 1;
}

#button {
	position: absolute;
	height: 202px;
	width: 289px;
	top: 414px;
	left: 263px;
	background-image: url(button_kontakt.png);
	background-repeat: no-repeat;
	z-index: 2;
}

#headline {
	position: absolute;
	top: 20px;
	left: 132px;
	width: 888px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	z-index: 2;
	}


#impressum {
	position: absolute;
	top: 612px;
	left: 872px;
	width: 115px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
	height: 37px;
	}

