body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	line-height: 1.5em;
	color: #333;
	font-size: x-small;  /*IE5 Win */
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: 0.8em;
 	/*background: url(./images/bg.gif) repeat-y top left;*/
}

html>body { /* Opera */
	font-size: small;/**/
}



#container {
	margin: 0;
	padding: 0;
	text-align: left;
	/*background: white;*/
	background: #F4FCFF url(./images/bg2.gif) no-repeat bottom left;
	width: 100%;
	voice-family: "\"}\""; 
  voice-family: inherit;
  width: 100%;
}

#home #container {
	background: white url(./images/bg-home.gif) repeat-x top right;
}

html>body #container {
  width: 100%;
}

#header {
	height: 77px;
	padding: 0;
	margin: 0;
	color: #aea8c1;
	
	/*border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;*/
	
	/*border-top-color: #A0B875;*/
	border-left-color: #A0B875;
	background-color: #A0B875;
	border-bottom-color: #62793B;
	background: url(./images/header/bannerfill.gif) repeat-x;
}

#header .print {
	display:none;
}

#header #logo {
	background: url(./images/header/banner.jpg) no-repeat;
	position: relative;
	border-style: none;
	width: 782px;
	height: 77px;
	/*
	top:-1px;
	left:-1px;
	
	*/
	top:0px;
	left:0px;
}

#header #logo a  {

}

#header #logo img  {
	width: 0;
	height: 0;
}

#languages {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 40px;
	right:10px;
}

#languages ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#languages li {
	display: inline;
}

/********** BREAD ****************/

#bread {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	position:relative;
	width:100%
	display:block;
	margin:  2em 0 0em 0;
	padding: 1em 0 1em 0;
	z-index: 1;
}

#bread h1 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 15px;
	border: none;
	display: inline;
}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}




/************ TABS **************/

#tab-nav {
	width:100%;
	background: url("images/stripe2.gif");
	font-size:93%;
	line-height:normal;
	/*float: left;*/
	position: absolute;
	top: 77px;
	left: 0px;
  	}
  
#tab-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
  
#tab-nav li {
	float:left;
	margin:0;
	padding:0 0 0 0px;
	}

#tab-nav li.right {
	float:right;
	margin:0;
	padding:0 0 0 0px;
	border-left: 1px solid white;
	}

#tab-nav a {
	float:left;
	display:block;
	
	/*padding: 6px 10px 6px 10px;*/
	padding: 6px 5px 6px 6px;
	text-decoration:none;
	border-right: 1px solid white;
	
	/*color:#765;*/
	color:black;
	}
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab-nav a {float:none;}
/* End IE5-Mac hack */
#tab-nav a:hover {
	color:#000;
	}

#tab-nav #current {
	background-color:#fff;
	}

#tab-nav #current a {
	color:#333;
	}
	
	
#tab-nav #current {
/*
	border-top: 1px solid;
	border-left: none;
	border-bottom: 1px solid;
	border-right: 1px solid;

	border-top-color: #ccc;
	border-left-color: white;
	background-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: white;		
	*/
		background-color: #ccc;
	}

#tab-nav #current a {
	color:black;
	/*padding: 5px 5px 5px 6px;*/
	}

#tab-nav a:hover {
/*
	padding: 5px 5px 5px 6px;
	
	border-top: 1px solid;
	border-left: none;
	border-bottom: 1px solid;
	border-right: 1px solid;
	
	border-top-color: #ccc;
	border-left-color: white;
	background-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: white;	
	color:black;
*/	
	background-color: #ccc;
	}

#tab-nav #current a:hover {
	/*background-color: #7a719a;*/
	/*border: 0;*/
	}
	
#current .acckey {
		color:white;
		border-top-color: white;
		border-left-color: white;
		background-color: #a4a4a4;
		border-bottom-color: white;
		border-right-color: white;
}

a:hover .acckey {
/*
	border-top-color: #3D62C9;
	border-left-color: #3D62C9;
	background-color: #304B98;
	border-bottom-color: #21356D;
	border-right-color: #21356D;
	*/
}

/*************************************/
	



a.accessibile {
	width: 140px;
	display: block;
	position : absolute;
	top: 4px;
	right: 10px;
	padding:2px;
	z-index: 1;
	color:black;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	font-size: 0.8em;
	border:1px solid white;
}
	
a.accessibile:link {
	color:white;
}

a.accessibile:visited {
	color:white;
}

a.accessibile:hover {
/*
	border-top-color: #A3E3A4;
	border-left-color: #A3E3A4;
	border-bottom-color: #4BA73C;
	border-right-color: #4BA73C;
*/		
	color:black;
	background-color: white;
	border: 1px solid black;
}
	
