html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  text-align: center;
  background-color: #E5E5E5;
  background-image: url(immagini/sfondo_body.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.75em
}
#main {
  width: 780px;
  margin: 0 auto 10px auto;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  text-align: left;
}
#logo {
  position: absolute;
  width: 143px;
  height: 133px;
  margin-left: 15px;
}
#menu_mini { 
  text-align: right;
  background-color: #139BD5;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.90em;
  padding: 0 20px 0 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #FFFFFF;
}
#menu_mini a:link,  #menu_mini a:visited{
  color: #FFFFFF;
  text-decoration: none;
}
#menu_mini a:hover {
  background-color: #94BD3D;
}
#immagine_1 {
  height: 93px;
  background-image: url("immagini/immagine_header.jpg");
}

/* Struttura menu*/
#menu {
  background-color: #139BD5;
  background-image: url("immagini/sfondo_menu.gif");
  background-repeat: repeat-x;
  height: 27px;
  line-height: 21px;
  text-align: right;
}
#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu li {
  display: inline;
  margin: 0;
  border-right:1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px 0 9px 0;
}
#menu li div.link {
  display: inline;
  margin: 0 0 0 6px;
  padding: 0 6px 0 0;
  /*border:1px solid red;*/
}
#menu li div.link a:link, #menu li div.link a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#menu li div.link a:hover {
  color: #E4A635;
}
#menu li.primo {
  border-left:1px solid #FFFFFF;
}
#menu li.attivo {
  margin-left: -1px;
  border-right: none;
  background-image: url("immagini/sfondo_attivo_1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}
#menu li.attivo div.link {
  margin: 0 0 0 8px;
  padding: 2px 13px 9px 0;
  background-image: url("immagini/sfondo_attivo_2.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}

/* Struttura menu - fine*/

/* Blocco principale */
#content {
  float: left;
  width: 577px;
  padding-left: 7px;
}
#immagine_2 {
  float: left;
  padding: 0 0 0 10px;
}
#news {
  margin: 0 0 0 299px;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
}
#news h3 {
  margin: 0 10px 0 10px;
  background-color: #94BD3D;
  padding: 4px 15px 4px 15px;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFFF;
}
#content div.riga {
  clear:both;
  background-color: #FFFFFF;
  background-image: url("immagini/sfondo_divisore.jpg");
  background-repeat: no-repeat;
  background-position: 0 30px;
  margin-top: 20px;
}
#content div.blocco {
  float: left;
  width: 192px;
  padding: 0;
}
#content div.blocco h3{
  margin: 0 10px 0 9px;
  background-color: #E4A635;
  padding: 4px 15px 4px 15px;
  font-weight: bold;
  font-size: 1em;
  color: #FFFFFF;   
}
#content div.blocco ul{
  margin: 0;
  padding: 5px 0 0 20px;
  list-style-image: url("immagini/freccia_ara.jpg");
}
#content div.blocco a:link, #content div.blocco a:visited {
  color: #E4A635;
  font-weight: bold;
  text-decoration: underline;
}
#content div.blocco a:hover {
  background-color: #E4A635;
  color: #FFFFFF;
  text-decoration: none;
}
/* Blocco principale - fine */

/* Barra destra */
#right {
  width: 172px;
  margin: 0 0 0 590px;
  padding: 0 11px 0 5px;
}
#right div.csc-frame {
  width: 169px;
  margin: 0 0 10px 0;
  background-image: url("immagini/sfondo_blocco.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0 0 20px 0;
}
#right div.csc-frame.csc-frame-frame2 {
  background-image: url("immagini/sfondo_blocco_last.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;   
}
#right div.csc-frame ul {
  /*list-style-image: url("immagini/freccia_gialla.jpg");*/
  list-style-type:none;
  margin: 10px 0 0 35px;
  padding: 0;
}
#right div.csc-frame li {
  background-image: url("immagini/freccia_gialla.jpg");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 15px;
}
#right div.csc-frame h3{
  background-color: #FFDB01;
  background-image: url("immagini/sfondo_blocco_h3.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  padding: 3px 0 3px 33px;
  margin: 0;
  font-size: 1em;
}

#right div.csc-frame.first h3{
  background-image: url("immagini/sfondo_blocco_h3_first.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
#right div.csc-frame h3.csc-firstHeader {
  background-image: url("immagini/sfondo_blocco_h3_first.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
#right div.csc-frame a:link, #right div.csc-frame a:visited {
  color: #000000
}
#right div.csc-frame a:hover {
  background-color: #FFDB01;
  text-decoration: none;
}
/* Barra destra - fine */

/* Navigazione breadcrumb */
div.breadcrumb {
  border: 1px solid #CCCCCC;
  margin: 0 17px 10px 17px;
  padding: 5px;
}
div.breadcrumb a:link,
div.breadcrumb a:visited {
  color: #663300;
  text-decoration: none;
} 
div.breadcrumb a:hover {
  background-color: #E4A635;
  color: #FFFFFF;             
}
/* Navigazione breadcrumb - fine */

