/* +------------------------------------------------------------------------+ */
/* | Istituto Superiore di Sanità 4.0 | CSS 4.0 20140321 1819               | */
/* +------------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Corpo Pagina - Intestazione                                      | */

/* -----( Intestazione - Logo )---------------------------------------------- */
#page_head_logo
{
	padding: 0;
	border: 0;
	margin: 0;

	height: 120px;
	top: -5px;
	left: 0;

	position: relative;

	background-color: transparent;

	z-index: 3;
}
/* -----( Intestazione - Logo Progetto )------------------------------------- */
#page_head_imgn
{
	padding: 0;
	border: 0;
	margin: 0;

	max-height: 120px;
	top: 0;
	right: 0;
	float: right;

	position: absolute;

	background-color: transparent;

	z-index: 3;
}

/* -----( Intestazione - Titolo H1 )----------------------------------------- */
h1
{
	padding: 1em 0 0 0;
	margin: 0;
	border: 0;
	background-color: transparent;

	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: black;

	z-index: 100;
	overflow: visible;
	visibility: visible;
}
/* -----( Intestazione - Titolo oveeride H1 )-------------------------------- */
#page_head_titl
{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	
	text-align: left;
	font-size: 200%;
	color: black;
/*
	font-family: Georgia, Georgia, Verdana, serif;
*/
	font-weight: bold;

	position: absolute;
	top: 35px;
	left: 130px;
	right: 90px;
	z-index: 100;
}
/* -----( Intestazione - Titolo oveeride H1 ridotto)------------------------- */
#page_head_titl_small
{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	
	text-align: center;
	font-size: 170%;
	color: grey;
	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-weight: bold;

	position: absolute;
	top: 35px;
	left: 130px;
	z-index: 100;
}
/* -----( Intestazione - Sottotitolo H2 )------------------------------------ */
h2
{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;

	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #006;

	z-index: 100;
	overflow: visible;
	visibility: visible;
}
/* -----( Intestazione - Sottotitolo H2 )------------------------------------ */
.page_cont_0102_prim h2,
.page_cont_0102_prim h2 a
{
	padding: 0 0 1em 0;
	margin: 0;
	border: 0;
	background-color: transparent;

	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #004080;

	z-index: 100;
	overflow: visible;
	visibility: visible;
}
/* -----( Intestazione - Sottotitolo oveeride H2 )--------------------------- */
#page_head_subt
{
	padding: 0;
	margin: 0;
	border: 0;
	
	text-align: left;
	font-size: 90%;
	color: #0051ac;
	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-weight: bold;

	position: absolute;
	top: 65px;
	left: 130px;

	background-color: transparent;

	z-index: 100;
}
/* | END | Corpo Pagina - Intestazione                                      | */
/* +-----+------------------------------------------------------------------+ */