.acckey {
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	background: white;
	padding: 1px 2px 0px 2px;
	margin: 0px 0px 1em 0px;
	border: 1px solid black;
}

img {
	border:0;
}

.access {
	display:none;
}

a.grafica {
	display:none;
}

.stampa {
	display:none;
}

.spacer {
	display:block;
	height:30em;
}

.spacer-half {
	display:block;
	height:15em;
}

.spacer-big {
	display:block;
	height:60em;
}

.contentBlock {
	display: table-row;
	height:1px;

}

/************* FIANCHI *********************/

#sidebar {

	position: absolute;
	/*top:166px;*/
	left:0;
	top:12.6em;
	font-size: 90%;
	line-height: 1.2em;
	width:155px;

	color: #777;
	
	margin:0;
	padding: 0 0 0 0px;
	}
	
#sidebar .sideimg {
	width:	155px;
	height: 373px;
	margin: 0 0 0 0px;
	display: block;
}

#sidebar .module {
	padding: 0 0 1px 0px;
	margin: 0 0 5px 0;
	background: white url(./images/sidebar/module.gif) no-repeat bottom right;
/*
	border: 1px solid black;
	background: white url(./images/module.jpg) no-repeat;
	background-position: right bottom;
	*/
}

#sidebar h1 {
	font-size: 100%;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	color: #00233A;
	background: #AFBED2 url(./images/sidebar/h1.gif) no-repeat top right;	
}

#sidebar h1.current {
	font-size: 100%;
	padding: 14px 5px 10px 5px;
	margin: 0 0 0px 0;
	color: #00233A;
	/*border-top: 1px solid #50739B;*/
	background: #AFBED2 url(./images/sidebar/h1.gif) no-repeat top right;	

	/*
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;		
	border-left: 1px solid #f0f0f0;
	*/
	}

#sidebar h1 a {
	display:block;
	width: 155px;
	background: #BFCEE4;
	border-right: 1px solid #50739B;
	border-top: 1px solid white;
	border-bottom: 1px solid #7B9DC8;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
	text-decoration:none;
}

html>body #sidebar h1 a {
	width: 144px;
}

#sidebar h1 a:link {
	color: #0D4478;
	}

#sidebar h1 a:visited {
	color: #0D4478;
	}

#sidebar h1 a:hover {
	color: white;
	background: #98605B;
	}

#sidebar h1.current {	
	color:white;	
	}
	
#sidebar h2 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	
#sidebar p {
	margin-top: 4px;
	margin-bottom: 20px;
	}

#sidebar ul {
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	list-style: none;
	}

#sidebar li {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	line-height: 2.3em;
	background: #BFCEE4;
	border-right: 1px solid #50739B;
	border-top: 1px solid white;
	border-bottom: 1px solid #7B9DC8;
	}


#sidebar li a {
	display:block;
	width:154px;
	margin:0 0 0 -10px;
	padding: 0 0 0 10px;
	font-size:1em;
	text-decoration:none;
}

html>body #sidebar li a {
	width: 144px;
}

#sidebar li a:link {
	color: #0D4478;
	}

#sidebar li a:visited {
	color: #0D4478;
	}

#sidebar li a:hover {
	color: white;
	background: #98605B;
}

#sidebar li.current {
	color: white;
	background: #98605B;
}

#sidebar li.current2 {
	color: white;
	background: #7B9DC8;
}

#sidebar li.current2 a {
	color: white;
	background: #7B9DC8;
}

#sidebar li:hover {
	/*MALEDETTO INTERNET EXPLORER!!! FAI SCHIFO E PURE PUZZI!!!*/
	/*background: url(./images/pin-blue2.gif) no-repeat 0 8px;*/
}

#fruizione #sidebar .sideimg {
	background: url(./images/sidebar/fruizione.jpg);
}

#parco #sidebar .sideimg {
	background: url(./images/sidebar/parco.jpg);
}

#pagelinks {
font-size: 80%;
 background :white;
 border-bottom: 1px solid #7B9DC8;
 border-left: 1px solid #7B9DC8;
 float: right;
 margin : 0 0px 20px 20px;
 padding: 0 0px 0px 10px;
}

html>body #pagelinks {
 
 	margin : 0 0px 20px 20px;
}

#pagelinks .module {
	width:10em;
	border: 1px solid black;
 	background :white;
	margin : 0 5px 10px 0px;
	padding : 0 0 10px 0;
	background: white url(./images/module.jpg) no-repeat;
	background-position: right bottom;
}

#pagelinks ul {

 margin : 5px 0px 0px 0px;
 padding: 0px;
	list-style: none;
}

#pagelinks li {
	margin:0;
	padding: 0 5px 0 5px;
	border-bottom:1px dotted #e0e0e0;

}

