/***** Settaggi generali *****/

html, body {
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

a img {
  border: 0;
}
 
/***** Links *****/
 
a, a:visited {
  text-decoration: none;
}
 
/***** Forms *****/
 
form {
  margin: 0;
  padding: 0;
  display: inline;
}
 
input, select, textarea {
  font: 1em Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
}
 
textarea {
  line-height: 1.25;
}
 
label {
  cursor: pointer;
}

/***** Titoli *****/

h1 a {
  font: bold 14px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #16294e;
  clear: both;
}

/***** Contenitori *****/

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

#header {
  width: 100%;
  height: 178px;
  border-top: 1px solid #c4c4c4;
  margin: 1px 0 10px 0;
}

#logo {
  width: 100%;
  height: 148px;
  background: url(../immagini/bg-head.gif) repeat-x;	
}

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

#topmenu {
  width: 100%;
  height: 31px;
  margin: -5px 0 0 0;
  background: url('../immagini/bg-headmenu.gif') repeat-x;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #dadada;
}

#wrapper {
  float: left;
  width: 100%;
}

#content {
  margin: 0 200px 0 200px;
}

#evidenza {
  margin: 0 200px 0 200px;
  height: 100%;
}

#leftcolumn {
  float: left;
  width: 200px;
  margin: 8px 0 0 -100%; 
}

#rightcolumn {
  float: left;
  width: 200px;
  margin: 8px 0 0 -200px;
}

#footer {
  clear: both;
  height: 46px;
  width: 100%;
  padding: 20px 0 0 0;
  background: url('../immagini/bg-footer.gif') repeat-x;
  font: 11px Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
  color: #182138;
  text-align: center;
}

#title {
  height: 21px;
  background: url('../immagini/bg-title.gif') repeat-x;
  border: 1px solid #395fa7;
  margin: 2px 0 0 0;
  font: bold 14px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 0 0 14px;
}

.title {
  height: 21px;
  background: url('../immagini/bg-title.gif') repeat-x;
  border: 1px solid #395fa7;
  margin: 1px 0 0 0;
  font: bold 14px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 0 0 14px;
}

.innertube {
  margin: 5px;
  margin-top: 0;
}

#navigation {
  height: 14px;
  margin: -7px 0 0 1px;
  overflow: hidden;
}

.percorso {
  font: 11px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 0 6px 0;	
}

a.percorso {
  font: 11px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 0 6px 0;	
}

.cercapercorso {
  font: 11px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 0 6px 0;	
}

.finepercorso {
  font: 11px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 0 6px 0;	
}

a.percorso:hover {
  color: #8c7c12;
  text-decoration: underline;
}

/***** In Evidenza *****/

#evidenza ul {
  width: 95%;
  list-style-type: none;
  margin: 0 0 0 -18px;
}

#evidenza ul li {
  width: 100%;
  display: block;
  padding: 0 10px;
  margin: 0 0 0 -20px;
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #1f355d;
  text-align: justify;
  float: left;
}

#evidenza ul li.trat {
  width: 100%;
  height: 20px;
  margin: 0 0 10px -18px;
  clear: both;
  border-bottom: 1px solid #ccc;
  background: url('../immagini/bg-evidenza.gif') center bottom no-repeat;
}

#evidenza ul li a {
  color: #1f355d;  
}

#evidenza ul li h2 a {
  font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #03497e; 
}

#evidenza ul li a img {
  width: 130px;
  height: auto;
  margin: 2px 8px 0 0;
  border: 0;
  float: left;
}

#evidenza ul li h3 a {
  font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #456998;
  background: url('../immagini/bg-arrows.gif') 0 5px no-repeat;
  padding: 0 0 0 8px;
  float: right; 
}

#evidenza ul li h3 a:hover {
  text-decoration: underline; 
}

/***** Menu - Lista articoli delle categorie *****/

#content ul.sottocate {
  list-style-type: none;
  margin: 0 auto;
}

#content ul.sottocate li {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 -35px;
  font: bold 14px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}

#content ul.sottocate li a {
  padding: 0 0 5px 20px;
  color: #000;
  display: block;
  text-decoration: none;
  background: url('../immagini/bg-artlist.gif') no-repeat;
  border-bottom: 1px solid #ccc;
}

#content ul.sottocate li a:hover {
  color: #8c7c12;
  background: url('../immagini/bg-artlist-over.gif') no-repeat;
}

