html { height: auto; font-size: 14pt; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

body {
         background-color: #eeeeee;
         /* background-color: #f8f8f8;*/
         margin:0;
         padding:0;
} 
      
hr {   
        width: 100%;
        height: 1px;
        background-color: #7d797a;
        margin: 0;
        top: 0;
        bottom: 0;
        border: none;
      }

#all {
        position: static;
        /*min-width: 40em;*/
        height: 100%;
        width: 100%;
        /*font-size: 14pt;*/
        /*height: 485px;*/
        /*overflow: auto;*/
        top: 0;
        right: 0;
        bottom:  0;
        left: 0;
        /*z-index: 0;*/
        background-image: url("http://www.glisco.it/Img/sfondo_png");
        background-attachment: fixed;
        background-position: 35em 70%;
        background-repeat: no-repeat;
        padding: 0;
        margin-right: 0;
}


#header {
        border: hinerit;
        position: fixed;
        overflow: hidden;
        background-color: #eeeeee;
        /* border-style: solid;
        border-color: red; */
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        height: 103px;
/*        z-index: 10;*/
        border-bottom-color: #7d797a;
        border-bottom-width: 1px;
        border-bottom-style: solid;
      }

#menu-sx {
        position: fixed;
        width:  11em; 
        font-size: 12pt;
        top: 104px;
        bottom: 45px;
        margin-top: 0;
        left: 0;
        right: auto;
        background-image: url("http://www.glisco.it/Img/menusx_png");
        background-repeat: repeat-y;
        
      }

#menu-dx {
        position: absolute;
        top: 115px;
        bottom: 115px; 
        font-size: 12pt;
        /* width: 11em; */
        height: auto;
        left:  auto;
        right: 3px;
        /*background-color: #898988;*/
        background-color: #28A462;
        padding: 3px 3px 3px 3px;
/*        z-index: 10;*/
      }

#main {
        position: static;
        /*overflow: hidden;*/
      top: 0;
        margin-top: 106px;
        /* bottom: 115px; */
        margin-left: 11em;
        margin-right: 0;
        padding-left: 2em;
        padding-right: 2em; 
        margin-bottom: 46px;
        height: 100%;
/*        z-index: 10;*/
        /* font-family:  Georgia, "Times New Roman", "Times",serif;  */
        font-family: Verdana, Arial,  sans-serif;
        font-size: 11pt;
        text-align: justify;
        min-height: 506px;
        width:  30em;
        /*background-color: #f3f3f3;*/
        /* padding-bottom: 2em; */
      }

#main-title {
        /* font-family: "Verdana", "Arial", "Helvetica", sans-serif; */
        text-align: left;
         font-size: 150%;
        font-variant: small-caps;
     }


div#main p:first-letter {
        font-size: 150%;
        /* font-weight: bold; */
        /* font-style: italic; */
        /* font-family:  "zapf chancery", "Monotype Corsiva",cursive; */
        float: none;
        /*position: relative;*/
        padding-top: 0;
        padding-left: 0.5em;
        line-height: 0.5em;       
}

div#main h2 {font-variant: small-caps;}
/*div#main p:first-line  { font-variant: small-caps;}*/

#footer {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        text-align: right;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: 44px; 
        background-color: #eeeeee;
        padding: 0px;
        /*z-index: 10;*/
        border-top-color: #7d797a;
        border-top-width: 1px;
        border-top-style: solid;

      }

div#footer hr {margin-top: 0px;}

.logo {
  text-align: center;    
  font-weight: bold;
  font-size: 14px;
  color: #177a47;
  font-family: Verdana,Arial,sans-serif;
} 


.testo {
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  font-family: Verdana,Arial, sans-serif;
  border-style: double;
  border-width: 3px;
  border-color: #ffffff;
  background-color: #898988;
} 


#testoul {
       
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  font-family: Verdana,Arial, sans-serif;
  color: #ffffff;

} 

ul.menu { 
    position: static;
    left: 0;
    /*padding: 0;*/
   padding: 0em 2em 0em 1em;
    margin: 0;
    font-size: 12pt;
   
 }

li.menu {
  float: left;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  /*padding-bottom: 0em; */
}

li li.menu {
  position: static;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside;
  color: #393939;
  /*padding-bottom: 0em; */
}

li > ul.menu { 
  position: static;
  /* top: -1em; */
  padding-top: 0em;
  /* background-color: #189452; */}

li.menu-attivo {
    width: 100%; 
    background-color: #ada9aa;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #2d2922;
}

ol {
    list-style: lower-alpha;
}

span.testoul {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  color: #ffffff;
  text-decoration: none;
  /* text-shadow: 3px 3px 3px red; */
} 

a { 
  text-decoration: inherit;
  text-shadow: inherit;
  color: inherit;
} 

#ragione-sociale {
  font-weight: bold;
  font-size: 10px;
  color: #cccccc;
  font-family: Tahoma,Verdana,Arial, sans-serif;
  position: absolute;
  text-align: left;
  bottom: 2px;
  right: 0px;
} 

div#newsrss {
  position: relative;
  font-size: 9px;
  color: #black;
  float: right;
  font-family: Tahoma,Verdana,Arial, sans-serif;
  right: 0;
  top: 0;
  height: 100%;
  /*margin-top: 106px;*/
  /* bottom: 115px; */
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 46px;
  /*bottom: 146px;*/
  width: 16em;
  background-color: transparent;
  
}  