/* Tag */
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

body {
  font-family: helvetica,tahoma,arial,sans-serif;
  font-size: 16px;
  text-align: justify;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Classi */
.left {
  float: left;
}

.right {
  float: right;
}

.imgmenu {
  margin: 20px 20px 0 20px;
}

.big {
  font-size: 18px;
  font-weight: bold;
}

.small-news {
  display: block;
  margin-bottom: 10px;
}

.hr-news {
  height: 40px;
  background: url(img/hr.png) center no-repeat;
  margin: 10px 0;
  clear: both;
}

/* Sfondo e div contenitori */
#bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#pagina {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#container {
  margin: 10px;
  clear: both;
}

/* Testata */
#header {
  margin-bottom: 15px;
  clear: both;
  height: 100px;
}

/* Menu */
#menu {
  width: 200px;
  float: left;
}

#menu ul {
  background: url(img/menu.png) repeat;
  list-style: none;
  padding: 0 25px;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: white;
}

#menu li:hover {
  list-style: disc;
}

#menu a {
  color: white;
  text-decoration: none;
}

#menu p {
  margin:0 0 15px 0;
}

#menutop {
  background: url(img/menutop.png) bottom no-repeat;
  margin: 0;
  height: 15px;
}

#menubottom {
  background: url(img/menubottom.png) no-repeat;
  margin: 0;
  height: 15px;
}

/* Testo */
#testo {
  margin-left: 210px;
}

#testo h1 {
  margin:0;
  padding:0;
  text-align:center;
  font-size: 28px;
}

#testo h2 {
  font-weight: bold;
  font-size: 17px;
  margin-left: 15px;
  padding: 0;
}

#testo h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#testo p {
  margin-top: 0px;
}

#testo h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
}