@charset "utf-8";

body, html {
   /*height: 100%;*/
   margin: 0;
   background: #eeeeee;
   font-family: Arial, sans-serif;
} 
#header {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0px;
	margin: 0 auto;
	background: #ffffff;
	-webkit-box-shadow: 4px 4px 4px #dddddd; /*Safari*/
	-moz-box-shadow: 4px 4px 4px #dddddd; /*Mozilla*/
	box-shadow: 4px 4px 4px #dddddd;
	}
#loghi {
	width: 960px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	background: #ffffff;
	z-index:1;
	}
#ppplogo {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 9px;
	left: 100px;
/*	margin-left: -300px; */
}
#arnatlogo {
	width: 75px;
	height: 50px;
	position: relative;
	top: 0px;
	left: 700px;
}
#masterbox {
	width: 960px;
	height: 600px;
	position: relative;
	top: 20px;
	margin: 0 auto;
	background-color: #eeeeee;
	box-shadow: 0px 0px 4px 4px #dddddd;
}
#forthcoming {
	width: 230px;
	height: 100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top: -92px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 4px #dddddd;
	line-height: 100px;
	text-align: center;
	color: red;
	display: none;
}
/* --- */
a  {
    text-decoration: none; 
    font: arial;
    color: #bbbbbb;
}
a:hover {
    color: #666666;
}
a.x {
    text-decoration: none; 
    font: arial;
	font-weight: bold;
    color: #003399;
}
a.x:hover {
    color: #4169e1;
}
a.y {
    text-decoration: none; 
    font: arial;
    color: #666666;
}
a.y:hover {
    color: #bbbbbb;
}
/* --- */
h1 {
	font: arial;
	font-size: 18px;
	color: #666666;
}
h2 {
	font: arial;
	font-size: 15px;
	color: #666666;
}
h3{
	font: arial;
	font-size: 13px;
	color: #666666;
}
h4 {
	font: arial;
	font-size: 11px;
	color: #666666;
}

/* pagina successiva - pagina precedente - numero pagina */
#pgprecT{
	width: 100px;
	height: 20px;
	position: absolute;
	margin-top: 571px;
	margin-left: 55px;
	text-align: left;
	font: arial;
	font-size: 11px;
	vertical-align: middle;
	background-color: #eeeeee;
}
#pgprecI {
	width: 20px;
	height: 15px;
	position: absolute;
	margin-top: 571px;
	margin-left: 30px;
	background-color: #eeeeee;
}
#pgsuccT {
	width: 100px;
	height: 20px;
	position: absolute;
	margin-top: 571px;
	margin-left: 805px;
	text-align: right;
	font: arial;
	font-size: 11px;
	vertical-align: middle;
	background-color: #eeeeee;
}
#pgsuccI {
	width: 20px;
	height: 15px;
	position: absolute;
	margin-top: 571px;
	margin-left: 910px;
	background-color: #eeeeee;
}#npag {
	width: 30px;
	height: 20px;
	position: absolute;
	margin-top: 570px;
	left: 50%;
	margin-left: -15px;
	font-size: 11px;
	text-align: center;
	background-color: #eeeeee;
}