/* CSS Document */

/* HOMEPAGE CONTAINER */
div#hotelcontainergross {
	height: 231px;
	background: url(/grafik/hotelcontainergross_bg.gif) no-repeat;
	text-align: left;
}
#hotelboxgross {
	float: right;
	width: 320px;
	padding-right: 10px;
}
#hotelboxgross blockquote {
	margin: 0;
	padding: 0;
	height: 120px;
	width: 100%;
	padding-top: 10px;
	text-align: justify;
}
#hotelboxgrossbild {
	float: left;
	width: 50%;
}
#hotelboxgross {
	line-height: 140%;
}
#hotelboxgross h1 {
	font-size: 100%;
	padding: 2.5em 0 0 0;
}
#hotelbox {
	width: 100%;
	padding-top: 3px;
}

/* COPYRIGHT */
div#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 70px;
	text-align: right;
}
div#copyright a {
	text-decoration: none;
}