* {
	margin: 0;
	padding: 0;
}

body {
	background: #ebeae3;
	margin: 0;
	padding: 0;
	color: #666666;
	font: 85%/1.5 "lucida sans", verdana, arial, helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 100%;
	padding: 0;	
}

img {
	border: 0;
}

input {
border: 1px solid #ff9900;
padding: 2px;
background: #fff url(../images/fondo_cerca.png) repeat-x;
}


/* HEADER */ 

#header {
	background: url(../images/fondo_head.png) repeat-x;
	height: 125px;
	margin: 0;
	padding: 0;
}

#header_sx {
float: left;
background: url(../images/logo.png) no-repeat;
width: 450px;
height: 125px
}

#header_dx {
background: url(../images/head_dx.png) no-repeat;
float: right;
width: 200px;
height: 125px
}

/* FINE HEADER */ 



/* MENU ORIZZ */

#container_menu {
	height:25px;
	margin: 0;
	padding: 0;
	background: url(../images/fondo_menu.png) repeat-x;
}

#menu {
	float: left;
	font-size: 13px;
	height: 25px;
	margin: 0;
	padding: 0
}

#ombra_menu {
	background: url(../images/fondo_menu_ombra.png) repeat-x;
	height: 17px;
	text-align: center
}

#ombra_menu2 {
	background: url(../images/fondo_menu_ombra2.png) no-repeat center center;
	height: 17px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#ombra2_menu {
	background: url(../images/fondo_menu2_ombra.png) repeat-x;
	height: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#ombra2_menu2 {
	background: url(../images/fondo_menu2_ombra2.png) no-repeat center center;
	height: 16px;
	width: 900px
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	height: 25px;
}

#menu ul li {
	display: inline;
	list-style-type: none;
}

#menu ul li a {
float: left;
color: white;
padding: 0 15px;
text-decoration: none;	
height: 25px;
}

#menu ul li a:visited{
color: white;

}

#menu ul li a:hover, #menu ul li .current {
	color: #55a8ee !important;
	background: url(../images/fondo_menu_over.png) no-repeat center center;
	padding: 0 15px;
	height: 25px;	
}

.pallino {
	float:left;
	padding:0 5px 0 0;
	width:12px;
	height:25px
}

.separatore_menu {
background-image:url(../images/sep_menu.png);
width:1px;
height:25px;
float:left;
}


/* FINE MENU ORIZZ */


/* CERCA */ 


#cerca {
	float: right;
	height: 25px;
	margin: 0 20px 0 0;
	padding: 0;
	width: 325px;
}

#cerca input {
	border: 1px solid #ff9900;
	padding: 0;
	width: 170px;
	height: 16px;
	background: #fff url(../images/fondo_cerca.png) repeat-x;
}

#cerca select {
	border: 1px solid #ff9900;
	padding: 0;
	margin: 3px 0;
	width: 100px;
	font-size: 12px;
	background: #fff url(../images/fondo_cerca.png) repeat-x;
}

/* FINE CERCA */ 



/* BANNERS */


.banners {
	border:none;
	margin-bottom: 5px;
	width: 200px;
	text-align: center;
}

.banner_centro1 {
	border: 0;	
	margin: 0 0 10px 0;
	width: 100%
}

.banner_centro2 {
	border: 0;
	margin: 10px 0 0 0;
	width: 100%
}


/* FINE BANNERS */



/* COLONNE */

#col_sx {
	width: 200px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#col_dx {
	float: right;
	width: 200px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* FINE COLONNE */


#content {
	margin: 0 200px;
	padding: 10px;
	background: white;
	text-align: center;
	position:relative
}


/* NEWS */


.news_sx {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 2px dotted #ff9933;
	background: url(../images/sfum_articolo.gif) repeat-y top center;
	text-align: left;
	min-height: 130px;
}

#news_dx {
	margin: 0 0 0 50%;
	text-align: left;
	padding-left: 5px;
}

*:first-child+html #news_dx {
	margin: 0 0 0 31%;
	text-align: left;
	padding-left: 5px;
}

