/* -----------------------Stili generici----------------------- */
body {
	margin:0;
	padding:0;
	background: #666666;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.75em;
	color:#333;
}
p, form, ul, h1, h2 {
	margin:0;
	padding:0;
}
.credits {
        padding-left:600px;
	font-size: 0.8em;
}
.clear {
	clear:both;
	font-size:0.1em;
}
.allineaVerticale  {
	vertical-align:middle;
}
input, textarea {
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:1em;
}
a {
	color:#333;
}
a:hover {
	text-decoration:none;
}
a img {
	border: 0px;
}
img.allineaDx {
	float:right;
	padding: 0 0 4px 4px;
}
h1 {
	color: #366CCC;
	font-size:1.6em;
	padding:5px 0;
}
h1 a {
	color: #366CCC;
}

h2 {
	font-size:1.4em;
	color:#666666;
	padding-bottom:5px;
}
li {
	list-style-position: inside;
}
ul li ul {
	padding-left: 20px;
}


#contenitore {
	width:690px;
	margin-left:auto;
	margin-right:auto;
        background: #DDDDDD;
}
#contenuti {
        background: url(../img/bgPagina_01.jpg) 220px 20px repeat-y;
	margin-top: 20px;
	width:690px;
}

.quadro {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

.boxTop {
	background: url(./img/up.gif) no-repeat;
	height:8px;
	width:300px;
	padding:0;
	margin:0;
	font-size:0.1em;
}
.box {
	width:280px;
	line-height:1.5em;
	background:#ccffff;
	padding:0 10px;
}
.box a:hover {
         text-decoration:underline;
         color: #07C;
}

.boxBottom {
	background:url(./img/down.gif) bottom left no-repeat;
	height:10px;
	width:300px;
	padding:0;
	margin:0;
	font-size:0.1em;
	margin-bottom:20px;
}
.box h1 {
	font-size:1.2em;
	color:#3333FF;
	padding-bottom:5px;
}
.box h1 img{
	vertical-align:middle;
	padding-right:5px;
}

.menu {
	font-size: 1.2em;
        background: #CCCCCC;
	font-weight: bold;
	color: #6666FF;
	padding-bottom: 5px;
}
.menu a {
 	text-decoration: none;
	color: #0000FF;
}
.menu a:hover {
 	text-decoration: underline;
	color: #3333FF;
}
.menu span {
	padding: 20px;
}
.footer {
	background: #333333;
	padding: 10px;
	color: #CCCCCC;
	font-size: 0.9em;
}
.footer a {
	color: #CCCCCC;
}
.testata {
	height:50px;
        background: #CCCCCC;
	font-size: 2em;
	color: #366CCC;
	padding: 10px 0px 0px 30px;
	font-family: Verdana;
	font-weight: bold;
}
.testo {
	padding: 10px;
}
/* -----------------------Stili pagina----------------------- */

/* -----------------------Stili testata----------------------- */
/*

#testata {
	height:50px;
	background:url(../img/payoff.gif) 115px 85px no-repeat;
}
#logo {
	width: 105px;
	padding-top: 8px;
	float:left;
	height:120px;
}
#contenitoreMenu {
	float:right;
	width:600px;
	height:128px;
}
#menu {
	float:right;
	background:url(../img/bgMenu.jpg) no-repeat;
	width:550px;
	height:53px;
	padding-left:8px;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	padding:16px 8px 0 8px;
	border-right:1px solid #666;
	float:left;
	display:block;
	height:36px;
	font-size:1.1em;
	text-transform: uppercase;
}
#menu ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li.ultimo {
	border:none;
}
#menu ul li a:hover{
	color: #c2c2c2;
}
#menu .selezionato {
 background:url(../img/bgSelezionato.jpg) repeat-x;
}

#cerca {
	float:right;
	padding:35px 10px 0 0;
}



#colonnaSx {
	float:left;
	width:215px;
	padding-top:50px;
}
#colonnaDx {
	float:left;
	width:490px;
	padding:30px;
        margin-left:5px;
	background:url(../img/bgTesti_02.jpg) no-repeat;
}
#colonnaDx a:hover {
        text-decoration:underline;
	color: #07C;
}
#colonnaDx p {
        margin-top: 5px;
}
#colonnaDx ul {
	padding-left: 15px;
}
.news {
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
	padding-bottom:20px;
}
.dataNews {
	width: 38px;
	margin-right:17px;
	padding-top:2px;
	float:left;
	background:url(../img/bgData.gif) no-repeat;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
}
.dataNewsAnno {
	color:#fff;
	font-weight:bold;
}
.testoNews {
	width: 345px;
	float:left;
}
.testoNews a{
	font-size:1.2em;
	font-weight:bold;
}
.fotoNews {
	width: 90px;
	float:left;
	text-align:right;
}
#percorso {
	background:url(../img/bgPercorso.jpg) repeat-y;
	width: 485px;
	padding-left:3px;
}
#sottomenu {
	padding-left: 20px;
	width:140px;
}
#sottomenu li{
	margin-left: 10px;
	list-style:url(../img/arrow.gif) outside;
}
#sottomenu .selezionato a {
        color:#07C;
}
#sottomenu a {
	text-decoration:none;
}
#sottomenu a:hover { 
	color:#07C;
}
#sottomenu li.menu-3 {
        margin-left: 25px;
        list-style:url(../img/arrow.gif) outside;
}
#sottomenu ul ul li a {
	font-weight: normal;
}



#piede {
	width: 100%;
	background:url(../img/bgPiede.jpg);
	height:100px;
}
#contenitorePiede {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#contenitorePiede a:hover {
         text-decoration:underline;
         color: #07C;
}

#indirizzo {
	width: 390px;
	padding-top:20px;
	float:left;
}
#copy {
	width: 300px;
	padding-top:20px;
	float:right;
	text-align:right;
	padding-right:10px;
}

*/

