/* CSS Document */
/* Struttura */
#body{
margin:0;
padding:0;
width:100%;
background-color:#CCFF99;
text-align:center;
}
#Centra{
margin:0 auto 0 auto;
width:760px;
}
#header{
float:left;
background:url(immagini/sito1_03.jpg) no-repeat;
width:759px;
height:29px;
}
#middle{
clear:left;
float:left;
background:url(immagini/sito1_05.jpg) repeat-y;
width:759px;

}
#footer{
clear:left;
float:left;
background:url(immagini/sito1_06.jpg) no-repeat;
width:759px;
height:27px;
}
#banner{
width:759px;
height:200px;
padding:0 0 0 5px;
}
#sinistra{
float:left;
width:170px;
margin:0 15px 0 10px;
}
#destra{
float:left;
width:550px;

}
/* Formattazione */
#Visual{
clear:left;
	font-family:Verdana;
	font-size:0.6em;
	margin:0;
	padding:0;
}
div.Contenuto
{
	font-family: Verdana;
	font-weight: normal;
	text-align:justify;
	margin-right: 15px;
	font-size: 0.8em;
	color: #333333;
}
div.Cont_mod{
	text-align:left;
}
#Contenuto
{
clear:both;
float:left;
width:550px;
text-align:left;
}
DIV.Titolo
{
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
	color: #333333;
}
h2.Titolo
{
	clear:both;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
	color: #333333;
	margin:10px 0 2px 0;
}
#barra
{
	float:left;
	background:url(immagini/barre/barra.jpg) no-repeat;
	width:375px;
	height:51px;
	margin:0;
	padding:0;
}
h2.Tbarra{
	margin:22px 0 0 0;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
	color: #333333;
}
.centrVertLeft { float: left;}
.centrVert{padding: 20px 10px;}
/* Foto */

div.Foto{
	float:left;
	margin:5px;
	width:110px;
	height:145px;
}

/* MCT */
div.barraMct
{ 
height:30px;
width:375px;
background-image: url(immagini/barre/barra2.jpg);
background-repeat:no-repeat;
padding-top:7px;
text-decoration:none;
}
div.barraMctA
{ 
height:30px;
width:375px;
background-image: url(immagini/barre/barra2a.jpg);
background-repeat:no-repeat;
padding-top:7px;
text-decoration:none;
}

div.bMctTesto
{ position:relative;
left:30px;
top:0px;
font-family: Verdana;
text-align:left;
font-weight: bold;
font-size: 9pt;
}

/* Link */
A:LINK {
 color: #000000;
 text-decoration: underline;
 font-weight:bold;
}
A:VISITED {
 color:#666666;
 text-decoration: underline;
 font-weight:bold;
}
A:HOVER {
 color:#666666;
 text-decoration: none;
 font-weight:bold;
 cursor:pointer;

}

A:ACTIVE {
 color: #FFFFFF;
 text-decoration: none;
}
/* Elenchi Puntati */
ol { list-style-image: url(immagini/elenco.gif);}
ul { list-style-image: url(immagini/elenco.gif);}
/* News */
#News{
margin:10px auto 5px auto;
width:400px;
}
#NewsHeader{
float:left;
background:url(immagini/barre/news_up.jpg) no-repeat;
height:22px;
width:398px;
}
#NewsBody{
clear:left;
float:left;
background:url(immagini/barre/news_md.jpg) repeat-y;
width:398px;
}
#NewsFooter{
clear:left;
float:left;
background:url(immagini/barre/news_dw.jpg) no-repeat;
width:398px;
height:16px;
}
DIV.ContNews
{
	font-family: Arial;
	font-weight: normal;
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.7em;
	color: #333333;
}
h2.TitNews
{
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	margin:2px 100px 0 0;
	font-size: 10pt;
	color: #333333;
}
/* Contatore */
#Powered{
clear:left;
float:left;
margin:5px 0 0 10px;
width:144px;
height:24px;
}
#Powered a img{
	border:none;
	
}
#Contatore{
float:left;
background-image:url(immagini/contatore.jpg);
background-repeat:no-repeat;
height:44px;
width:305px;
padding: 13px 0 0 0;
margin:0 0 0 90px;
font-family:Verdana;
color:#000000;
text-align:center;
font-size:9pt;
}
#Validator{
float:right;
margin:5px 5px 0 0;
}
.clBoth{
	clear:both;
}