/***** Menu Rss *****/

#feedrss {
  width: 98%;
  height: auto;
  margin: 0 auto;
  float: left;
}

#content ul.feed {
  list-style-type: none;
  margin: 10px 0 0 18px;
  padding: 4px 0 4px 35px;
  width: 25%;
  float: left;
  background: #eee;
  border: 1px solid #ccc;
}

#content ul.feed li a {
  padding: 0 0 0 15px;
  color: #1f355d;
  display: block;
  text-decoration: none;
  background: url('../immagini/bg-arrow-list.gif') 0 5px no-repeat;
  margin: -20px 0 0 10px;
  font: bold 12px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
}

#content ul.feed li h3 {
  font: bold 14px Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: #1f355d;
  text-transform: uppercase;
  background: none;
  padding: 0 0 0 4px;
  margin: 0 0 -10px 0;
  background: #fff;
  border-left: 4px solid #eee;
  border-right: 4px solid #eee;
}

#content ul.feed li h4 {
  font: 12px Tahoma, Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: #1f355d;
  margin: -6px 0 0 10px;
  padding: 0 1px 0 0;
  height: 14px;
  line-height: 14px;
}

#content ul.feed li h2 a {
  border: 0;
}

#content ul.feed li h2 a:hover {
  color: #1f355d;
  background: url('../immagini/bg-arrow-list.gif') 0 5px no-repeat;
}

#content ul.feed li h2 a img {
  border: 0;
  margin: 0 0 -2px 10px;
}

/***** Menu superiore *****/

#topmenu ul {
  width: 400px;
  height: 30px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

#topmenu ul li {
  float: left;
  margin: 4px 0 0 16px;
}

#topmenu ul li a {
  display: inline;
  font: bold 16px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
  color: #fff;
}

#topmenu ul li a:hover {
  color: #f2da72;	
}

/***** Menu laterale sinistro *****/

#leftcolumn ul {
  width: 186px;
  margin: 0 0 0 -34px;
  list-style-type: none;
  background: #fff;
}

#leftcolumn ul.c1 {
  width: 186px;
  margin: -20px 0 0 -34px;
  list-style-type: none;
  background: #fff;
}

#leftcolumn ul.c2 {
  width: 186px;
  margin: -80px 0 0 -34px;
  list-style-type: none;
  background: #fff;
}

#leftcolumn ul li.navtitle {
  height: 27px;
  padding: 4px 0 0 26px;
  background: url('../immagini/bg-navmenu.gif') no-repeat;
  text-transform: uppercase;
  font: bold 14px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #0e2c5a;
}

#leftcolumn ul li a {
  padding: 0 0 2px 26px;
  display: block;
  background: url('../immagini/bg-itemenu.gif') no-repeat;
  font: 12px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

#leftcolumn ul li a:hover {
  color: #8c7c12;
  text-decoration: underline;
  background: url('../immagini/bg-itemenu-over.gif') no-repeat;
}

#leftcolumn ul li.footmenu {
  height: 7px;
  background: url('../immagini/bg-footmenu.gif') no-repeat;
}

/***** Menu laterale destro *****/

#rightcolumn ul {
  width: 156px;
  margin: 0 0 0 4px;
  list-style-type: none;
}

#rightcolumn ul.c1 {
  width: 156px;
  margin: -20px 0 0 -36px;
  list-style-type: none;
  background: #fff;
}

#rightcolumn ul.c2 {
  width: 156px;
  margin: -20px 0 0 4px;
  list-style-type: none;
  background: #fff;
}

#rightcolumn ul li.navtitle {
  height: 27px;
  padding: 4px 0 0 26px;
  margin: 0 0 0 -36px;
  background: url('../immagini/bg-navmenu.gif') no-repeat;
  text-transform: uppercase;
  font: bold 14px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #0e2c5a;
}

#rightcolumn ul li a {
  /*height: 20px;
  line-height: 20px;*/
  padding: 1px 0 2px 26px;
  margin: 0 0 0 -36px;
  display: block;
  background: url('../immagini/bg-itemenu.gif') no-repeat;
  font: 12px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

#rightcolumn ul li a:hover {
  color: #8c7c12;
  text-decoration: underline;
  background: url('../immagini/bg-itemenu-over.gif') no-repeat;
}

