.mapwrapper {
    position: relative;

}



#viewport, .mapwrapper {
	 cursor: move;
   /* width: 200px;
	height: 200px;*/
	
	
	
	height: 230px;
   
    width: 220px;
	
/*	width: 100%;
	height: 100%;*/
	margin: 0;
	overflow: hidden;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}


.smarttabs #viewport,
.smarttabs .mapwrapper{
	height: 203px;
}
	
.map-control {
   
    /*height: 63px;*/
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
}





.mapheader {
	/*height: 63px;*/
    position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	background-image: url(img/map_header.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	padding:0;
	margin:0;
	/*padding-top:20px;*/
	display:block;
	float:left;
	/*background-color: #F00;*/
}

.mapheader h1 {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 21px;
}

/*margin-bottom: 10px;*/



.mapzoom {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background-image: url(img/map_minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 20px;
	text-decoration: none;	
}

.mapzoom:hover {
	background-image: url(img/map_minus_a.png);
}

#map_zoom_out {
	margin-left:3px;
	
}

#map_zoom {
	background-image: url(img/map_plus.png);
}
#map_zoom:hover {
	background-image: url(img/map_plus_a.png);
}

#mapslider {
	width:154px;
	margin-right:8px;
	margin-left:8px;
	display:block;
	float:left;
	background-image: url(img/map_skala.png);
	background-position: center center;
	background-color: transparent;
	height:16px;
	border:none;
	outline:none;
	margin-top:2px;
	background-repeat: no-repeat;	
}


#mapslider .ui-slider-handle {
	background-image: url(img/map_handle.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:16px;
	height:16px;
	top:0;
	margin-left: -8px;
	background-color: transparent;

	border:0px solid #fff;
}



.bl10 #viewport, 
.bl10 .mapwrapper,
.bl10 .map-control,
.bl10 .mapzoom {
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-left-radius: 11px;
}
