#container  {
  width:1112px;
}

#vad {
  height: auto !important;  /* per i browser moderni */
  height: 600px;      /* per IE5.x e IE6 */
  min-height: 600px;  /* per i browser moderni */
  float:left;
  width:125px;
}
#map {
  height: auto !important;  /* per i browser moderni */
  height: 600px;      /* per IE5.x e IE6 */
  min-height: 600px;  /* per i browser moderni */
  float:left;
  width:48%;
}
#data {
  padding-left:10px;
  float:left;
}

#cities {
  height:220px;
  width:390px;
  overflow:auto;
}


#cities ul {
  margin-left:0;padding-left:1em;
}


.city {
  display:inline-block;width:10em;font-weight:bold;color:blue
}
.albatramonto {
  font-weight:bold;
  color:#404040;
}

h1 {
  font-size:30px;
}
h2 {
  font-size:15px;
}

#nav li,#cities li,#countries li, #languages li {
  list-style:none;
  margin:0 0 0 0;
  padding:0 0 0 0;  
  font-size:10px;
}
#nav ul,#cities ul,#countries ul, #languages ul {
  margin:0 0 0 0;
  padding:0 0 0 0;
}

#nav {
  margin-top:6px;
}

#banner{
  position:relative;
  left:23px;
  top:-10px;
}

