* {
	margin: 0;
	padding: 0;
}
/*
body {
	background: #fff url(/images/tmp_bg.jpg) center 0px no-repeat;
}

#tmp_box {
	width: 680px;
	height: 580px;
	margin: 380px auto 0 auto;
	padding-left: 200px;
}
*/
#message_region {
	display: none;
	position: absolute; 
	padding: 10px; 
	background: #e7f2fc; 
	font: normal 10px Verdana; 
	color: #0450b7; 
	width: 75px; 
	border: 2px solid #18287b;
}

#message_camping {
	display: none;
	position: absolute; 
	padding: 5px; 
	background: #e7f2fc; 
	font: normal 10px Verdana; 
	color: #0450b7; 
	width: 125px; 
	border: 2px solid #18287b;
}

#message_highlight {
	display: none;
	position: absolute; 
	padding: 5px; 
	background: #cafccf; 
	font: bold 10px Verdana; 
	color: #236e2b; 
	width: 125px; 
	border: 2px solid #236e2b;
}


#message_camping .name {
	padding: 0 0 5px 0;
	font: bold 10px Verdana;
}
#message_camping .image {
	width: 125px;
	height: 100px;
}

#message_camping .info_text {
	padding: 5px 0 0 0;
}

#map_canvas {
	position: relative;
}

#region_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

#back_to_europe {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100px;
	width: 100px;
	border: 1px solid #fff;
	background: #90989b url(/images/back_to_eu.jpg) center 0px no-repeat;
}

#back_to_europe.over {
	background: #90989b url(/images/back_to_eu_over.jpg) center 0px no-repeat;
}
