﻿/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
  }

#intestazione_pagina, #corpo_pagina, #pie_di_pagina {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  }

/* stili intestazione */

  #intestazione_sito {
    width: 100%;
    height: 104px; /*120px*/
    background: powderblue url(../immagini/sfondo_nuvole.gif) top left repeat;
    margin: 0;
    }
    #intest_container {
      width: 390px;
      height: 104px;
      float: left;
      background: transparent url(../immagini/bkg_logo_sito_top.gif) top left no-repeat;
      }
      #intest_container h1, #intest_container h2, #intest_container img {
        display: none;
        }

  #main_menu {
    width: 100%;
    font-size: 0.75em;
    text-align: right;
    padding: 0;
    margin: 0 0 10px 0;
    }
    #main_menu[ID] {
      margin-bottom: 25px;
      }
    #main_menu #bkg_menu {
      float: left;
      width: 215px;
      height: 39px;
      background: transparent url(../immagini/bkg_logo_sito_bottom.gif) top left no-repeat;
      }
    #main_menu #menu_text {
      padding: 0.75em 15px 5px 0;
      }
      
      /* colori link */
      
      #main_menu a:link, #main_menu a:visited {
        color: black;
        text-decoration: none;
        }
        
      #main_menu a:hover {
        border-bottom: 1px solid #b0000b;
        color: #b0000b;
        }
        
      #main_menu a.open {
        border-bottom: 1px dashed #afdb6e;
        }
      
      #main_menu .open, #main_menu .selected {
        font-weight: bold;
        }

  #logo_sito {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 139px;
    height: 139px;
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/logo_sito.png',sizingMethod=scale);
    }
    #logo_sito[ID] {
      background: transparent url(../immagini/logo_sito.png) top left no-repeat;
      }

  #intestazione_img {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 407px;
    height: 73px;
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/titolo_sito.png',sizingMethod=scale);
    }
    #intestazione_img[ID] {
      background: transparent url(../immagini/titolo_sito.png) top left no-repeat;
      }