/* Barra sinistra */
#left {
    float: left;
    width: 183px;
    padding: 0 0 0 17px;
}
#left ul {
    list-style-image: url("immagini/freccia_ara.jpg");
    border: 1px solid #CCCCCC;
    padding: 10px 0 10px 50px;
    margin: 0;
}
#left li {
    margin-bottom: 5px;
}
#left li.attivo {
    list-style-image: url("immagini/freccia_nera.jpg");
}
#left li.attivo a {
    color: #330000;
    text-decoration:none;
}
#left ul.second {
    padding:0 0 0 20px;
    border:none;
}
#left a:link, #left a:visited {
    color: #E4A635;
    text-decoration: underline;
    font-weight: bold;
} 
#left a:hover {
    background-color: #E4A635;
    color: #FFFFFF;
    /*text-decoration: underline;*/
}
#content_int {
    margin-left: 210px;
    padding: 0 17px 1em;
}
#content_int h1, #content_int h2 {
    color: #333300;
}
#content_int h1 {
    font-size: 1.7em;
}
#content_int h2 {
    background-color:#E4A635;
    color:#FFFFFF;
    padding:2px 5px;
    font-size: 1.5em;
}
#content_int div.csc-frame {
    border-bottom: 1px solid #E4A635;
}
#content_int div.csc-frame h1{
    background-color: #E4A635;
    color: #FFFFFF;
    padding: 2px 5px;
    margin-bottom: 2px;
}
#content_int a:hover {
  background-color: #E4A635;
}
/* Barra sinistra - fine */



div.clear{
  clear: both;
  background-color: #FFFFFF;
}

img {
  border: none;
}

a:link, a:visited {
  color: #333300;
}

hr {
  display: none;
  color: #006600;
  border: 1px solid #006600;
}

/* Footer */
#footer {
  clear: both;
  background-color: #139BD5;
  border-width: 0 1px;
  border-style: solid;
  border-color: #FFFFFF;
}
#footer {
  color: #FFFFFF;
  font-size: 0.90em;
  padding: 7px 17px;
  text-align:center;
}
#footer a {
  color: #FFFFFF;
  font-weight: bold;
}
/* Footer - fine */

/* Sovrascrivo stile delle news */
#news h4 {
      margin: 0;
      padding: 0;
      font-size: 1em;
}
#news h4 a:link, #news h4 a:visited{
      color: #94BD3D;
      text-decoration: underline;
}
#news h4 a:hover {
      background-color: #94BD3D;
      color: #FFFFFF;
}
#news p.bodytext {
      margin: 0;
      padding: 0;
}
#news ul {
      list-style-image: url("immagini/freccia_verde.jpg");
      margin: 10px 0 10px 50px;
      padding: 0;
}
#news li {
      margin-top: 10px;
}
.news-latest-morelink {text-align: right; padding-right: 20px;}
.news-latest-morelink a:link, .news-latest-morelink a:visited {
      color: #94BD3D;
      text-decoration: none;      
}
.news-latest-morelink a:hover {
      background-color: #94BD3D;
      color: #FFFFFF;
}
.news-latest-gotoarchive {
      text-align: right;
       padding-right: 20px;
}
.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited {
      color: #94BD3D;
      text-decoration: none;      
}
.news-latest-gotoarchive a:hover {
      background-color: #94BD3D;
      color: #FFFFFF;
}
.news-list-item {
      margin: 15px 0;
}
.news-list-item h3 {
      font-size: 1.2em;
      margin: 0;
}
/* Sovrascrivo stile delle news - fine */

/* Sovrascrivo gli stili di Typo3 */

#content div.blocco .csc-textpic {
     padding: 10px 16px;
}
#right div.csc-frame .csc-textpic {
     padding: 10px 20px;
     margin: 0;
}
#right .csc-textpic-imagewrap{padding:0;}
#right .csc-textpic-imagerow{margin:0;}
#content div.csc-frame .csc-textpic p.bodytext {
     font-size: 0.90em;
     margin: 0;
     padding: 0;    
}
#right div.csc-frame p.bodytext {
     font-size: 1em;
     padding-left: 35px;
     margin: 2px 0 0 0;    
}
.csc-sitemap ul {
     list-style-image: url("immagini/freccia_ara.jpg");
}

.csc-mailform {
     border: none;
     margin: 0;
     padding: 10px 0;
}
.csc-mailform label {
     display: block;
}
.csc-uploads {
     border: 1px solid #CCCCCC;
     font-weight: bold;
     text-align: center;
     border-collapse: collapse;
     margin: 10px 0;
     width:500px
}
.tr-odd {
    background-color: #E4A635;
    color: #FFFFFF;
}
.tr-odd a:link, .tr-odd a:visited{
    background-color: #E4A635;
    color: #FFFFFF;
}
th, td {
    padding: 0;
}
.csc-uploads-fileName {
    text-align: left;
}
.contenttable {
     border: 1px solid #CCCCCC;
     border-collapse: collapse;
     margin: 10px 0;
      width:500px 
}
.contenttable td, .contenttable th{
     border-right: 1px solid #CCCCCC;
     padding: 4px;
}
.contenttable td.td-last{
     border-right: none;
}


/* Sovrascrivo gli stili di Typo3 - fine */
.csc-frame-frame1 { background-color:transparent!important; border:none!important; }.csc-frame-frame2 { background-color:transparent!important; border:none!important; }

div.csc-textpic-clear { clear: right;}
