#AsuntoKohteet {
	margin: 0 0 20px 0; 
	padding: 0;
	display: block;
	position: relative;
	clear: both;
	height: 550px;
	width: 570px;
	overflow: hidden;
	float: left;
	
	

}
html>body #AsuntoKohteet {
	border-bottom: 1px solid transparent;
}

#MapHolder {
	position: relative;
	display: block;
	margin: 0; 
	padding: 0;
	height: 550px;
	width: 570px;
	float: left;
	clear: both;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
}

html>body #MapHolder {
	border-bottom: 1px solid transparent;
}


#MapHolderLeft {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 375px;
	height: 550px;
}

html>body #MapHolderLeft {
	border-bottom: 1px solid transparent;
}


#MapHolderRight {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 550px;
}

html>body #MapHolderRight {
	border-bottom: 1px solid transparent;
}




#List {
	display: block;
	position: relative;
	margin: 5px 0 0 5px;
}

#List a {

	font-family: arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	display: block;
	
	position: relative;
	width: 150px;
	background: transparent;
	line-height: 15px;

	text-decoration: none;
	
	margin: 0;
	padding: 5px 0 5px 5px;
}


#List a:hover {
	color: #fff;
	background: #0075BF;

}

#MapLeftContent {
	display: block;
	position: relative;
	width: 375px;
	overflow: hidden;
	height: auto;
}

#MapRightContent{
	display: block;
	position: relative;
	width: 180px;
	overflow: hidden;
	height: 515px;
	background: transparent;
	overflow: auto;	
	border: 1px solid #007FC4;
}

.MapBox {
	diplay: block;
	position: relative;
	overflow: hidden;
	width: 342px;
	height: 256px;
	border: 1px solid #007FC4;
	padding: 0;
	margin: 0 0 5px 10px;
}

#OverView {
	background: url(../maps/basic.gif) no-repeat left top;
}

#OverViewSwe {
	background: url(../maps/basic_swe.gif) no-repeat left top;
}

#RedDot {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
	
}

#Target {
	display: none;
	margin: 0;
	padding: 0;

}


#Animation {
	display: none;
	margin: 0;
	padding: 0;

}