.news_sx h3, .news_sx h3 a, #news_dx h3, #news_dx h3 a {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	margin:0;
	padding: 0;
	font-weight: bold;
	line-height: 16px
}

.news_sx h3 a:hover, #news_dx h3 a:hover {
	text-decoration: none;
	color: #ff6633
}

.news_sx h4, #news_dx h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
	margin:0;
	padding: 0;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;	
}

.news_sx h4 a, #news_dx h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: underline;
	margin:0;
	padding: 0;
	padding-bottom: 5px; 
	font-weight: normal;
	line-height: 14px;	
}

.news_sx h4 a:hover, #news_dx h4 a:hover {
	text-decoration: none;
}

.news_sx p, #news_dx p  {
	font-size: 10px;
	margin:0;
	padding: 0;
	line-height: 14px;
}

.news_sx img, #news_dx img  {
	border: 3px solid #d7dce1;
	float: left;
	margin-right: 5px
}



/* NEWS PICCOLE */


.news_small {
	padding: 5px;
	border-bottom: 1px dotted #003366;
	text-align: left;
}

.news_small h3, .news_small h3 a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	margin:0;
	padding: 0;
	font-weight: bold;
	line-height: 16px
}

.news_small h3 a:hover {
	text-decoration: none;
	color: #ff6633
}

.news_small h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff6600;
	text-decoration: none;
	margin:0;
	padding: 0;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 11px;
	font-style: italic;	
}

.news_small h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-decoration: underline;
	margin:0;
	padding: 0;
	padding-bottom: 5px; 
	font-weight: normal;
	line-height: 11px;	
}

.news_small h4 a:hover {
	text-decoration: none;
}

.news_small p  {
	font-size: 10px;
	margin:0;
	padding: 0;
	line-height: 14px;
}


/* FINE NEWS */



/* ROLLOVER TESTI */

#news_sx p a, #news_dx p a, .news_small p a  {
	text-decoration:none;
	color: #666666
}

#news_sx p a:hover, #news_dx p a:hover, .news_small p a:hover  {
	text-decoration:underline
}

/* FINE ROLLOVER TESTI */




/* ARTICOLO INTERNO */


.articolo {
	padding: 5px;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.articolo h3, .articolo h3 a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	margin:0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.articolo h3 a:hover {
	text-decoration: none;
	color: #ff6633
}

.articolo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
	margin:0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 11px;
	font-style: italic;	
}

.articolo h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
	margin:0;
	padding: 0;
	padding-bottom: 5px; 
	font-weight: normal;
	line-height: 11px;	
}

.articolo h4 a:hover {
	text-decoration: none;
}

.articolo p {
	font-size: 11px;
	margin:0;
	padding: 0;
	line-height: 18px;
	text-align: justify;
}


.articolo img {
	border: 5px solid #d7dce1;
	float: left;
	margin-right: 10px
}

.articolo p a {
	text-decoration:underline;
	color: #ff6600
}

.articolo p a:hover {
	text-decoration:none;
	color: #333
}

.articolo ul {
	text-align: left;
	list-style-type: disc;
	margin-left: 30px
}  

.articolo li {
	font-size: 11px;
	color: #666;
	padding: 3px 0 0 0;
	text-align: left
}  
	 
.articolo li a {
	color: #666;
	text-decoration: none
}  
	 
.articolo li a:hover {
	 color: #ff6633;
	text-decoration: none
}  

/* FINE ARTICOLO INTERNO */


.menucategoria {
	width: 500px;
	height: 50px;
	font-size: 25px;
	padding: 6px 0 0 90px;
	color: white;
	font-weight: bold;
	margin-top: 20px;
}

.menucategoria2 {
	width: 500px;
	height: 30px;
	font-size: 18px;
	padding: 3px 0 0 60px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}

/* FOOTER */


#footer {
	clear: both;
	background: #ffd857 url(../images/fondo_footer.png) repeat-x;
	margin: 0 auto;
	padding: 5px 0 30px 0
}

#footer p {
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #fff
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #003366
	}
	
#footer .copyright {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #003366
}

#footer .copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #003366
}

