#puntD {
	position: absolute;
	padding-bottom: 5px;
}

#puntL {
	position: absolute;
}

div.map_relative {
	position: relative;
	z-index: -5px;
}

div.map_ml60 {
	margin-left: 60px;
}

form.map_form {
	display: block;
	position:absolute;
/*	top: 57px;*/
	top: 20px;
	left: -60px;
}

select.map_sel {
	background-color: #ffffff;
  	border: 1px solid #8A8A8A;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #404040;
	width: 189px;
	height:110px;
}

a.maplink {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	white-space:nowrap;
}

span.maplink1 a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	font-weight:100;
}

a.maplink span { font-weight: normal;}

span.cityTitle {
	background-color: #868EC8;
	padding: 1px 4px 3px 4px;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	display: block;
}


.absImg img{ position: absolute; z-index: 1;}

.debug {border: 1px solid red;}

.titleDiv{ 	
	background-color: #FFFFFF;
	padding: 5px 5px;
	border: 1px solid #666;
	display: block;
	z-index:1;
}

.titleDiv a{  font-weight: bold;}

.mapArticle
{
    width:230px;
    xleft:0;
}



/*Legend*/

.regions
{
    width:210px; 
    position:absolute; 
    height:100px; 
    margin-left:520px; 
    margin-top:20px;
    }
.regions p, .legende p
{
    vertical-align:top;
    display:inline;
    color:#000;}
    
.legende
{
    width:210px; 
    position:absolute; 
    height:100px; 
    margin-top:300px; 
    padding-left:30px; 
    color:#ec6500;
    }