#pagelinks h1 {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 100%;
		font-weight: bold;
		padding: 0.3em 0.3em 0.3em 0.3em;
		margin: 0 0 0 0;

		color:white;
		border-bottom: 1px solid #a0a0a0;
		border-right: 1px solid #a0a0a0;
		border-top: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		background: #98605B;
}











/*********** TESTO ******************/
a:link {
	color: #5b80b2;
	}

a:visited {
	color: #612A43;
	}

a:hover {
	text-decoration:none;
	color: #c63;
	}
	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#content {
	margin: 0 0 0 155px;
	padding : 0px 10px 10px 10px;
	}

#content .evidenza {
	color:black;
	padding: 0;
	border: 2px solid #51683F;
	background-color: #EBF1E6;
	width: 70%;
	margin: 2em auto 10px 15%;
}

#content .evidenza h1 {
	text-align:center;
	padding: 0.2em;
	color: white;
	font-size: 1.1em;
	background-color: #869B76;
	border: 2px solid #51683F;
	margin: 0 auto 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -10px;
	display: inline;
}

#content .evidenza p {
	margin: 0 1em 1em 1em;
	padding: 0;
	text-align: justify;
}

#content .entry .centered p{
	text-align:center;
}

#content .entry {
	color:black;
	margin-bottom: 14px;	
	margin-right: 0px;
	padding: 0px;
	border: 1px solid #7B9DC8;
	background-color: #FFFEF6;
	/*background: #FFFEF6 url(./images/entry2.jpg) repeat-x bottom left;*/
	}

#content .entry p {
	margin: 1em 1em 1em 1em;
	padding: 0;
	text-align: justify;
	}

#content .entry h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color:white;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0 0 1em 0;
	background-color: #4F7199;
	/*border-bottom: 4px solid #d4d4d4;*/
	}
	
#content .entry h1.i_1 {
	background: #4F7199 url(./images/h1_1.jpg) no-repeat top right;
}

#content .entry h1.i_2 {
	background: #4F7199 url(./images/h1_2.jpg) no-repeat top right;
}

#content .entry h1.i_3 {
	background: #4F7199 url(./images/h1_3.jpg) no-repeat top right;
}

#content .entry h1.i_4 {
	background: #4F7199 url(./images/h1_4.jpg) no-repeat top right;
}

#content .entry h1.i_5 {
	background: #4F7199 url(./images/h1_5.jpg) no-repeat top right;
}

#content .entry h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	font-style: italic;
	color: #944F0C;
	padding: 0 0.5em 0 0.5em;
	margin: 0.5em 0 1em 0;
	border-bottom: 1px dotted #ddd;
	}
	
#content .entry h3 {
	padding: 0 0.5em 0 0.8em;
	font-size: 90%;
}





#content .figure,
#content .figure_c,
#content .figure_r,
#content .figure_l {

	font-size: 92%;
	color: #999;
	text-align: center;
	}
	
#content .figure_r {
	float: right;
	margin: .5em .5em 6px 20px;
}
#content .figure_l {
	float: left;
	margin: .5em 20px 6px .5em;
}
	
#content .figure_c {
	margin:auto;
	display: block;
}

#content .figure img,
#content .figure_c img,
#content .figure_r img,
#content .figure_l img
{
	padding: 4px;
	background-color:white;
	border: 1px solid #ccc;
}

#content .figure .capt,
#content .figure_c .capt,
#content .figure_r .capt,
#content .figure_l .capt
{
	font-size: small;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #D8E2EB;
	color: black;
	padding: 2px;
	border: 1px solid #a4a4a4;
	margin-top: 2px;
}

#content .figure a:hover img,
#content .figure_c a:hover img,
#content .figure_r a:hover img,
#content .figure_l a:hover img
{
	border-color: #036;
}


#content .fotobox_l .figure,
#content .fotobox_r .figure {
margin-bottom:16px;
}

#content .fotobox_l
{
	float: left;
	margin: 0 4px 0 4px;
}

#content .fotobox_r
{
	float: right;
	margin: 0 4px 0 16px;
}


#content img.thumb, 
#content img.thumb-right, 
#content img.thumb-left {	
	margin-left: 12px;
	margin-bottom: 6px;
	padding: 5px;
	background: #fff;	
	border: 1px solid #ccc;
	}
	
#content img.thumb {
	margin:auto;
	display: block;
}

#content img.thumb-left{
	float: left;	
	margin-right: 12px;
	margin-left: 0px;

}


#content img.thumb-right {	
	float: right;
	margin-right: .5em;
	}


#content a img.thumb:hover, 
#content a img.thumb-right:hover, 
#content a img.thumb-left:hover {
	border-color: #036;
	}