#footer .copyright  a:hover  {
	text-decoration: none;
	color: #ff6633
}


/* FINE FOOTER */



/* ACCORDION */

#accordion, #accordion2 {
	width: 175px;
	margin: 0 auto;
	text-align: left
}

.toggler  {
	cursor:pointer;
	font-size: 11px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin:0;
	padding: 3px 0 0 5px;
	background: url(../images/fondo_menu_giallo.png) repeat-x;
	font-weight:normal;
	height: 22px
}  
	 
.toggler:hover  {
	text-decoration: none;
} 
	 
.element {
	background: #f7e5c6 url(../images/sfum_element.png) repeat-x top left;
	font-size: 10px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #333;
	padding: 5px
}  

.element p a {
	font-size: 10px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #333;
	padding:0 0 0 5px;
	text-decoration: none;
	list-style: none
} 

.element p a:hover {
	text-decoration: none;
	color: #ff6633
}  




#menu_vert {
	width: 175px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: left
}

.toggler2 {
	cursor:pointer;
	font-size: 11px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin:0;
	padding: 3px 0 0 5px;
	background: url(../images/fondo_menu_blu.png) repeat-x;
	font-weight:normal;
	height: 22px
}

.toggler2_active {
	cursor:pointer;
	font-size: 11px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin:0;
	padding: 3px 0 0 5px;
	background: url(../images/fondo_menu_blu_over.png) repeat-x;
	font-weight:normal;
	height: 22px
}

.toggler2 a, .toggler2_active a {
	color: #fff;
	text-decoration: none;
}

.toggler2:hover {
	text-decoration: none;
} 
	 
 
/* FINE MENU */ 


/* MENU DX */

#links_dx {
	font-size: 11px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin:0 auto;
	padding: 3px 0 0 5px;
	background: url(../images/fondo_menu_giallo.png) repeat-x;
	font-weight:normal;
	height: 22px;
	width: 175px;
	text-align: left;
} 
	 
#links_dx2 {
	margin: 0 auto;
	padding: 3px 0 0 5px;
} 
	 
#menu_dx {
	margin: 0 0 10px 15px;
} 
 
.element ul {
	margin: 0 0 0 15px;
	text-align: left;
	list-style-type: circle;
}
	 
.element li a {
	color: #333;
	text-decoration: none;
}
	 
.element li a:hover {
	color: #ff6633;
	text-decoration: none;
}

	 
	 /* FINE MENU DX */
	 
	 
	 /* STATS */
	 
#stats {
	font-size: 10px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	margin:0 auto;
	padding: 3px;
	margin-bottom: 10px;
	width: 167px;
	border: 1px solid #ff9933;
	background: #fff url(../images/fondo_stats.png) repeat-x;
	color: #003366
}  
	 
	  /* FINE STATS */
	  
	  
	 /* CENTRO SITUAZIONI */
	 
#centro_situazioni {
	margin-bottom: 10px;
}  
	 
	  /* FINE CENTRO SITUAZIONI */
	  
	    
	  
	  /* GOOGLEMAP */


#googlemap_container {
	margin: 10px 0;
	padding: 0;
	height: 260px
}

#googlemap_sx {
	float: left;
	width: 47%;
	padding-right: 10px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 2px dotted #ff9933;
}

.titolo_googlemap {
	font-size: 11px;
	color: #fff;
	margin:0 auto;
	padding: 3px 0 0 0;
	background: url(../images/fondo_menu_giallo.png) repeat-x;
	height: 22px;
	text-align: center
} 

#googlemap_dx {
	margin: 0 0 10px 51%;
	padding-right: 10px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 2px dotted #ff9933;
}

 /* FINE GOOGLEMAP */
  
 


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*printer styles*/ 
@media print { 
#col_sx, #col_dx, #header, #footer, #ombra_menu, #ombra2_menu, #container_menu, #centro_situazioni, .banner_centro1, .banner_centro2, #googlemap_container {display:none;}
#content {width:100%;margin:0}
#news_container {width:90%;margin: 0 auto;padding:10px;margin-bottom:10px}
}
