@charset "utf-8";
/* CSS Document */
.sitemap {
	float: left;
	height: auto;
	width: 755px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4bbcf8;
	margin-bottom: 25px;
}
.sitemapList {
	float: left;
	height: auto;
	width: 755px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
}
.sitemapList a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
}
.sitemapList a:hover {
	text-decoration: underline;
	color: #36a0d0;
}
.sitemapHoteli {
	float: right;
	height: auto;
	width: 700px;
}
.cancellation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
	float: left;
	width: 700px;
	line-height: 18px;
}
.cancellation a {
	color: #03F;
	text-decoration: underline;
}

.cancellation a:hover {
	color: #C00;
	text-decoration: none;
}
