@CHARSET "UTF-8";


sdsd* {
	overflow: visible !important; /* Required for FireFox pre-3.6 to print past page 1 */
}

sdsd* {
	float:none; /* This fixes the won't-print-past-page-1 bug re-introduced in FF3.6 */
}



#areal {
	position: static;
	
	width:  auto;
	height: auto;
	
	overflow: visible;
}

#arealScroll {
	position: static;

	left: auto;
	top: auto;
}

#overview {
	position: static;

	width: 100%;	 
	height: auto;
	
}

#areal .area {
	position: static;
	display: inline-block;
	

	background-position: 0px 0px;
	
	width: auto !important;
	
	overflow: hidden;
	
	margin-top: 10px;
	margin-right: 10px;
	
	padding-top: 10px;

	border-top: 1px solid #C9BCAF;
	
	vertical-align: top;
}

#areal .area IMG {
	float: left;
	display: block;
	
	margin-right: 10px;
}

#areal .area .infoText {
	float: left;
	display: block;

	color: #584A44;
}


#areal .legend {
	position: static;
	right: auto;
	bottom: auto;
	
	margin-top: 20px;
}



H1 {
	page-break-before:always;
}


