@charset "utf-8";
/* CSS Document */

/*stili per il layout fisso*/

html,body,#tabella{
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}
#tabella {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 800px;
}
#tabellain {
      margin: 0 auto;
	  text-align:center;
      width: 371px;
}
tabelladx {
      margin: 0 auto;
	  text-align:left;
      width: 371px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	position: relative;
	height: 100%;
	width:100%;
}

/*stili generici, su header e footer*/

h1{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{
	margin: 0;
	padding-top:0.5em;
	color: #999;
	font-size: 1.2em;
	}
h3{
	margin: 0;
	padding-top:0.5em;
	color: #335027;
	font-size: 1.2em;
	}
.title{
font-size:1.3em;
}
p{
margin:0px;
padding:0px;
}
h3{
	margin: 0;
	padding:0;
	font-size:1em;
}

div#container{
	width:800px;
	position:relative;
	/*height:450px;
	margin: 0 auto;
	text-align: left;*/
}


div#header{
	width:100%;
	min-width:760px;
	margin: 0 auto;
	height:87px;
	line-height:87px;

}

#blog {
width:87px;
height:87px;
float:right;
background-image: url(../../img/mia-blog.jpg);
}
#blog:hover{
background-image: url(../../img/mia-blog.jpg);
}

#menu{
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:0px;
}
#menu a:link, #menu a:visited {
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	color:#FFFFFF;
	background-color:#000000;
	}

#container-in {
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	border:3px solid #38542d;
}

/*stili specifici per il layout*/
div#contentdx{
	float:right;
	width: 48%;
}
div#contentsx{
	margin-right: 50%;
	border-right:3px solid #38542d;
	text-align:justify;
/*	padding-left: 7px;*/

}
div#footer{
	padding: 1em;
	text-align:center;
}
div#footersx {
margin-right: 50%;
}
div#footerdx {
float:right;
width: 50%;
}

div#footer a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#newsTable a, #newsTable a:visited {
	color:#000000;
	text-decoration:none;
}
#newsTable a:hover {
	color:#000000;
	text-decoration:underline;
}

#tdNews {
	height:35px;
	padding-left:5px

}
.tdNews {
	height:35px;
	padding-left:5px

}
#tdNews:hover {
	background-color: #f0f0f0;
}
.tableN, .tableN:visited {
	text-decoration:none;
	color:#666666;
}
#ipersel, #ipersel:visited, #ipersel:hover {
	color:#FFFFFF;
	background-color:#000000;
	}
.linkcontatti, .linkcontatti:visited{
color: #000;
font-weight:bold;
text-decoration:none;
}
.linkcontatti:hover{
color:#fff;
background-color:#000000;
font-weight:bold;
}
.hoverVoce:hover {
	background-color:#f0f0f0;
}
.hoverVoce{
padding:5px 0px 5px 5px;
font-size:96%;
height:35px; 
}
#divbottom {
	float:right;
	margin-top:15px;
	margin-right:15px;
}
#formallign {
padding-top:5px;
text-align:right;
}
#valign {
	line-height:100px}

  div#photos                {overflow:auto;}
  div.photo                 {float:left; display:inline; margin:0 20px 20px 0;}	/*fancy-zoom*/
  div.photo a img           {border:1px solid; padding:1px;}
.close{ color:#FF0000;}

.scroll-track{
 height:10px;
 width:10px;
 background:black;
}

.scroll-handle{
 border: 1px solid black;
 height:10px;
 width:10px;
 background:#5B207B;
 cursor:pointer;
}
.makeScroll{

 height:200px;
 width:200px;
 background: #F00;
}