#rightcolumn ul li.rss a {
  /*height: 20px;
  line-height: 20px;*/
  padding: 0 0 0 26px;
  display: block;
  background: url('../immagini/bg-itemenu-rss.gif') no-repeat;
  font: 12px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

#rightcolumn ul li.rss a:hover {
  color: #8c7c12;
  text-decoration: underline;
  background: url('../immagini/bg-itemenu-over-rss.gif') no-repeat;
}

#rightcolumn ul li.iam {
  /*height: 20px;
  line-height: 20px;*/
  padding: 1px 0 2px 26px;
  margin: 0 0 0 -36px;
  display: block;
  background: url('../immagini/bg-iamenu.gif') no-repeat;
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

#rightcolumn ul li.iam a:hover {
  color: #8c7c12;
  text-decoration: underline;
  background: url('../immagini/bg-iamenu-over.gif') no-repeat;
}

#rightcolumn ul li.iamsub a {
  height: 20px;
  line-height: 20px;
  padding: 0 0 2px 26px;
  margin: 0 0 0 -36px;
  display: block;
  background: url('../immagini/bg-itemenu.gif') no-repeat;
  font: 12px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

#rightcolumn ul li.iamsub a:hover {
  color: #8c7c12;
  text-decoration: underline;
  background: url('../immagini/bg-itemenu-over.gif') no-repeat;
}

#rightcolumn ul li.footmenu {
  height: 7px;
  margin: 0 0 0 -36px;
  background: url('../immagini/bg-footmenu.gif') no-repeat;
}

/***** Form Cerca *****/

form#searchform {
  font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
}

#cerca {
  width: 190px;
  height: 20px;
  float: right;
  margin: -27px 0 0 0;
}

#cerca input.search {
  width: 130px;
  height: 16px;
  border: 1px solid #444;
  margin: -1px 0 0 0;
  padding: 0 4px;
}

#cerca input.searchbutton {
  border: none;
  width: 43px;
  height: 20px;
  overflow: hidden;
  background: url('../immagini/bt-search.gif') no-repeat left top;
  cursor: pointer;
}

#cerca input.searchbutton:hover {
  background: url('../immagini/bt-search.gif') no-repeat left -20px;
}

#contcercata {
  width: 99%;
  height: 20px;
  margin: 10px 0 0 0;
  padding: 4px 0 1px 5px;
  border-top: 1px solid #e9b52a;
  border-bottom: 1px solid #e9b52a;	
  font: 11px Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  color: #666;
}

.cercata {
  font: 11px Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  color: #666;
  margin: 0 auto;
}

.parola {
  font: bold 13px Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  color: #000;
  margin: 0;
}

.risric {
  font: 11px Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  color: #666;
  margin: -14px 4px 0 4px;
  float: right;	
}

.breve {
  font: 11px Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  color: #666;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #666;	
}

#cercanav {
  height: 16px;
  font: 12px Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
  color: #999;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  text-align: center;
}

#cercanav a {
  color: #666;
}

#cercanav a:hover {
  color: #333;
}

#content ul.res {
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
}

#content ul.res li {
  width: 95%;
  padding: 0 0 20px 10px;
  display: block;
  text-decoration: none;
  margin: 0 0 0 -25px;
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #16294e;
  border-bottom: 1px solid #ccc;
  background: url('../immagini/bg-evidenza.gif') center bottom no-repeat;
}

#content ul.res li h2 a {
  padding: 0;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
  color: #03497e;
}

#content ul.res li a {
  color: #16294e;
}

/***** Form Contatti *****/

form#contactform {
  font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 20px 0 15px 0;
}

form#contactform fieldset {
  border: none;
  position: relative;
}

form#contactform fieldset legend {
  display: none;
}

form#contactform label {
  width: 115px;
  padding: 0 10px 0 0;
  clear: left;
  display: block;
  float: left;
  text-align: right;
}

form#contactform input.text, form#contactform textarea {
  width: 285px;
}

input.text, textarea {
  border-top: 1px solid #b0b3a7;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #b0b3a7;
  background: #faf7f7 url(../immagini/bg_text.gif) repeat-x;
  padding: 0 5px;
  margin: 0 0 15px 0;
  font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #606e5e;
}

input.text:focus, textarea:focus {  
  border-top: 1px solid #8aa4b8;
  border-right: 1px solid #80a6ce;
  border-bottom: 1px solid #80a6ce;
  border-left: 1px solid #8aa4b8;
  background: #e1e9f1 url(../immagini/bg_text_hover.gif) repeat-x;
}

