* { padding: 0; margin: 0; border: 0; outline: 0; }

body {
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	overflow: hidden;
}

h1 {
	margin: 3px;
	padding: 0;
	font: normal 16px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%; 
	text-align: center;
	width: 200px;
	height: 30px;
	margin-top: -15px;
	margin-left: -100px;
	padding: 10px;
	background: #ffffff;
	border: 2px solid #ff0000;
	z-index: 98;
}

a { 
	color: #004CB8;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

.cmblist { font-size: 11px; border: 1px solid #7f9db9; }

#maptitles {
	margin-top: 5px;
	width: 100%;
	height: 20px; 
	text-align: center;
}

	#maptitles img {
		margin-top: 2px;
		vertical-align: top;
		cursor: pointer;
	}
	
	#meta {
		margin-left: 10px;
		visibility: hidden;
	}

/* maga a térkép */
#mainmap {
	position: absolute;
	left: 5px;
	top: 50px;
	width: 1px;
	height: 1px;
}

/* a térkép "kezelőfelülete" */
#maptools {
	position: absolute;
	right: 5px;
	top: 50px;
	width: 150px;
}

/* az átnézeti térkép */
#overviewmap {
	width: 150px;
	height: 94px;
}

#panhelp {
	width: 150px;
	margin: 2px 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #e8e5cf;
	cursor: default;
}

/* a nagyítók */
#zoomtools {
	width: 150px;
	text-align: center;
	padding-bottom: 5px;
}

	#zoomtools img { cursor: pointer; }

/* lábléc */
#footer {
	position: absolute;
	bottom: 0;
	height: 10px;
}

/* ez bukkan fel "sárga cetli" helyett */
#tooltip {
	position: absolute;
	width: auto;
	height: auto;
	padding: 3px;
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffe1;
	filter: alpha(opacity = 90);
	opacity: 0.9;

	display: none;
	z-index: 99;
}