﻿body {
	margin:0 auto;
	background-image:url('../image/sfondosfumato.jpg');
	background-repeat:repeat-y;
	background-color:#5ba1c9;
	background-attachment: fixed;
	background-position:center;
}

.Contenitore {
	width:800px;
	border-collapse:collapse;
}

.Coccarda {
	background-image:url('../image/coccarda.png');
	background-repeat:no-repeat;
	width:900px;
	height:92px;
	position:relative;
}

.TestoSopra {
	position:absolute;
	width:323px;
	height:38px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	left: 139px;
}

.Bandierine {
	position:absolute;
	width:303px;
	height:41px;
}

.IntestaFlash {
	width:971px;
}

.ContainerFlash {
	width:900px;
	height:358px;
	margin:0 auto;
}

.ScrittaSopra {
	background-image:url('../image/scrittasopra.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}

.ScrittaSopraEn {
	background-image:url('../image/scrittasopra-en.jpg');
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}

.SeparatoreArancio {
	width:100%;
	height: 5px;
	background-color: #FF9933
}

.ColonnaSx {
	width: 170px;
	background-color: #FEED97;
}

.LatoCella {
	background-color:white;
	width:250px;
	padding:8px;
}

.CellaTesto {
	background-color:white;
	width:740px;
	padding:10px;
}

.Chiusura {
	background-image:url('../image/chiusura.jpg');
	background-repeat:no-repeat;
	width: 900px;
	text-align: center;
	height: 200px;"
}


/*testo*/

.Indirizzo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#333333;
}

.Titolo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:15px;
	color:#993300;
	font-weight:bold;
	line-height:10px;
	padding:4px;

}

h1.Titoletto {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:18px;
	color:#993300;
	font-weight:bold;
	padding:10px;
	margin-top:5px;
	border-right:1px #FF9933 solid;
}

.Testo {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold
}

.TestoPic {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#333333;
}


a:link.Mail, a:visited.Mail {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	font-weight:bold
}

a:hover.Mail, a:active.Mail {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#808080;
	text-decoration:underline;
	font-weight:bold;
}

/*menu*/
ul.SfondoMenu {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul.SfondoMenu a {
	display:block;
	width:166px;
	height:30px;
	line-height:30px;"
}

ul.SfondoMenu a span {
	display:none;
}

ul.SfondoMenu a:link, ul.SfondoMenu a:visited, ul.SfondoMenu a:active {
	background-image:url('../image/sfondomenu.png');
	background-repeat:no-repeat;
	font-family:Verdana;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

ul.SfondoMenu a:hover {
	background-image:url('../image/sfondomenu.png');
	background-repeat:no-repeat;
	background-position:0px -30px;
	font-style:italic;
	text-decoration:none;
	color:#993300;

