
/* Layout Stylesheet */


body{
  padding:0;
  margin: 0px;
}
#header {
  height: 150px;
  color: #333333;
  border-left: solid 2px #bb322a;
  padding: 0;
  background: URL(../images/layout/torino_150.gif) no-repeat top left;
  text-align: center;
  margin: 5px 5px 0px 5px;
}
#menubar {
  height: 20px;
  margin: 0px 5px 0px 5px;
}
#column-left {
  position: absolute;
  top: 185px;
  left: 5px;
  width: 210px;
  z-index: 1;
}
#column-right {
  position: absolute;
  top: 185px;
  right: 5px;
  width: 210px;
  z-index: 1;
}
#block-center {
}
#column-center {
  position: relative;
  margin: 7px 225px 50px 225px;
  background: #ffffff;
  color: #333333;
  z-index: 3;
  /* height: 500px;
  overflow: auto; */
  padding: 0px 5px 5px 5px;
}
#admin-column-center {
  position: relative;
  margin: 7px 5px 50px 5px;
  background: #ffffff;
  z-index: 3;
  padding: 0px 5px 5px 5px;
}
#footer {
  position: absolute;
  top:740px;
  width: 100%;
  background-color: #f5f5f5;
  border-top: solid 1px #bb322a;
  border-bottom: solid 1px #bb322a;
  padding: 3px 0px 3px 10px;
  text-align: center;
}
/*
* tabelle
*/
table.data {
  border-collapse: collapse;
  background-color: #f0f0f0;
  border: solid 1px #f0f0f0;
}
table.data th {
  background-color: #bb322a;
  color: #f0f0f0;
  border: solid 1px #f0f0f0;
  padding: 3px;
}
table.data th.left {
  border-left: solid 1px #bb322a;
}
table.data th.right {
  border-right: solid 1px #bb322a;
}
table.data th.top {
  border-top: solid 1px #bb322a;
}
table.data th.bottom {
  border-bottom: solid 1px #bb322a;
}
table.data td {
  border: solid 1px #bb322a;
  padding: 3px;
}
table.data.listino td {
  text-align: center;
}
div.centrato {
  text-align: center;
}
/*
 * 
 */
td.homecolumn {
    width: 50%;
}

div#imagegallery {
    margin-top: 5px;
    text-align: center;
    border: solid 1px #bb322a;

}

div#videogallery {
    margin-top: 5px;
    text-align: center;
    border: solid 1px #bb322a;

}

div#docgallery {
    margin-top: 5px;
    text-align: center;
    border: solid 1px #bb322a;
}
div#docgallery ul {
    list-style-type:none;
    margin: 0px;
    list-style-position:inside;
    background-color: red;
}

div#docgallery li {
    text-align: left;
    background-color: gold;
    padding: 0px;
}


div#imagegalley div.note {
    font-size: smaller;
    text-align: center;
}
div.galimage {
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 184px;
    border: solid 1px #bb322a;
}
div.galpageimage {
    float: left;
    margin: 4px;
    /* width: 184px; */
    border: solid 1px #bb322a;
}
div.galimage img {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}
div.galimage div.title {
    color: #bb322a;
    /* background-color: white; */
    font-weight: bolder;
    font-size: smaller;
    border-top: solid 1px #bb322a;
}
div.box.informazioni {
    text-align: center;
}
div.box.newsletter {
    text-align: center;
}
table.galleria {
    margin-left: auto;
    margin-right: auto;
}
table.galleria td {
    text-align: center;
}

div.galpage-image {
    display: inline-block;
    border: solid 1px #bb322a;
    margin: 4px 2px 4px 2px;
}
div.galpage-thumbnail {

}
div.galpage-image img {
    margin: 2px;
}
div.galpage-title {
    border-top: solid 1px #bb322a;
    color: #bb322a;
}

div#calendario {
    text-align: center;
    margin-top: 5px;
}
div#calendario img {
    margin-top: 5px;
}
