body{
	margin: 0;
	padding: 0;
	background-color: #13275a;
	font-family: Lucida, Verdana, sans-serif;
}
/*********  MAIN STYLE  *******/
a{
	text-decoration: none;
}
img{
	border: none;
}
.clear{
	clear: both;
}
.left {
float:left;
margin-right:15px;
margin-bottom:10px;
border:2px solid #ccc;
}
.right {
float:right;
margin-left:15px;
margin-bottom:10px;
border:2px solid #ccc;
}
.bordoImg {
border:2px solid #ccc;
}

/*********  STRUCTURE  *******/
#container{
	width: 100%;
	background: url(../img/bg.jpg) repeat-x 0 top;
}

#main{
	width: 755px;
	margin: 0 auto;
	background:#fff url(../img/bgmain.jpg) repeat-y -12px;
}
#main h3{
	margin-left: 20px;
	font: 17px "Courier New", Courier, mono;
	margin-top: 15px;
	padding-top: 20px;
}
.numero{
	float:right; margin-right:15px
}
p{
	padding-top: 10px;
}

/*********  LEFT  *******/
#left{
	width: 550px;
	float: left;
}
.box{
	width: 547px;
	margin-left: 15px;
	background: url(../img/content_top.jpg) no-repeat;
}
.box h2{
	color: #fa1df9;
	font-size: 14px;
	margin-top: 28px;
	margin-bottom: 8px;
}
.content{
	font: 13px "Courier New", Courier, mono;
	padding: 15px;
	text-align: justify;
	background-repeat: no-repeat;
}
.bottom{
	background-image: url(../img/content_footer.jpg);
	height: 18px;
}
/*********  RIGHT  *******/
#right{
	font: 12px "Courier New", Courier, mono;
    float: left;
    width: 280px;
}
.boxnews{
	width: 254px;
	margin-left: 25px;
}
.boxnews h3{
	margin: 0;
	padding: 0;
	color: #fa1df9;
	font-size: 12px;
	width: 200px;
	}

.topnews{
	height: 55px;
	background: url(../img/topnews.jpg) no-repeat;
}
.contentnews{
	background: url(../img/newsbg.jpg);
	padding: 10px 13px 10px 40px;
	line-height: 15px;
}
.bottomnews{
	background: url(../img/footernews.jpg) -1px;
	height: 60px;
	
}
.tag{
background: #feec50;
font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
.boxright{
	width: 254px;
	margin-left: 25px;
}
.boxright h3{
	margin: 0;
	padding: 0;
	color: #fa1df9;
	font-size: 12px;
	width: 200px;
	}

.topboxright{
	height: 55px;
	background: url(../img/top2.jpg) no-repeat;
}
.contentboxright{
	background: url(../img/newsbg.jpg);
	padding: 10px 10px 10px 40px;
	line-height: 15px;
}
.bottomcontentboxright{
	height: 60px;
	background: url(../img/footer2.jpg) -1px;
}
.boxright a{
	color: #296cb0;
}
.boxright ul{
	margin:0;
	padding-left: 8px;
	list-style-type: lower-greek;
	list-style-position: inside;
}
/*********  FORM  *******/
label{
	
	width: 150px;
	float: left;
	padding-bottom: 10px;
	color: #5c99ff;
	font-weight: bold;
	
	
}
input[type=text]{
	border: 1px solid #5c99ff;
	margin-bottom: 10px;
	font: 13px "Courier New", Courier, mono;
	width: 250px;
	float: left;
}
input[type=text]:hover,input[type=text]:focus{
	border: 1px solid #fa2df9;
}
.submit{
	margin-left:150px;
	border: 1px solid #5c99ff;
}

/*********** aggiornamento 03/09/08 *************/
.ora{
	color: #13275a;
	font-weight: bold;
}
.localita{
	color: #2753c5;
	font-weight: bold;
	
}
.rosso{
	color: #fa1805;
	font-weight: bold;
	text-decoration: underline;
}
.verde{
	color: #1ecb00;
	font-weight: bold;
	text-decoration: underline;
}
.giallo{
	color: #d8b900;
	font-weight: bold;
	text-decoration: underline;
}
.blu{
	color: #0600bb;
	font-weight: bold;
	text-decoration: underline;
}
.fucsia{
	color: #fa3ed9;
	font-weight: bold;
	text-decoration: underline;
}
.ciano{
	color: #3ed6d5;
	text-decoration: underline;
	font-weight: bold;
}
.arancio{
	color: #fb8100;
	font-weight: bold;
	text-decoration: underline;
}
.grigio{
	color: #7f7f7f;
	text-decoration: underline;
	font-weight: bold;
}
.violetto{
	text-decoration: underline;
	color: #936;
	font-weight: bold;
}
.rosa{
	text-decoration: underline;
	color: #ffa9d4;
	font-weight: bold;
}
.verde2{
	text-decoration: underline;
	color: #1c8d8d;
	font-weight: bold;
}
.marrone{
	text-decoration: underline;
	color: #903806;
	font-weight: bold;
}