#content .menu {
	font-size: 1em;
	margin: 1em;
}

#content .entry .menu ul 
{
	margin-top: 2em;
}

#content .entry .menu ul li {
	background: url(./images/list/menu-li.gif) no-repeat 0 2px;
}

#content .menu dl {
	padding:0;
	margin:0;
}

#content .menu dt {
	font-size: 1.2em;
	font-weight: bold;
	height: 23px;
	margin: 10px 0 0 80px;

	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	padding: 10px  0  10px 10px;
	
	background:white;
}

#content .menu dt.ico {
	clear: left;
	float: left;
	width: 70px;
	height: 70px;
	text-align: center;
	border: 0;
	margin: 0 0 0 0px;
	padding: 0;
	background:none;
	
}

#content .menu dd {
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	margin-left:80px;
	height:15px;
	/*background:white;*/
	background-color: #D8E2EB;
}

#content .menu dd p {
	margin:0px;
	padding-left: 2em;
	padding-bottom: 10px;
	padding-right: 1em;
}
	
	
#content .block {
	display: table-row;
	height:1px;
}


#content .pageicon {
	float:left;
	margin:1em;
}


#content .entry ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}

#content .entry ul li {
	padding: 0 0 4px 19px;
	line-height: 1.3em;
	background: url(./images/list/li.gif) no-repeat 0 2px;
	}

.tablenorm {
	border: 1px solid #999999;
	border-left: none;
	margin: 1em;
	font-size: 1em;
}

.tablenorm th {
		background-color: #E0E1EB;
		padding: 0.5em 1em;
		border-left: 1px solid #999999;
}

.tablenorm td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 0.2em 0.2em 0.2em 0.5em;
}


.jumptop,
.jumptop_last {
	margin: 1em 1em 2em 1em;
	text-align:center;
	display:block;
}

.jumptop_last {
	margin: 1em 0 0 0;
	padding:0;
	border-top: 1px solid #7B9DC8;
	background: url(./images/footer2.gif) repeat-x top right;

}

.jumptop a,
.jumptop_last a {
	margin: 0.5em;
	padding: 0.2em;
	text-decoration:none;
	border: 1px solid #7B9DC8;
	background:#f0f0f0;
}

.jumptop_last a {
	margin: 0.5em;
	padding: 0.2em;
	text-decoration:none;
	border: none;
	background: none;
}

.jumptop a:link,
.jumptop a:visited {
	color: #00357C;
}

.jumptop_last a:link,
.jumptop_last a:visited  {
	color: white;
	font-weight: bold;
}

.jumptop_last a:hover  {
	color: #F7E2A5;
}

.jumptop a:hover {
	background:white;
}

#content .entry .download {
}

#content .entry .download ul ul {
	list-style:none;
}

#content .entry .download ul li {
	background: none;

}

#content .entry .download ul li img {

}

#content .entry .download ul li a {

}

#content .genlist
{
	margin: 1em;
}

#content .genlist dt
{
	font-weight: bold;
}

/************ PIE' di PAGINA **************/

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	font-size: 90%;
	color: #fff;
	background: url(./images/footer.gif) repeat-x top right;
	border-bottom: 10px solid #98605B;
	}

#footer a:hover {
	color: #ccc;
}



	
/************ INDEX ************************/


#indexmenu {
	position:relative;
	font-size:93%;
	line-height:normal;
	width:775px;
	height:135px;
	display:block;
	background: url(./images/home.jpg) no-repeat top left;
	margin: 0 0 10px -10px;
	padding: 0 0 0 0;
  }
  
	
#indexmenu #evidenza {
	float:right;
	margin: 0px 0 0 0;
	padding:10px;
	background: url(./images/inevidenza.jpg) no-repeat top right;
	width:46%;
	background-color:white;
	}

#indexmenu #principale {
	margin: 0px 0px 0 400px;
	padding: 0 0 0 0;
	text-align: left;
	}

#indexmenu .title {
	/*text-align:center;*/
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #c63;
	padding: 0;
	margin: 0 0 5px 0px;
	width:100%;

	border-bottom: 1px solid white;

	}
	
#indexmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
}

#indexmenu a {
	font-size:140%;
	text-decoration:none;
	color:black;
	padding: 0 0 0 18px;
	background: url(./images/pin-blue.gif) no-repeat 0px 6px;
}

#indexmenu a:hover {
	background: url(./images/pin-blue2.gif) no-repeat 0px 6px;
	text-decoration:none;
	color:red;
}


#home #content {
	margin: 0 0 0 0px;
	padding : 0px 10px 10px 10px;
	}

#comunicazioni #content {
	margin: 0 0 0 0px;
	padding : 0px 10px 10px 10px;
	}