input.text {    
  height: 18px;
}

form#contactform input.button {
  border: none;
  padding: 21px 0 0 0;
  margin: 10px 0 15px 125px;
  height: 21px;
  width: 56px;
  overflow: hidden;
  background: url(../immagini/bt_send.gif) no-repeat left top;
  cursor: pointer;
}

form#contactform input.button:hover {
  background: url(../immagini/bt_send.gif) no-repeat left -21px;
}

span#required {
  margin: 0 0 0 124px;
}

/*- Mappa del sito --------------------------- */

h2.sitemap, h2.maximise, h2.minimise {
  width: 500px;   
  background: url(../immagini/sitemapfolderbullet.gif) no-repeat center left;
  cursor: default;
  padding-left: 20px;
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemap a, h2.maximise a, h2.minimise a {
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemapsub, h2.maximisesub, h2.minimisesub {
  width: 500px;   
  background: url(../immagini/sitemapfolderbullet.gif) no-repeat center left;
  cursor: default;
  padding: 0 0 0 20px;
  margin: 0 0 6px 20px;
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemapsub a, h2.maximisesub a, h2.minimisesub a {
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemapsubsub, h2.maximisesubsub, h2.minimisesubsub {
  width: 500px;   
  background: url(../immagini/sitemapfolderbullet.gif) no-repeat center left;
  cursor: default;
  padding: 0 0 0 20px;
  margin: 0 0 6px 40px;
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemapsubsub a, h2.maximisesubsub a, h2.minimisesubsub a {
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemapsubsubsub, h2.maximisesubsubsub, h2.minimisesubsubsub {
  width: 500px;   
  background: url(../immagini/sitemapfolderbullet.gif) no-repeat center left;
  cursor: default;
  padding: 0 0 0 20px;
  margin: 0 0 6px 60px;
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.sitemapsubsubsub a, h2.maximisesubsubsub a, h2.minimisesubsubsub a {
  font: bold 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

h2.minimise {
  background: url(../immagini/minimise.gif) no-repeat center left;
}

ul#map {
  width: 500px;
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

ul#map li {
  height: 14px;
  line-height: 14px;
  text-align: left;
  background: transparent;
  margin-left: 1cm;
  margin-bottom: 10px;
}

ul#map li a {
  background: transparent url(../immagini/sitemapdocbullet.gif) no-repeat;
  font: 12px Trebuchet MS, Verdana, Arial, sans-serif;
  padding-left: 1em;
  text-decoration: none;
  color: #666;
  padding-bottom: 10px;
  border: none;
}

ul#map li.mapsub {
  height: 14px;
  line-height: 14px;
  text-align: left;
  background: transparent;
  margin: 0 0 10px 30px;
}

ul#map li.mapsub a {
  background: transparent url(../immagini/sitemapdocbullet.gif) no-repeat;
  font: 12px Trebuchet MS, Verdana, Arial, sans-serif;
  padding-left: 1em;
  margin: 0 0 6px 30px;
  text-decoration: none;
  color: #666;
  padding-bottom: 10px;
  border: none;
}

ul#map li img {
  padding-right: 2px;
}

ul#map li a:hover {
  text-decoration: underline;
  background: transparent url(../immagini/sitemapdocbullethover.gif) no-repeat;
}

ul#map li a.parent {
  background: transparent;
  padding-left: 0;
}

/***** Newsletter *****/

form#newslet {
  font: 12px Trebuchet MS, Verdana, Arial, sans-serif;
  color: #000;
  margin: 0 0 0 -30px;
}

form#newslet input {
  border: 1px solid #858689;
  background: #fff url(../immagini/bg_text.gif) repeat-x;
  padding: 0 3px;
  margin: 10px 0 0 0;
  font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #606e5e;
  width: 160px;
}

form#newslet input.reg {
  float: left;
  border: none;
  width: 59px;
  height: 20px;
  margin: 0 0 0 -15px;
  overflow: hidden;
  background: #fff url('../immagini/bt-reg.gif') no-repeat left top;
  cursor: pointer;
}

form#newslet input.reg:hover {
  background: #fff url('../immagini/bt-reg.gif') no-repeat left -20px;
}

