.rmap .rmapPrivacy
{
	background-repeat  : no-repeat;
	background-position: center; 
}

.rmap[data-rmap-maptypeid=roadmap] .rmapPrivacy,
.rmap[data-rmap-maptypeid=terrain] .rmapPrivacy
{
	background-image: url(ruegenmagic-gmap-road.png);
	color: #000;
}

.rmap[data-rmap-maptypeid=satellite] .rmapPrivacy,
.rmap[data-rmap-maptypeid=hybrid]    .rmapPrivacy
{
	background-image: url(ruegenmagic-gmap-sat.png);
	color: #fff;
}

.rmapPrivacy
{
	position   : relative;
	min-width  : inherit;
	max-width  : inherit;
	    width  : inherit;
	min-height : inherit;
	max-height : inherit;
	    height : inherit;
}

.rmapPrivacy p
{
	text-align  : center;
	position    : absolute;
	top         : 50%;
	left        : 50%;
	width       : 100%;
	max-width   : 500px;
	transform   : translate(-50%, -50%);  /* 50% of <p> */
	font-weight : bold;
	font-size   : 1.3em;
	color       : inherit;
}

.rmapMarkerLabel
{
	position    : absolute;
	width       : 200px;
	font-size   : 16px;
	font-weight : bold;
	text-align  : center;
	color       : #fff;
	text-shadow : 1px  1px 1px black, 
	              1px -1px 1px black, 
	             -1px  1px 1px black, 
	             -1px -1px 1px black; /* Readable on SAT and ROADMAP */  
}


