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

body {
	margin: 0px;
	background-color: rgba(248,208,50,1.00);
	background-repeat: repeat;
	background-image: url(images/sfondo_sito.png);
}
#contenitore {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
	background-color: #142f13;
}
#contenitore #header {
	height: auto;
}
#contenitore #header img {
	margin-left: 15px;
	margin-bottom: 5px;
	float: left;
}
#contenitore #header #rightheader {
	background-color: #142f13;
	float: right;
	width: 700px;
	height: 100px;
}
#contenitore #titolo {
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 10px;
}
#contenitore #titolo h1 {
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	color: #CB9D01;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
}

.largermap {
	color: #c90;
}
#contenitore #mapcontainer #addrcolumn a {
	color: #063;
}

#contenitore #menuc {
	height: auto;
	margin-left: 20px;
}
#contenitore #mapcontainer #addrcolumn span {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}
#contenitore #mapcontainer #addrcolumn #foto-neg img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}



#contenitore #rigt {
	background-color: #c90;
	width: 216px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#contenitore #map {
	background-color: #CCC;
	height: 600px;
	width: 600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
#contenitore #right {
	float: right;
	width: 310px;
	margin-top: 10px;
	margin-right: 20px;
	height: 600px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #e8e8e8;
}

#contenitore #right h1 {
	color: #C00;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
#contenitore #right p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #003;
}
#contenitore #right h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #F00;
}

#contenitore #tooltip {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-style: normal;
}
#contenitore #tooltip span {
	color: #c90;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
#contenitore #footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #c90;
	margin-left: 20px;
	font-size: 0.9em;
	width: 935px;
	padding-top: 0px;
	padding-left: 20px;
	height: 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenitore #footer a {
	color: #CC9900;
	text-decoration: none;
}
