html{
  margin:0;
  padding:0;
  height:100%;
}
body{
  margin:0px;
  padding: 0px;
  font-family: Verdana, Helvetica, Geneva, sans-serif;
  font-size:13px;
  height: 100%;
  background-color: #666666;
  color: #fFFFFF;
}

a {
  text-decoration: none;
  color: #F6800E;
}

a img{
  border:0;
}

#container{
  width:1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#logo{
  height: 90px;
  background-color: #353535;
  background-image: url("../immagini/banner.jpg");
}
#header{
  height: 115px;
}

#footer{
  width: inherit;
  position:fixed;
  height:20px;
  bottom:0px;
  background-color: #555555;
  text-align: center;
  font-size:10px;
  line-height: 20px;
}

#mainContent{
  position:absolute;
  top: 115px;
  bottom: 20px;
  width:inherit;
}

#mainContent iframe{
  width: 100%;
  height: 100%;
}


#navbar{
  /*border-bottom: 1px solid #787878;*/
  padding: 0px;
}

#navbar ul{
  list-style-type: none;
  margin: auto;
  padding: 0;
  border: 0;
}

#navbar li{
  float: left;
  margin: 0;
  padding:0;
  border: 0;
}
#navbar li a{
  text-decoration: none;
  border: 0px;
  padding: 0px;
  margin:0;
  background: #ccc;
}

.page{
  height: 100%;
  z-index: 20;
}

#bgimage{
  position: absolute;
  left:180px;
  top: 10px;
  width: 548px;
  height: inherit;
  /*overflow:hidden;*/
}

.smalltxt{
  font-size: 10px;
}
.margintop{
  margin-top: 30px;
}

#home_slide{
  width: 280px;
  height: 280px;
  margin-left:auto;
  margin-right:auto;
}

.div_textbox{
  position: absolute;
  padding: 25px;
  padding-top: 40px;
  margin-left: 50px;
  margin-top: 50px;
  width: 400px;
  border: 0px dashed #666666;
  background-color: #555555;
  text-align: justify;
  opacity: 0.8;
}

ul{
  padding:0;
  margin:0;
  padding-left: 15px;
}




.titlecenter{
  text-align:center;
  font-size: 15px;
  font-weight: bold;
  padding-top: 25px;
}

.btncenter{
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}


#slidebtn{
  position: relative;
  margin-left: 20px;
}

#slidebtn IMG{
    position:absolute;
    opacity:0.0;
    top:0;
    left:0;
}

#slidebtn IMG.active {
    opacity:1.0;
}
 
#slidebtn IMG.last-active {
}

#slideshow1 {
  margin-right: 50px;
  margin-top: 50px;
  position:relative;
  height:280px;
  width:280px;
  background-color:#FFF;
  overflow:hidden;
  float: right;
}
 
#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow1 IMG.last-active {
    z-index:9;
}

#bgimage IMG {
    position:absolute;
    opacity:0.0;
}
 
#bgimage IMG.active {
    opacity:1.0;
}
 
#bgimage IMG.last-active {
}