form#newslet input.del {
  border: none;
  width: 59px;
  height: 20px;
  margin: 0 0 0 70px;
  position: relative;
  top: -21px;
  overflow: hidden;
  background: #fff url('../immagini/bt-del.gif') no-repeat left top;
  cursor: pointer;
}

form#newslet input.del:hover {
  background: #fff url('../immagini/bt-del.gif') no-repeat left -20px;
}

#rightcolumn ul.c2 li form#newslet a {
  background: none;
}

#rightcolumn ul.c2 li form#newslet a:hover {
  background: none;
  text-decoration: none;
}

/***** Footer *****/

#footer ul {
  width: 170px;
  height: 25px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

#footer ul li a {
  float: left;
  height: 25px; 
  width: 80px; 
  display: inline;
}

#footer ul li a.xhtml {
  background: url('../immagini/valid-xhtml.gif') 0 7px no-repeat;
  margin-right: 10px;
}

#footer ul li a.css {
  background: url('../immagini/valid-css.gif') 0 7px no-repeat;
}

/***** IE7 hacks *****/

*+html #header {
  margin: 1px 0 6px 0;
}

*+html #navigation {
  height: 14px;
  margin: 0;
}

*+html #topmenu {
  margin: 0 auto;
}

*+html #leftcolumn {
  margin: 10px 0 0 -100%; 
}

*+html #rightcolumn {
  margin: 10px 0 0 -200px;
}

*+html #leftcolumn ul {
  margin: 5px 0 0 6px;
}

*+html #leftcolumn ul li a {
  background: url('../immagini/bg-itemenu.gif') 0 2px no-repeat ;
}

*+html #leftcolumn ul li a:hover {
  background: url('../immagini/bg-itemenu-over.gif') 0 2px no-repeat;
}

*+html #leftcolumn ul.c1 {
  margin: -19px 0 0 6px;
}

*+html #leftcolumn ul li.footmenu {
  margin: -10px 0 0 0;
}

*+html #rightcolumn ul {
  width: 186px;
  margin: 5px 0 0 8px;
}

*+html #rightcolumn ul.c2 {
  width: 186px;
  margin: -19px 0 0 8px;
}

*+html #rightcolumn ul li.navtitle {
  margin: 0;
}

*+html #rightcolumn ul li a {
  margin: -1px 0 0 0;
  background: url('../immagini/bg-itemenu.gif') 0 3px no-repeat ;
}

*+html #rightcolumn ul li a:hover {
  background: url('../immagini/bg-itemenu-over.gif') 0 3px no-repeat;
}

*+html #rightcolumn ul li.iam {
  margin: 0;
}

*+html #rightcolumn ul li.iamsub a {
  margin: 0;
}

*+html #rightcolumn ul li.footmenu {
  margin: 0;
  background: url('../immagini/bg-footmenu.gif') no-repeat;
}

*+html #content ul {
  margin: 5px 0 0 40px;
}

*+html #content ul li {
  margin: 0;
}

*+html #evidenza ul {
  margin: 8px 0 0 25px;
}

*+html #evidenza ul li.trat {
  margin: -10px 0 10px -15px;
}

*+html #feedrss {
  width: 100%;
}

*+html #content ul.feed {
  margin: 10px 0 0 10px;
  width: 30%;
}

*+html #content ul.feed {
  margin: 10px 0 0 18px;
  padding: 4px 0;
}

*+html #content ul.feed li a {
  margin: 0 0 -10px 10px;
}

*+html #content ul.feed li h3 {
  padding: 0;
  margin: 0;
}

*+html h2.sitemap, * html h2.maximise, * html h2.minimise {
  margin: 0 0 5px 0;
}

*+html h2.sitemap a, * html h2.maximise a, * html h2.minimise a {
  margin: 0 0 0 10px;
}

*+html h2.sitemapsub, *+html h2.maximisesub, *+html h2.minimisesub {  
  padding: 5px 0 0 20px;
}

*+html h2.sitemapsubsub, *+html h2.maximisesubsub, *+html h2.minimisesubsub {  
  padding: 5px 0 0 20px;
}

*+html ul#map {
  margin: -3px 0 0 0;
}

*+html ul#map li {
  margin: 0 0 10px 30px;
}

*+html form#newslet {
  margin: 0 0 0 5px;
}

*+html form#newslet input.reg {
  margin: 0 0 0 10px;
}

*+html form#newslet input.del {
  margin: 20px 0 0 20px;
}

*+html #footer ul li a.css {
  margin-top: -14px;
}

