@charset "UTF-8";
/* CSS Document */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 5px;
background-color: white;
}
.vscrollerbar {
	width: 5px;
	background-color: #DB002C;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: #DB002C;
}
#mycustomscroll {
position:relative;
padding-right:10px;
	width:700px;
	height:180px;
	overflow: auto;
}
#div-dovesiamo {
position:relative;
padding-right:10px;
	width:100px;
	height:180px;
}
#contatti {
position:relative;
padding-right:10px;
	width:350px;
	height:180px;
}
#map {
position:relative;
	width:600px;
	height:180px;
}
div#contenitore{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-350px;
	margin-top: -250px;
	padding:0;
	width:700px;
	height:500px;
	visibility: visible;
	background-color: #D9DCE5;
}
.testo-principale {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}
.testo-index {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	line-height: 16px;
}
a:link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4646FF;
	text-decoration: underline;
}
a.linkindex {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
a.linkindex:link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
a.linkindex:hover {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.linkindex:visited {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

