body {
	margin: 4px 0px;
	padding: 0;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

*:focus {
	outline: none;
}

#tmp-container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 100;
}
  
#pic-container {
  position: relative;
  margin: 0;
  padding: 0;
	width: 100%;
	text-align: center;
}

#hidden-img {
	display: none;
}

#hp-imgmap {
	width: 99%;
	text-align: center;
	position: relative;
}

#hp-imgmap div {
	margin: 0 auto;
}

#im1 {
}

#exh {
	width: 99%;
	text-align: center;
	background: #f2f2f2;
	padding: 8px 4px;
}

.exh_name {
	font-weight: bold;
}

#print {
	width: 99%;
	text-align: center;
	background: #f8f8f8;
	padding: 4px 4px;
}

.printer {
	float: right;
	margin-right: 12px;
	margin-top: 4px;
	margin-left: 30px;
	margin-bottom: 30px;
	
}

.printer a {
	color: #888;
	text-decoration: none;
}

.printer a:hover {
	color: #e2007a;
	text-decoration: none;
}

.headline {
	font-weight: bold;
	color: #559fb7;
	color: #e2007a;
}

.cen-title {
	color: #111;
}

.hall-plan {
	display: block;
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 1000px !important;
}

.icon-printer,
.icon-print {
	font-size: 22px;
}

.infos {
	font-size: 92%;
	font-style: italic;
	margin-top: 1em;
}

#spot {
	width: 22px;
	height: 22px;
	background: rgba(226, 0, 122, 1);
	position: absolute;
	border-radius: 22px;
}

#sta-list {
	margin-top: 1em;
	display: block;
	width: 100%;
	display: none;
}

.sta-list-el {
	margin-bottom: 0.3em;
	width: 100%;
	display: block;
}

.ff {
	font-weight: bold;
}

/* --- tooltip --- */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FF0080;
	border: 3px solid #ddd;
	/*background-color: #438fa9;*/
	background: #fff;
	padding: 5px 5px;
	opacity: 0.95;
	text-align: left;
	color: #000;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	min-width: 160px;
	max-width: 400px;
	width: auto;
	word-wrap: break-word;
}

#tooltip h3, #tooltip div {
	margin: 0;
}

#tooltip em {
	color: #888;
	font-style: italic;
}

#tooltip h3 {
	margin: 0px 12px 6px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#tooltip div {
	margin: 0px 8px 6px 6px;
	color: #000;
	word-wrap: break-word;
}

#tooltip img {
	margin-bottom: 6px;
	border: solid 2px #fff;
	max-width: 120px;
}

#tooltip.pretty {
	border: none;
	width: 200px;
	height: 100px;
	padding: 4px 8px;
	background: url('images/tooltip_shadow2.png') no-repeat;
	font-size: 90%;
}

#tooltip.pretty.viewport-right {
	background: url('images/tooltip_shadow2.png') no-repeat;
}

#tooltip.pretty h3 {
	margin: 12px 12px 6px 12px;
}

#tooltip.pretty div {
	width: 160px;
	padding: 2px 10px;
	overflow: auto;
}

/* --- */

@media print {
	
	body {
		margin: 4px 0px;
		padding: 0;
		background-color: #ffffff;
	}
	
	html, body, * {
		font-family: Arial, sans-serif;
		font-size: 11pt;
		color: #000;
	}
	
	.headline {
		color: #000;
	}
	
	img {
		display: none;
	}
	
	#hidden-img {
		display: block;
		max-width: 100%;
	}
	
	#tmp-container,
	#pic-container,
	#hp-imgmap,
	#printimg,
	.printer,
	.infos,
	#im1,
	map,
	canvas,
	.maphilighted {
		display: none;
		height: 0;
		visibility: hidden;
		opacity: 0;
		background-image: none;
	}
	
	#sta-list {
		margin-top: 11pt;
		page-break-before: always;
		display: block;
	}
	
	.ff {
		font-weight: bold;
	}
	
}