@charset "utf-8";
/* CSS Document */

.map_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	float: right;
	height: 429px;
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 196px;
	position: absolute;
	color: #000;
	margin-bottom: 0px;
	left: 10px;
	top: 62px;
}
.map_container .form_produkt {
	position: absolute;
	left: 370px;
	top: 400px;
}

hr {
	color: #09F;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	height: 5px;
	width: 892px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 495px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 228px;
	background-image: url(../images/template/blue.jpg);
}

.map_container h2 {
	font-size: 18px;
	margin: 0px;
}
.map_container h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #2c3748;
	letter-spacing: 4px;
}
.map_container p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	right: 15px;
}
.platform_detail_container {
	display: none;
}
.map_container .form_platformart {
	position: absolute;
	left: 30px;
	top: 400px;
}
.map_container .detail_container {
	height: 260px;
	width: 240px;
	position: absolute;
	left: 665px;
	top: 20px;
}
.map_container .platform_detail {
	margin: 0px;
	width: 230px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a9b5c8;
	border-left-color: #A9B5C8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.map_container .clear_both {
	clear: both;
}
.map_container .platform_photo {
	border: 1px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow:0px 5px 3px #4e5d74;
	-moz-box-shadow:0px 5px 3px #4e5d74;
	box-shadow:0px 5px 3px #4e5d74;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.map_container .platform_info {
	float: left;
	width: 130px;
}
.map_container .platform_textinfo {
	width: 230px;
	position: relative;
	right: 100px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.map_container a.dot {
	display: block;
	height: 20px;
	width: 20px;
	background-image: url(../images/template/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
}
.map_container a.dot:hover {
	background-position: 0px -20px;
	cursor: pointer;
}
.map_container a.dot.selected {
	background-position: 0px -40px;
}
