/* nfh logo */
.nfh-n {
	color: #D71225;
}

.nfh-f {
	color: #2A732F;
}

.nfh-h,.nfh-b {
	color: black;
}

/* Zimmerplan */
div.mapimage {
	position: relative;
	margin: 1em 0;
	overflow: hidden;
}

/* Hintergruende und Groessen */
#erdgeschoss {
	width: 600px;
	height: 345px;
	background: #FFF url('images/zimmer_erdgeschoss.jpg');
}

#obergeschoss {
	width: 600px;
	height: 333px;
	background: #FFF url('images/zimmer_obergeschoss.jpg');
}

#dachgeschoss {
	width: 639px;
	height: 351px;
	background: #FFF url('images/zimmer_dachgeschoss.jpg');
}

.more {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('images/dim.png');
	border: 1px solid #444;
	padding: 5px;
	text-align: left;
	overflow: hidden;
}

.more span {
	position: absolute;
	left: 40px;
	width: 160px;
	padding: 15px 0 0 5px;
	color: #FFF;
	font: bold 13px Lucida Grande, Arial, sans-serif;
	text-shadow: #000 1px 1px 0px;
}

span.close {
	position: absolute;
	right: 5px;
	top: 5px;
}

#hoverinfo {
	z-index: 20;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 5em;
	width: 100%;
	background-color: #A7A29A;
	border: 0;
	border-top: 2px solid black;
	font-size: 1.4em;
	color: black;
	text-align: center;
}

#hoverinfo h2 {
	font-size: 1.1em;
	font-weight: bold;
}

#preisTabelle {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#preisTabelle td {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid black;
	padding: 0.2em;
	text-align:center;
}

.firstRow {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid black;
}

