#mapcontainer {
	height:    180px;
	width:     290px;
	overflow:  hidden;
	position:  relative;
	border: 1px solid #80C0E3;
}

#kaart {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 232px;
	overflow: hidden;
}

#kaart_bg, #kaart_bgs {
	display: block;
	position: absolute;
	top: -64px;
	left: 0px;
	width: 426px; 
	height: 251px;
}

#kaart_bg {
	display: none;
}

#kaart_kv {
	position: absolute;
	left: 100px;
	top: 110px;
	cursor: hand;
	cursor: pointer;
}

#from_name {
	display: none;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #0066c6;
	font: 12px Verdana;
	background: white;
}

#from_name a {
	color: #000;
    font: 12px Verdana;
    text-decoration: none;
    border:1px solid #a7a7a7;
    padding:0 1px;
}
#from_name a:hover {
	text-decoration: underline;
}  	

#to_name {
	display: none;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #0066c6;
	font: 12px Verdana;  	
	background: white;
}

#to_name a {
	color: #000;
    font: 12px Verdana;
    text-decoration: none;
    border:1px solid #a7a7a7;
    padding:0 1px;
}
#to_name a:hover {
	text-decoration: underline;
}  	

#calendarcontainer {
	right: auto;
	bottom: auto;
	left: 200px;
	top: 16px;
}

