/* Index  */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  text-align: justify;
  font-size: small;
  background-attachment: fixed;
  color: #FFFFFF;
  cursor: default;
 }

/* Menù di sinistra    */

.sinistra {
  position: fixed;
  background-color: white;
  margin-left: 1px;
  margin-top: 1px;
  /* width: 230px;
  height: 620px; */
  overflow: auto;
  background-attachment: fixed; 
}
div#menu {
  border: 1px solid Transparent ;
  width: 165px;
  height: 540px;
  overflow: auto;
  padding: 1px;
  text-align: left;
  text-indent: 0px;
  background-color: SeaShell;
  background-attachment: fixed;
}
div#menu a {
  border: 1px solid Firebrick ;
  background-color: white;
  color: #000000;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  font-weight: lighter;
  display: block;
  margin: 1px;
}
div#menu a:hover {
  border: 1px solid #FFD700 ;
  background-color: white;
  color: #400000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

/* Fine Menù Sinistra */
/* Parte Alta */

.alto {
  position: absolute;
  left:275px;
  top:0px;
  background-color: white;
  width: 518px;
  height: 110px;
}
.scritta2 {
  position: relative;
  font-size: 20px;
  font-family: Verdana;
  color: #C00000;
  margin-top: 0px;
  text-shadow: 0px 1px 1px #000000;
  text-align: center;
  background-color: white;
}
.scritta3 {
  position: relative;
  font-size: 60px;
  font-family: Times New Roman;
  color: Firebrick;
  margin-top: 0px;
  text-shadow: 0px 2px 2px #000000;
  text-align: center;
  background-color: white;
}
/* Fine Parte Alta */
/* Parte Centrale */

.frame {
  position: absolute;
  color: #000000;
  background-color: white;
  left: 275px;
  top: 110px;
  width: 518px;
  height: 480px;
}
/* Fine Parte Centrale */
/* Parte Bassa */

.basso {
  position: absolute;
  background-color: white;
  left: 275px;
  top: 590px;
  width: 518px;
  height: 50px;
  background-attachment: fixed;
}
.scritta5 {
  position: relative;
  font-size: 18px;
  font-family: Verdana;
  margin-top: 3px;
  color: Maroon;
  text-align: center;
  text-shadow: 0px 1px 1px #000000;
}

/* Fine Parte Bassa */
/* Webmaster */

#web {
  position: absolute;
  top:15px;
  left:540px;
  background-image: url('../immagini/immagine_home_page/caffe2.gif');
  border: none ;
  display: block;
  width: 30px;
  height: 33px;
}
#web span {
  position: absolute;
  top: 0px;
  left: -5000px;
}
/* Fine Webmaster */
/* Inizio Contatore e News */
.wopweb {
  position: absolute;
  left: 30px;
  top: 381px;
}
.belscrola {
  position: absolute;
  left: 291px;
  top: 380px;
  border: thin solid #FFD700;
}
/* Fine Contatore e News */
/* Links */

TD {
  border-style: none;
  border-color: none;
  text-align: left;
  font-family: Verdana;
  font-size: x-small;
  background-color: white;
  background-position: 100%;
}

TD A:LINK {
  text-decoration: none;
  font-size: x-small;
  color: #400000;
  font-weight: bold;

}
TD A:VISITED {
  text-decoration: none;
  font-size: x-small;
  color: #cc0033;
  font-weight: bold;

}
TD A:HOVER {
  text-decoration: none;
  font-size: x-small;
  color: #000000;
}
TD A:ACTIVE {
  text-decoration: none;
  font-size: x-small;
  color: #5F5F5F;
}

/* Fine Links */
/* Caratteri */

h1 {
  background: #003333 ;
  color: #FFFF99;
}
h2 {
  background: transparent ;
  color: #000000;
  font-family: Verdana;
  font-size: 18px;
  font-weight:bold;
}
h3 {
  background: transparent ;
  color: #003300;
  font-family: Verdana;
  font-size: 15px;
  font-weight:bold;
}
h4 {
  background: transparent ;
  color: #000000;
  font-family: Verdana;
  font-size: 9px;
  font-weight:bold;
}
h5 {
  background-color: white;
  color: #000000;
}
h6 {
  background-color: white;
  color: #000000;
  font-size: x-small;
}
.h7 {
  font-family: Verdana;
  background-color: white;
  color: #000000;
  font-size: 12px;
  text-align:justify;
line-height: 200%    
}
.h8 {
  font-family: Verdana;
  background-color: white;
  color: #003300;
  font-size: 12px;
  text-align:justify;
  line-height: 200%    
}
.scritta9 {
  font-family: Verdana;
  background-color: SeaShell;
  color: #000000;
  font-size: 8px;
  text-align:left;
}
p {
  margin: 0;
}
.testo {
  text-align: justify;
  font-family: Verdana;
  font-size: small;
  color: #000000;
  background-color: #FFFFFF;
  text-indent: 3px;
}

/* Fine caratteri 
}
*/
/** iframe contenente pagina socio **/

#iframeSoci{
 position: absolute;
 left: 5px;
 top: 13px;
 width: 512px;
 height: 465px;
 background-color: WHITE;
}

/** contenitore pagina socio **/

#paginaSocio{
  position: absolute;
  left: 2px;
  top: 0px;
  width:487px;
  height:400px;
  background-color: WHITE;
}