/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../images/map/bullets.png');
	background-repeat: no-repeat;
    text-decoration: none;
	z-index: 2;
}

#map a.bullet:hover { 
    background-image: url('../images/map/bullets_hover.png');
	background-repeat: no-repeat;
    text-decoration: none; 
}

#map div.popup{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 244px; 
    height: 374px;
	background: url(../images/map/map_box.png) no-repeat top;
    border: none;
	z-index: 10;
}

#map div.popup h3 {
	display: block;
    position: relative;
    top: 20px;
    left: 20px;
	padding: 10px;
	color: #0053A0;
	font-size: 17px;
}

#map div.popup div.popupcontent{
	position: absolute;
	top: 53px;
    left:20px;
	height: 237px;
	padding: 10px;
    padding-right: 5px;
    margin-right: 20px;
	overflow: auto;
	/*overflow: visible;  Viktig! */
	font-family: Calibri, Arial;
	font-size: 14px;
	line-height: 16px;
}

#map hr {
	height:1px;
	border-style: solid;
	border: thin;
	border-color: #ccc;
	background-color: #ccc;
	margin-top:5px;
	margin-bottom:5px;
    margin-left: 30px;
    margin-right: 30px;
}

#map div.popup div.popupcontent p{
	width: inherit;
}

#map div.popup div.popupcontent a {
	color:#006699;
	text-decoration: underline;
}

#map div.popup div.popupcontent a:hover {
	color:#000;
	text-decoration: underline;
}
    
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 5px;
	left: 204px;
    font-family: Calibri, Arial;
	font-size: 15px;
}

#map div.popup a.close:hover{
	color:#000;
	text-decoration: underline;
}

#map div.popup a.close img{
	border: none;
	z-index: 100;
}
