
#map_container {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#map_image {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
}
#overlay_image {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
}
#zoom {
    z-index: 1;
    position: absolute;
    display: none;
    border: 1px dashed #000;
    margin: 0px;
    padding: 0px;
}

#dual_map_container {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#dual_map_image {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
}
#dual_overlay_image {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    cursor:pointer;
}
#dual_zoom {
    z-index: 1;
    position: absolute;
    display: none;
    border: 1px dashed #000;
    margin: 0px;
    padding: 0px;
}

/* zoombar  */

#zoombar {
	position:relative;
	left:8px;
	top:8px;
	width:30px;
	height:172px;
	border:solid 1px #999999;
	z-index:1;
	background-image:url(../img/kart/slider.png);
}

/*Win IE 5-6\*/
* html #zoombar {background-image:none; background-color:#EEEEEE;}
/**/

#slider {
position:relative;
background-image:url(../img/kart/zoom_bg.gif);
height:125px; /* PS: must be the same height as 'zoom_bg.gif' */
}

#perspectiveslider {
position:relative;
background-image:url(../img/kart/zoom_perspective_bg.gif);
height:115px; /* PS: must be the same height as 'zoom_bg.gif' */
}

#handle {
position:absolute;
top:24px;
left:6px;
z-index:2;
cursor:move;
}

/* forklaring zoombar */


#zoomarrows {
	position:absolute;
	left:50px;
	top:31px;
	width:64px;
	height:115px;
	visibility:hidden;
	z-index:1;
}

/*oversiktskart*/


#smallmap {
	position:absolute;
	right:8px;
	top:8px;
	width:166px;
	height:113px;
	border:solid 1px #333333;
	z-index:1;
}

#arrowclose {
	position:absolute;
	left:0px;
	bottom:0px;
	width:16px;
	height:16px;
	border-top:solid 1px #333333;
	border-right:solid 1px #333333;
	z-index:2;
}

#arrowopen {
	position:absolute;
	right:8px;
	top:8px;
	width:16px;
	height:16px;
	border:solid 1px #333333;
	z-index:1;
	visibility:hidden;
}
/*oversiktskart poi*/

#othermapservices {
    position:absolute;
    right:0px;
    top:0px;
    width:166px;
    z-index:1;
}

#othermapservices .containerbox {
    width:166px;
    margin-bottom:3px;
    background-color:#FFFFFF;
    border:solid 1px #666666;
}

#othermapservices .showstate{ /*Definition for state toggling image */
    cursor:pointer;
    float: right;
    margin-right: 3px;
}

#othermapservices .headers{
    width: 163px;
    background-color: #eeeeee;
    padding:3px 0 3px 3px;
}

#othermapservices .switchcontent{
    width: 166px;
}

#othermapservices table {
    width: 100%;
    border-top:solid 1px #666666;
}

#othermapservices td {
    background-color: #eeeeee;
    vertical-align:middle!important;
    text-align:center!important;
}

#othermapservices .btskraa {
    background-color:#FFCC33;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
}

#othermapservices .btskraa:hover {
    background-color:#CCCCCC;
    border-top: 1px solid #666;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #666;
}

#othermapservices .selected {
    background-color:#CCCCCC;
    border-top: 1px solid #666;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #666;
}

#othermapservices .hortd {
    height:20px;
}

#othermapservices .vertd {
    width:20px;
}

#othermapservices .map {
    border:0px;
    text-align:center;
}