@charset "utf-8";
/* CSS Document */
body  {
	background-image: url(immagini/Sfondo_div/sfondo_azzurro_copy.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF; 
	text-align: left;



}
#header {
	position:relative;
	width: 800px;
	height:158px;
	border:0;
	}
#menu {
	position:relative;
	width: 800px;
	height:20px;
	color:#00CC00;
	}
#Pubblicita {
	position:relative;

	
	width: 800px;
	height:60px;

	}
	
#CentroPagina{
	background-color: #FFFFFF ;
	width:800px;

	}
	#LatoSinistro{
		width:192px;
		float:left;
		background-color: #FFFFFF;

		}																
	#LatoDestro{
		/*position:absolute;*/
		width:600px;
		float:right;
		background-color: #FFF;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
	

		/*margin-right:-1px;*/
			
		}
	
#DivisioneEventi {

	background-color: #FFFFFF;
	width: 99%;
	float:left;
	border: 1px solid #999999;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#DivisioneSezioni{
	position:absolute;
	border:1px solid #999999;
	background-color: #FFFFFF ;
	top: 260px;
	left: 230px;
	height:720px;
	width: 380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}


#DivisioneNews{
	position:absolute;
	border:1px solid #999999;
	background-color: #FFFFFF ;
	top: 250px;
	left: 615px;
	height:230px;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#DivisioneServizi{

	background-color: #FFFFFF ;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#DivisioneSinistra{

	background-color:#FF9900;
	border:1px solid #999999;
	color:#FFFFFF;
	width:98%;
	padding: 3px 0px 0px 0px;
}
#DivisioneDestra{
	background:#9DD4FF none repeat scroll 0 0;
	border:2px solid #CCCCCC;
	color:#18347D;
	width:100%;
	padding: 3px 0px 0px 0px;
}
a {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a:active, a:focus {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
}
.Testo_News {
	font-size: 10px;
	font:Verdana, Arial, Helvetica, sans-serif;	
}
.Testo_Eventi {
	font-size: 8px;
	font:Verdana, Arial, Helvetica, sans-serif;	
}
.Testo_News_bold {
	font-size: 11px;
	font:Verdana, Arial, Helvetica, sans-serif;	
}
div.all{
	width:100%;
	}	
.Sezioni {
	font-size: 10px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color:#0033CC;
	
}
.Sezioni1 {
	font-size: 11px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
}
.Sezioni2 {
	font-size: 12px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
}
.Sezioni3 {
	font-size: 13px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	
}
.Sezioni4 {
	font-size: 14px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;

}
.Sezioni9 {
	font-size: 9px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
	
}
.Sezioni6 {
	font-size: 16px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color:#0033CC;
	
}
.Sezioni8 {
	font-size: 8px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color:#0033CC;
	
}
.SezioniNews {
	font-size: 10px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
}
.Titolo_Sezioni {
	font-size: 14px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color: #FF0000;
	}
.Titolo_Eventi {
	font-size: 14px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color: #000000;
	}

.Carattere_Oggetto {
	font-size: 16px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color:#000000
}
.stylemenu {
	font-size: 12px;
	font-weight:bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}