/***** IE6 hacks *****/

* html #header {
  margin: 1px 0 1px 0;
}

* html #navigation {
  margin: -1px 0 -2px 0;
}

* html #topmenu {
  margin: 0 auto;
}

* html #topmenu ul {
  height: 28px;
}

* html #topmenu ul li a {
  font: bold 1.4em "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

* html .title {
  margin: 2px 0 0 0;
}

* html #leftcolumn {
  margin: 13px 0 0 -100%; 
}

* html #rightcolumn {
  margin: 13px 0 0 -200px;
}

* html #leftcolumn ul {
  margin: 0 0 0 6px;
}

* html #leftcolumn ul li a {
  height: 20px;
  line-height: 20px;
}

* html #leftcolumn ul.c1 {
  margin: -14px 0 0 6px;
}

* html #leftcolumn ul li.footmenu {
  margin: 0 0 -10px 0;
}

* html #footer {
  margin: 1px 0 0 0;
}

* html #rightcolumn ul {
  width: 190px;
  margin: 0 0 0 4px;
}

* html #rightcolumn ul li a {
  height: 20px;
  line-height: 20px;
}

* html #rightcolumn ul.c2 {
  width: 190px;
  margin: -23px 0 0 4px;
}

* html #rightcolumn ul li a {
  margin: 0 0 0 4px;
}

* html #rightcolumn ul li.navtitle {
  margin: 0 0 0 4px;
}

* html #rightcolumn ul li.navtitle a {
  padding: 0 0 0 30px;
}

* html #rightcolumn ul li.iam {
  margin: 0 0 0 4px;
}

* html #rightcolumn ul li.iamsub a {
  margin: 0 0 0 4px;
}

* html #rightcolumn ul li.footmenu {
  margin: 0 0 0 4px;
  background: url('../immagini/bg-footmenu.gif') no-repeat;
}

* html #content ul li {
  margin: 0;
}

* html #content ul.sottocate li {
  margin: 0;
}

* html #feedrss {
  width: 100%;
  margin: 0 0 0 -8px;
}

* html #content ul.feed {
  margin: 10px 0 0 16px;
  padding: 4px 0;
  width: 30%;
}

* html #content ul.feed li {
  margin: -4px 0 0 0;
}

* html #content ul.feed li a {
  margin: 0 0 -10px 6px;
}

* html #content ul.feed li h3 {
  margin: 4px 0 0 0;
}

* html #content ul.feed li h4 {
  margin: 0 0 0 6px;
  padding: 0 6px 0 0;
}

* html #evidenza ul {
  margin: 10px 0 0 4px;
}

* html #evidenza ul li a img {
  margin: 3px 8px 0 0;
}

* html #evidenza ul li h3 a {
  cursor: pointer; 
}

* html #evidenza ul li h3 a:hover {
  text-decoration: underline;
  cursor: pointer; 
}

* html #evidenza ul li.trat {
  margin: 0 0 10px 0;
}

* html h2.sitemap, * html h2.maximise, * html h2.minimise {
  margin: 0 0 5px 0;
}

* html h2.sitemap a, * html h2.maximise a, * html h2.minimise a {
  margin: 0 0 0 10px;
}

* html h2.sitemapsub a, * html h2.maximisesub a, * html h2.minimisesub a {
  margin: 0 0 10px 10px;
}

* html h2.sitemapsubsub a, * html h2.maximisesubsub a, * html h2.minimisesubsub a {
  margin: 0 0 10px 10px;
}

* html h2.sitemapsubsubsub a, * html h2.maximisesubsubsub a, * html h2.minimisesubsubsub a {
  margin: 0 0 10px 10px;
}

* html ul#map {
  margin: 6px 0 4px 50px;
}

* html ul#map li a {
  height: 20px;
  line-height: 18px;
  padding-bottom: 0;
}

* html ul#map li.mapsub {
  margin: 0 0 2px 18px;
}

* html ul#map li.mapsub a {
  height: 20px;
  line-height: 18px;
  padding: 0 0 0 12px;
  margin: 0;
}

* html form#newslet {
  margin: 0 8px 0 8px;
}

* html form#newslet input.reg {
  margin: 0 0 0 20px;
}

* html form#newslet input.del {
  margin: 20px 0 0 -16px;
}

* html #footer ul li a.css {
  margin-top: -14px;
}

