﻿/*****************************************************
Foglio di stile per il GEOPORTALE

Data creazione: 29/10/2009
Data modifica: 29/10/2009

Autore: Studio Vertix (info@vertix.it)

******************************************************/
body
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial,Verdana,Geneva, Helvetica, sans-serif;
  font-size: 80%;
  color: #ffffff;
  background-color: #EDEDED;
}

a
{
  color: #E32024;
  text-decoration: none;
}
a:hover
{
  color: #E32024;
  text-decoration: underline;
}
a:visited
{
  color: #E32024;
  text-decoration: none;
}

#content
{
  width: 850px;
  border: solid 1px #000000;
  margin: 10px auto;
}

#menu
{
  height: 25px;
  width: 100%;
  display: block;
}

#menu ul
{
  background-image: url(../images/img-master/menu.jpg);
  background-repeat: repeat-x;
  float: right;
  height: 25px;
  margin: 0px 0px 0px 0px;
}

#menu li
{
  display: inline;
  margin-left: 15px;
  margin-right: 10px;
}

#menu a
{
  color: #FFFFFF;
  text-decoration: none;
}
#menu a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}
#menu a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}



#header
{
  height: 163px;
  width: 850px;
  background-image: url(../images/img-master/header.jpg);
  background-repeat: no-repeat;
  display: block;
  border-bottom: solid 1px #FFFFFF;
  clear: both;
}

#footer
{
  height: 82px;
  width: 850px;
  background-image: url(../images/img-master/footer.jpg);
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  border-top: solid 1px #FFFFFF;
  clear: both;
}

#footer h2
{
  margin: 0px 0px 0px 0px;
  font-size: 80%;
  padding-top: 15px;
}
#corpo_bgr
{
   background-image: url(../images/img-master/fondo.jpg);
  background-repeat: no-repeat;  
   background-color: #2E2E2E;
}
#corpo
{
    /*
  background-image: url(../images/img-master/fondo.jpg);
  background-repeat: no-repeat;
*/
  min-height: 458px;

  display: block;
 
  background-attachment: scroll;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: auto !important;
  height: 458px;
}

h1
{
  background-image: url(../images/img-pagine/titolo.jpg);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 12px;
  padding-left: 30px;
  height: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

h2
{
  color: #E82124;
  font-weight: bold;
  font-size: 90%;
  border-top: solid 1px #666666;
  padding: 10px 0px 0px 10px;
}

p
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* home page */

#contenuto_sx
{
  width: 50%;
  display: inline;
  float: left;
}

#contenuto_dx
{
  width: 50%;
  display: inline;
  float: right;
}

.news
{
  width: 48%;
  display: inline;
}

.news ul
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-left: solid 1px #FFFFFF;
}

.news li
{
  margin: 5px 0px 5px 20px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}


.paragrafo
{
  float: none;
  margin: 20px 20px 20px 20px;
  line-height: 1.6em;
  display: block;
  clear: both;
}

.paragrafo p
{
  text-align: justify;
  margin-bottom:10px;
}

.immagine
{
  float: none;
  margin: 20px 20px 20px 20px;
  line-height: 1.6em;
  text-align: center;
  padding-top: 40px;
}


.spacer
{
  clear: both;
  display: block;
  height: 10px;
  margin: 5px 0px 0px 0px;
}

.gallery
{
  clear: both;
  background-image: url(../images/img-pagine/gallery_bg.jpg);
  background-repeat: repeat-x;
  width: 95%;
  height: 80px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: solid 1px #000000;
}

.gallery td
{
  text-align: center;
}

.gallery .item img
{
  width: 136px;
  height: 68px;
  border: solid 2px #666666;
}

/* PAGINA DEI PROGETTI */

#progetti
{
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.progetto
{
  width: 315px;
  height: 90px;
  margin: 0px 0px 0px 0px;
  background-image: url(../images/img-pagine/progetto.jpg);
  background-repeat: no-repeat;
  border: solid 1px #666666;
  padding: 5px 5px 5px 75px;
}

.tecnologia
{
  border: solid 0px #ffffff;
  width: 300px;
  margin: 0px 0px 25px 100px;
}

.tecnologia .caption
{
  border-right: solid 1px #E32024;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
}

.tecnologia ul
{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.tecnologia ol
{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: square;
}

/* SCROLLER NEWS */

.box
{
  background-image: url(../images/img-pagine/box.jpg);
  background-repeat: no-repeat;
  width: 350px;
  height: 400px;
  border: Solid 1px #000000;
  float: none;
  margin: 10px auto;
}


#scrollup
{
  position: relative;
  overflow: hidden;
  border: 0px solid #000;
  height: 390px;
  width: 340px;
}

.headline
{
  position: absolute;
  top: 410px;
  left: 15px;
  height: 360px;
  width: 295px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #000;
}

.headline p
{
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  margin: 0px 0px 10px 0px;
}

/* --- Mappa del sito --- */
.MapIndexTree
{
  font-size: 100%;
  margin-top:10px;
}
.MapIndexTree ol
{
  list-style-type: none;
  margin: 0 0 1em 1em;
  padding: 0;
  font-weight: bold;
}
.MapIndexTree ol li a
{
}

.MapIndexTree ol li a:hover, .MapIndexTree ol li a:active, .MapIndexTree ol li a:focus
{
}

.MapIndexTree ol li ol
{
  margin: 0 0 0 2.2em;
  font-weight: normal;
}


