/* map */

#map {
	width:					980px;
	margin:					0 auto;
	margin-bottom:			20px;
}

/* last minute boxes */

div.lastminute {
	margin-bottom:			10px;
	border-bottom:			1px dotted #666666;
	padding-bottom:			10px;
	font-size:				11px;
}

div.lastminute img {
	display:				block;
	float:					left;
	margin-right:			10px;
	margin-left:			1px;
}

div.lastminute div {
	float:					left;
	width:					165px;
}

div.lastminute p {
	margin:					0;
	margin-top:				5px;
	padding:				0;
}

div.lastminute a {
	color:					#000000;
	text-decoration:		none;
	font-weight:			bold;
	padding-bottom:			2px;
}

div.lastminute a:hover {
	color:					#165494;
	text-decoration:		underline;
}

hr.small {
	margin-bottom:			0px;
}

/* xoffer */

a.xoffer {
	color:					#000000;
	text-decoration:		none;
}

/* foto boxes */

div.fotobox {
	position:				relative;
	width:					319px;
	height:					219px;
	background-image:		url(../elements/fotoframe.png);
	background-position:	left top;
	background-repeat:		no-repeat;
	overflow:				hidden;
	cursor:					pointer;
}

div.fotoframe {
	overflow:				hidden;
	margin:					10px;
	width:					299px;
	height:					199px;
}

div.fotoframe img {
	display:				block;
	position:				relative;
	top:					-10px;
	height:					230px;
}

div.fotoinfo {
	position:				absolute;
	left:					0px;
	bottom:					0px;
	width:					291px;
	min-height:				60px;
	padding:				14px;
	padding-top:			5px;
	padding-bottom:			14px;
	z-index:				2;
	font-size:				11px;
	background-image:		url(../elements/opaq7.png);
	background-repeat:		repeat;
	visibility:				hidden;
}

div.fotobox:hover div {
	visibility:				visible;
}

div.fotoinfo h3 {
	font-size:				12px;
	color:					#037BB8;
	font-weight:			bold;
	margin:					0;
	margin-bottom:			2px;
	padding:				0;
}

div.fotoinfo a {
	position:				absolute;
	display:				block;
	left:					0px;
	top:					0px;
	width:					100%;
	height:					100%;
	text-decoration:		none;
}

div.fotoinfo2 a {
	position:				absolute;
	right:					10px;
	top:					0px;
	padding:				1px;
	padding-left:			7px;
	padding-right:			7px;
	border:					1px solid #333333;
	color:					#FFFFFF;
	text-decoration:		none;
	background-image:		url(../elements/morelink.jpg);
	background-repeat:		repeat-x;
}

/* locationlist boxes */

ul.locationList {
	margin:					0;
	padding:				0;
	list-style-type:		none;
}

ul.locationList li {
	margin:					0;
	margin-bottom:			2px;
	padding:				0;
}

ul.locationList a {
	text-decoration:		none;
	color:					#037BB8;
}

/* partner boxes */

div.partner {
	margin-bottom:			15px;
}

div.partner img {
	display:				block;
	margin-bottom:			5px;
	border:					0px none;
}

/* XTRAS PAGES */

a.page {
	margin:					0;
	margin-left:			2px;
	padding:				1px;
	padding-left:			4px;
	padding-right:			4px;
	border:					1px solid #BBBBBB;
	background-color:		#FFFFFF;
	text-decoration:		none;
	color:					#000000;
	cursor:					default;
}

a.page_active {
	background-color:		#A1D7EE;
	border:					1px solid #888888;
}

a.page:hover {
	background-color:		#A1D7EE;
	border:					1px solid #888888;
}
