/* Leaflet Original Notationen �berschreiben */
.leaflet-left {
	transition: left 0.3s ease-in-out;
}
.leaflet-control-layers-toggle {
	background-image: url(../images/layers.png);
	width: 36px;
	height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../images/layers-2x.png);
	background-size: 26px 26px;
}
.leaflet-control-layers-overlays {
	line-height: 50%;
	font-weight: normal;
	font-size: 14px;
}
.leaflet-pane img {
	max-width: initial;
}

/* rrr-mastermap */
.infotitle a:link {
	text-decoration: none;
	color:#000;
}
.infotitle a:visited {
	text-decoration: none;
	color:#000;
}
#map {
	height: 900px;
}
#selecttext {
	position: fixed;
	z-index: 750;
	font-weight: bold;
	font-size: 15px;
    border-color: #444;
    padding: 4px 10px;
	transition: left 0.3s ease-in-out;
}
#infodiv {
	width: 250px;
	height: 192px;
	background-color: white;
	position: fixed;
	left: -260px;
	top: 9px;
	border-radius: 4px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #999;
	box-shadow: 5px 5px 5px #999;
	transition: left 0.3s ease-in-out;
	z-index: -1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.infoheader {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin: 2px;
	padding: 0px;
	color: #333;
}
.infopicture {
	text-align: center;
}
.infopicture img {
	border-radius: 4px;
}
.infotitle {
	font-style:italic;
	font-weight:bold;
	font-size: 13px;
	text-align: center;
	margin: 2px;
	padding: 0px;
	color: #009;
}
.tracklabel-dreigang,
.tracklabel-ranger,
.tracklabel-trooper {
	/* font-family:arial, helvetica, sans-serif; */
	background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 8px;
	z-index: 1001;
}
.leaflet-tooltip a{
	text-decoration: none;
	color: #000;
}
.tracklabel-ranger {
	border: 2px solid blue;
}
.tracklabel-ranger a{
	text-decoration: none;
	color: #000;
	pointer-events: auto;
}

.tracklabel-trooper {
	border: 2px solid red;
}
.tracklabel-dreigang {
	border: 2px solid green;
}

.hidden-icon {
	width: 0px;
	height: 0px;
	border-width: 0px;
}
.leaflet-top.leaflet-left {
	position: fixed;
}
