﻿body {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial;
}
/* IMPOSTAZIONE LINK */
a {	
	text-decoration: none
}
a:hover {
	text-decoration: none;
	color: #AF9B6A;
}
a:link {
	text-decoration: none;
	color: #AF9B6A;
}
a:visited {
	text-decoration: none;
	color: #AF9B6A;
}
/* IMPOSTAZIONE ITEM */
#titleContainer {
	font-size: 10px;
	color: #CE8C75;
	font-weight: bold;
	text-align: justify;
	position: absolute;
	width: 450px;
	top: 5px;
	left: 0px;
	text-transform: uppercase;
}
#textContainer {
	font-size: 10px;
	color: #AF9B6A;
	font-weight: bold;
	text-align: justify;
	position: absolute;
	width: 450px;
	top: 26px;
	left: 0px;
	height: 189px;
}
.positionImgPage {
	padding: 2px;
	border: 1px solid #CE8C75;
	position: absolute;
	top: 1px;
	left: 463px;
	width: 130px;
	height: 130px;
}
.positionImgLocale {
	padding: 2px;
	border: 1px solid #CE8C75;
	position: absolute;
	top: 148px;
	left: 0px;
	}
.positionMainMap {
	padding: 2px;
	border: 1px solid #CE8C75;
	position: absolute;
	top: 0px;
	left: 0px;
}
.positionSmallMap01 {
	padding: 2px;
	border: 2px solid #CE8C75;
	position: absolute;
	top: 84px;
	left: 6px;
	z-index: 10;
}
.positionSmallMap02 {
	padding: 2px;
	border: 2px solid #CE8C75;
	position: absolute;
	top: 157px;
	left: 6px;
	z-index: 10;
}
.positionSmallMap03 {
	padding: 2px;
	border: 2px solid #CE8C75;
	position: absolute;
	top: 230px;
	left: 6px;
	z-index: 10;
}
/* IMPOSTAZIONE LINK */
.listiniPosition {
	position: absolute;
	top: 24px;
	left: -3px;
}
.listini {
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
}

