/* start header */

h1 {
	color: #666666;
}

#header {
	color: #646363;
}
	#hd_top {
	}
		#hd_top a {
			color: #646363;
			text-decoration: none;
		}
			#hd_top a:hover, #hd_top a.active {
				color: #D57F00;
				padding-bottom: 1px;
				border-bottom: 2px solid #D57F00;
			}
		#hd_lang {
			width: 140px;
			float: left;
			padding: 15px 0px 10px 172px;
		}
			#hd_lang span {
				padding: 0px 13px;
			}
		#hd_booking {
			width: 100px;
			float: right;
			text-align: right;
			padding: 15px 122px 10px 0px;
		}
	#hd_address {
		clear: both;
		float: left;
		width: 165px;
	}
		#hd_address img.bottom_space {
			padding-bottom: 6px;
		}
		#hd_address_content {
			height: 182px;
			background: url('../image/start/bg_address.gif') no-repeat;
			padding: 20px 0px 0px 10px;
		}
			#hd_address_content a {
				color: #646363;
			}
				#hd_address_content a:hover {
					color: #000000;
				}
			#hd_address_content p, #hd_address_content div {
				padding-bottom: 15px;
			}
	#hd_pic {
		float: left;
		width: 460px;
		padding: 0px 7px;
	}
	#hd_logos {
		float: left;
		width: 111px;
	}
		#hd_logos img.bottom_space {
			padding-bottom: 6px;
		}
/* end header */

/* start booking */
#booking {
	float: right;
	width: 111px;
	padding: 20px 0px 0px 0px;
	color: #646363;
}
	form.ResForm {
		border: 0px;
	}
/* end booking */
	
/* start middle */
#middle {
	float: left;
	position: relative;
	top:-100px;
	width: 590px;
	color: #646363;
	padding: 30px 0px 10px 10px;
	line-height: 130%;
	min-height: 220px; /* ie6 hack */
	height: 220px;


}
	#middle h1 {
		font-weight: normal;
		padding-bottom: 10px;
	}
		#middle h1 a {
			color: #646363;
		}
	#middle p {
		padding-bottom: 8px;
		text-align: justify;
	}
/* end middle */
	

