body 
{
}

*
{
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a
{
	text-decoration: none;
	color: #0000ff;
}

a:hover
{
	cursor: pointer;
}

a:visited{
	color: #0000ff;
	}

p.breadcrumb a, p.breadcrumb a:visited
{
	color: #006289;
	font-weight: bold;
}

#wrapper
{
	margin: 0 auto;
	width: 800px;
}


#left_column
{
	float: left;
	width: 160px;
}

#center_column
{
	float: left;
	width: 640px;
	padding-bottom: 30px;
}

#center_column #center
{
	padding: 0 0 0 20px;
}

span.title
{
	font-size: 16px;
	font-weight: bold;
}

span.sub_title
{
	font-size: 14px;
	font-weight: bold;
}

.center
{
	text-align: center;
}



.clear
{
	clear: both;
}

#header
{
	width: 100%;
	height: 184px;
	background-repeat: no-repeat;
	background-image: url(../../images/intestazione5.gif);

}



#left_menu ul, #footer_menu ul
{	
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}

#left_menu ul li
{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #58ab27;
}

#left_menu ul li a
{
	font-weight: bold;
	display: block;
	color: #2e660d;
}

#left_menu li:hover, #left_menu li.current
{
	background-color: #58ab27;
}

#left_menu ul li:hover a, #left_menu li.current a
{
	color: #fff;
}


#left_menu ul li a.disabled, #footer_menu ul li a.disabled
{
	
}

#left_menu li.progetto_rilancio{
	background-color: #E2001A;	
}

#left_menu li.progetto_rilancio a{
	color: #fff;	
}

#left_menu ul li.progetto_rilancio
{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ff0000;
}

#footer
{
	width: 100%;
}

hr.yellow
{
	border: 1px solid #FFDC00;
}

hr.red
{
	border: 1px solid #E2001A;
}

hr.grey
{
	border: 1px solid #999;
}

#footer_menu
{
	width: 100%;
	text-align: center;
}

#footer_menu ul li
{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #666;
}

#footer_menu ul li:hover a, #footer_menu ul li.current a
{
	color: #666;
}

#footer_menu * a
{
	font-weight: bold;
	color: #58ab27;
}

#copy_right
{
	width: 100%;
	text-align: center;
	padding: 5px 0px 10px 0px;
}

#copy_right *
{
	color: #666;
	font-size: 11px
}

#meteo
{
	float: left;
	width: 129px;
	margin-top: 10px;
}
#webcam
{
	float: left;
	width: 480px;
	margin: 10px 9px 20px 0;
}

.center
{
	text-align: center;
}

#tariffe
{
	padding-left: 20px;
}

#tariffe table
{
	width: 600px;
}

#tariffe table tr td
{
	text-align: left;
}

#tariffe table tr td span
{
	font-weight:bold; 
	font-size: 16px;
}

#tariffe table tr td hr
{
	 border: 1px solid #E2001A;
}

#tariffe table tr td.td_description
{
	font-weight: bold;
}

#tariffe table tr td.td_price
{
	padding-left: 30px;
	
}


/* a links */

.link:hover{
	text-decoration: underline;
	}

.a_link
{
	color: #000;
	background: url(../../images/a_link/icon_external.gif) center right no-repeat;
	padding-right: 20px;
}
 
.a_pdf
{
	color: #000;
	background: url(../../images/a_link/icon_pdf.gif) center right no-repeat;
	padding-right: 20px;
}

.a_mail
{
	color: #000;
	background: url(../../images/a_link/icon_mailto.gif) center right no-repeat;
	padding-right: 20px;
}

/* ul li */
 
ul
{
	margin: 0;
	padding: 0;
}

ul li
{
	list-style: none;
}

ul li h1
{
	margin: 0; 
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}

ul li span
{
	font-weight: bold;
}

ul li ul li
{
	padding: 5px 0 5px 10px;
}

/* */

.none
{
	display: none;
}

ul.list li{
	padding: 5px 0 0 10px;	
}

/* dl */
dl.dlist{
	margin:0px;
	}
.dlist dt{
	font-weight: bold;
	padding: 4px 0 4px 0;
	margin: 0;
	text-decoration: underline;
	}
.dlist dd{
	padding: 4px;
	margin: 0;
	}
 