@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e1dbc8;
}

.bild {
	position:absolute;
	alignment-baseline:middle;
	height:419px;
	width:920px;
	top: 60px;
	left:50%;
	margin-left:-460px;
}

.box-hotels {
	height: 200px;
	width: 200px;
	background: url(hotel.png) no-repeat;
}

.hotels {
	position: absolute;
	top: 88%;
	left:75%;
	text-decoration: none;
}

.box-kontakt {
	height: 200px;
	width: 200px;
	background: url(kontakt.png) no-repeat;
}

.kontakt {
	position: absolute;
	top: 85%;
	left:0%;
	text-decoration: none;
}

