/*-----------------------------------------------------------------------
module print Style Sheet

version: 	4.1
author:		sebastian kupke
email:		sebastian.kupke@baral-geohaus.de
website:	http://www.baral.de
-----------------------------------------------------------------------*/

/* =Standard look
-----------------------------------------------------------------------*/
#m_print_map {
	background-color: white;
	border: solid #b2d51a 2px;
	position: absolute;
}

/* =Loading
-----------------------------------------------------------------------*/
#m_print_loading_div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -40px;
	width: 220px;
	height: 75px;
	background: url(../../img/map/load_bg.png) top right no-repeat;
	z-index: 100;
}
/* * html Hack for IE6 */
* html #print_loading_div {
	/*
	background: url(../../img/loading_image.gif) top right no-repeat;
	*/
}

#m_print_loading_image {
	position: relative;
	top: 14px;
	left: 96px;
}

#m_print_loading_text {
	text-align: center;
	padding-top: 8px;
}

/* =objects
-----------------------------------------------------------------------*/
#m_print_objects_div {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 750;
}

/* =Copyright
-----------------------------------------------------------------------*/
#m_print_copyright_div{
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 1100;
	font-weight: bold;
}

