/* stili corpo */

  #left_menu {
    width: 207px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0.3em;
    padding: 3px;
    }
    
    #left_menu[ID] ul {
      margin-left: 0;
      padding-left: 0;
      text-indent: 0;
      }
    
    #left_menu #left_menu_main ul {
      margin: 0;
      list-style: none;
      font-size: 0.75em;
      width: 100%;
      }
      
      #left_menu_main ul li {
        border-top: 2px groove grey;
        }
        
      #left_menu_main ul #last_menu_sect {
        border-bottom: 2px groove grey;
        }
        
        #left_menu_main[ID] ul li {
          border-top: 2px groove lightgray;
          }

        #left_menu_main[ID] ul #last_menu_sect {
          border-bottom: 2px groove lightgray;
          }
        
      #left_menu_main ul li #current_page {
        border-left: 8px solid #afdb6e; /*#d6ff9a;*/
        background: white;
        padding: 3px 2px 3px 0;
        width: 100%;
        font-weight: bold;
        }

      #left_menu_main ul li a {
        width: 100%;
        padding: 3px 2px 3px 0;
        border-left: 8px solid;
        text-decoration: none;
        color: black;
        }
        
        #left_menu_main[ID] ul li a {
          display: block;
          }
        
        /* colori link menu */
        #left_menu_main ul li a:link {
          border-left-color: #29448a;
          /*background: #d1def0;*/
          background: white url(../immagini/bkg_leftmenu_link.gif) top left repeat-y;
          }
        #left_menu_main ul li a:visited {
          border-left-color: #29448a;
          /*background: #d1def0;*/
          background: white url(../immagini/bkg_leftmenu_link.gif) top left repeat-y;
          }
        #left_menu_main ul li a:hover {
          border-left-color: red;
          text-decoration: underline;
          /*background: #d1def0;*/
          background: white url(../immagini/bkg_leftmenu_hover.gif) top left repeat-y;
          }
        /*
        #left_menu_main ul li.open a:link, #left_menu_main ul li.open a:visited {
          border-left-color: #a1bf73;
          }
        */
      
      #left_menu_main ul li.livello1 a, #left_menu_main ul li.livello1 #current_page {
        padding-left: 5px;
        }

      #left_menu_main ul li.livello2 a, #left_menu_main ul li.livello2 #current_page {
        padding-left: 15px;
        }

      #left_menu_main ul li.livello3 a, #left_menu_main ul li.livello3 #current_page {
        padding-left: 25px;
        }

      #left_menu_main ul li.livello4 a, #left_menu_main ul li.livello4 #current_page {
        padding-left: 35px;
        }

      #left_menu_main ul li.livello5 a, #left_menu_main ul li.livello5 #current_page {
        padding-left: 45px;
        }

      #left_menu_main ul li.livello6 a, #left_menu_main ul li.livello6 #current_page {
        padding-left: 55px;
        }

  #corpo_pagina {
    padding-left: 217px;
    padding-right: 15px;
    }
    
    #corpo_pagina[ID] {
      padding-left: 222px;
      }
    
  #corpo_pagina h1 {
    font-family: Georgia, Garamond, 'Times New Roman', Roman, Times, serif;
    color: #1c4390;
    padding-bottom: 0.1em;
    border-bottom: 2px solid #1c4390;
    width: 100%;
    text-align: right;
    font-style: italic;
    font-size: 180%;
    }

  #corpo_pagina h2 {
    font-family: Georgia, Garamond, 'Times New Roman', Roman, Times, serif;
    color: #b0000b;
    width: 100%;
    font-style: italic;
    text-align: right;
    margin-top: -0.65em;
    margin-bottom: 1em;
    font-size: 115%;
    }
    
    #corpo_pagina[ID] h1, #corpo_pagina[ID] h2 {
      width: auto;
      }
      
  .testo_pagina {
    font-size: 0.8em;
    }

  .extra_box {
    margin: 10px 10% 10px 10%;
    border: solid 3px black;
    border-bottom: none;
    border-left: none;
    font-size: 0.75em;
    }

    .extra_box .intestazione {
      text-align: right;
      }

    .extra_box .intestazione h4 {
      display: inline;
      font-weight: bold;
      font-size: 0.9em;
      text-align: right;
      width: 100%;
      padding: 4px 0 4px 0;
      margin-right: 3px;
      }
      .extra_box .intestazione[CLASS] {
        padding: 5px 0 5px 0;
        }
        
      .extra_box .corpo div.sottopagina {
        margin-bottom: 8px;
        }

    .red {
      border-color: #ff9197;
      }
      .red .intestazione {
        background: white url(../immagini/bkg_box_intest_red.gif) top left no-repeat;
        }
      .red .corpo, .red .footer {
        padding: 6px 3px 3px 0;
        background: white url(../immagini/bkg_box_body_red.gif) top right repeat-y;
        }

    .blue {
      border-color: #c7dbf0;
      }
      .blue .intestazione {
        background: white url(../immagini/bkg_box_intest_blue.gif) top left no-repeat;
        }
      .blue .corpo, .blue .footer {
        padding: 6px 3px 3px 0;
        background: white url(../immagini/bkg_box_body_blue.gif) top right repeat-y;
        }

    .green {
      border-color: #d6ff9a;
      }
      .green .intestazione {
        background: white url(../immagini/bkg_box_intest_green.gif) top left no-repeat;
        }
      .green .corpo, .green .footer {
        padding: 6px 3px 3px 0;
        background: white url(../immagini/bkg_box_body_green.gif) top right repeat-y;
        }

    .gray {
      border-color: #e2e5e9;
      }
      .gray .intestazione {
        background: white url(../immagini/bkg_box_intest_gray.gif) top left no-repeat;
        }
      .gray .corpo, .gray .footer {
        padding: 6px 3px 3px 0;
        background: white url(../immagini/bkg_box_body_gray.gif) top right repeat-y;
        }


/* stili pie' di pagina */

  #pie_di_pagina {
    clear: both;
    margin-top: 1em;
    width: 100%;
    padding: 0;
    height: auto;
    background: white url(../immagini/sfondo_nuvole_footer.gif) bottom left repeat-x;
    }
    
    #pie_di_pagina[ID] {
      display: table;
      }

    #footer_container[ID] {
      display: table-row;
      }
    
    #credits {
      width: 49%;
      float: left;
      height: auto;
      padding: 8px 5px 8px 5px;
      background: transparent;
      font-size: 0.75em;
      font-weight: normal;
      line-height: 1.05em;
      background: transparent url(../immagini/page_footer.gif) bottom left no-repeat;
      }
      
      #credits[ID] {
        display: table-cell;
        width: 50%;
        float: none;
        }
        
      #credits .copyright {
        display: block;
        margin-bottom: 1.5em;
        }
        
        #credits[ID] .copyright {
          margin-bottom: 1.75em;
          }

    #contacts {
      width: 49%;
      float: right;
      height: 100%;
      padding: 8px 15px 8px 5px;
      background: transparent;
      font-size: 0.75em;
      font-weight: normal;
      line-height: 1.05em;
      text-align: right;
      }
      
      #contacts[ID] {
        display: table-cell;
        float: none;
        width: 49%;
        }
