/*##################################
  # Designed by Claudio Marchesini #
  #                                #
  # www.markeclaudio.netsons.org   #
  # (c) 2008 Copyright             #
  ##################################*/
  
/* DEFAULT */
html{
overflow:-moz-scrollbars-vertical; /*per visualizzare sempre la barra di scorrimento in mozilla*/
} 
body {
	margin-top: 0px;
	background-image: url('../image/bg_stars.jpg');
	background-repeat: repeat;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 0.8em;
	line-height:1.6em;
	color: #000000;

}
/*Impostazioni di stile*/
p{
	text-align:justify;
	margin-top:26px;
	color:black;
}
#home p{
	font-size:20px;
	color:gray;
}

a, a:active,a:visited{
	text-decoration:none;
	color:#808080;
	width:auto;
}
a:hover{
	text-decoration:underline;	
}
li{
  text-align:left;
  padding-left:20px;
  color:black;
}
pre,h2{
	text-align:left;
	font-size:14px;	
}
h1{
	font-size:large;
}
h2{
	color:gray;	
}
h3{
	color:black;
}
body#qpos h2, body#thickdiscs h2{
  color:#89BD89;
}
/*Due div per centrare la pagina in tutti i browser*/
div#pagina {
	background-image:url('../image/bg_image.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}
div#all {
	text-align: center;
	margin: 0px auto;
	width:800px;
}
/*Fine centramento div*/
div#head {
	background-image: url('../image/header.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 123px;
	display: block;
	text-align: center;
}
div#vuoto{
	height:30px;
}
div#navigazione {
	line-height: 1;
	z-index: 9998;
	height: 42px;
	margin-top:15px;
	background-color:#FE6600;
	width: 800px;
	background: url(../image/bg_nav.png) no-repeat;
	display:inline-block
}
div#content {
	background-image:url('../image/bg_content.gif');
	background-repeat:repeat-y;
	width: 800px;
	height: auto !important;  /* per i browser moderni */
    height: 577px;      /* per IE5.x e IE6 */
    min-height: 577px;  /* per i browser moderni */
	display: block;
}
div#chiusura{
	background-image:url('../image/bg_content_basso.gif');
	background-repeat:no-repeat;
	height:8px;
	width:800px;
}
div#left {
	z-index:0;
	clear:left;
	float: left;
	height: auto !important;  /* per i browser moderni */
    height: 520px;      /* per IE5.x e IE6 */
    min-height: 520px;  /* per i browser moderni */
	width: 400px;
	margin: 20px;
	margin-right: 10px;
	
}
div#leftright {
	z-index:0;
	float: left;
	height: auto !important;  /* per i browser moderni */
    height: 520px;      /* per IE5.x e IE6 */
    min-height: 520px;  /* per i browser moderni */
	width: 740px;
	margin: 30px;
	margin-right: 10px;
	display: inline;
}
div#right {
	z-index:0;
	clear:right;
	float: right;
	height: auto !important;  /* per i browser moderni */
    height: 520px;      /* per IE5.x e IE6 */
    min-height: 520px;  /* per i browser moderni */
	width: 330px;
	margin: 20px;
	margin-left: 10px;
	z-index:1;
}
div#footer{
	width:100%;
	clear:both;
	height:15px;
	font-size:9px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
div#footer p{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-align:center;	
}
div#usefull{
  margin-left:30px;
}
.photo_home{
	margin-top:30px;
}
.photo_publication{
	margin-top:30px;
	margin-left:80px;
	float:left;
}
.image,imager{
	display: block;
	margin: 0px auto;
	text-align: center;
}
.imageinline{
	display:inline;
}
.imager{
	float:right;
}
#menupublic li{
	padding:5px;
}
#menupublic li a{
	color:black;
	font-size:17px;
}
#menupublic a:hover{
	padding-left:10px;
}
#left ul{
	margin-top:40px;
	margin-left:40px;
}
.nextpage{
	float:right;
	width:100%;
	
}
.pub_head{
	float:left;
	display:inline;
	text-align:left;
	margin-top:6px;
}
.pub_head h1{
	color:black;
}
.pub_head a{
	color:black;

}
.pub_descri{
	display:inline;
	float:left;
	margin-left:50px;
	color:gray;	
	width:100%;
	text-align:left;

}
.prevpage{
	float:left;
}
.bibiography{
	font-size:10px;
}
#nrm li{
	list-style-image:url('../image/v.gif');
	margin-left:40px;
	padding-left:0px;
}
.image_cv{
  margin-top:100px;
}
.img_research{
  float:right;
  margin-top:-60px;
}
div#tablee{
  text-align:left;
}
table#tabl{
  margin-top:20px;
  width:500px;
  margin-left:100px;
}
table#tabl td{
  border: 1px solid black;  
  text-align:center;
}
tr.grigio td{
  background-color:#BBBBBB;
}
image.left{
  float:left;
}
image.right{
  float:right;
}
