@charset "utf-8";
/* CSS Document */

		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }

body {
	background-color: #4c5434;
	font-family: Helvetica, Arial, sans-serif;
  	font-size: 10pt;
	color:#FFFFFF;
}

.sfotabella {
	background: url(immagini/parcoorobie2_01.jpg);
	background-repeat:repeat-x; 
	}

.titolobianco_testa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #ffffff;
}

.testogrigio18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #959595;
}

.testobianco18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.testorosso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}

a:link{
	font-family: Helvetica, Arial, sans-serif;
  	font-size: 10pt;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
  	font-size: 10pt;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	font-family: Helvetica, Arial, sans-serif;
  	font-size: 10pt;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.bottone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7e8f48;
}
.campi_di_inserimento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	border: 1px solid #7e8f48;
}

#marqueecontainer{
	position: relative;
	width: 190px; /*marquee width */
	height: 137px; /*marquee height */
	/*background-color: white;*/
	overflow: hidden;
	border: 0px solid orange;
	padding: 0px;
	padding-left: 0px;
	margin: 0px 2px 0px 2px;
}