.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
	z-index: 200;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
	display: none;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

path.jvectormap-region.jvectormap-element {
	cursor: pointer;
}

img.icon-vector {
	position: absolute;
	left: 190px;
	top: 320px;
	overflow: hidden;
	z-index: 100;
}

p.vector_tag_duesseldorf {
	position: absolute;
	left: 183px;
	top: 100px;
	z-index: 100;
	font-size: 13px;
	color: #48731a;
	font-weight: 100;
	cursor:default;	
}

p.vector_tag_koeln {
	position: absolute;
	left: 183px;
	top: 380px;
	z-index: 100;
	font-size: 13px;
	color: #48731a;
	font-weight: 100;
	cursor:default;	
}