/* CSS Document */

/* Elementi generali */
div#schermo {
	position: absolute;
	width: 100%;
	background: #08719e;
}
div#sfondo_tramonto {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
div.tramonto_home {
	height: 123px;
	background: url(../img/sfondi/sfondo_tramonto.png) 0 0 no-repeat;
}
div.tramonto_interne {
	height: 73px;
	background: url(../img/sfondi/sfondo_tramonto_interna.png) 0 0 no-repeat;
}
div#sfondo_numeri {
	position: absolute;
	width: 100%;
}
div.numeri_home {
	height: 208px;
	background: url(../img/sfondi/sfondo_numeri.png) 0 0 repeat-x;
}
div.numeri_interne {
	height: 156px;
	background: url(../img/sfondi/sfondo_numeri_interna.png) 0 0 repeat-x;
}
div#capo {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
div.capo_home {
	background: url(../img/sfondi/sfondo_persone.png) 0 76px no-repeat;
}
div.capo_interne {
	padding-top: 18px;
	background: url(../img/sfondi/sfondo_persone_interna.png) 0 28px no-repeat;
}
div#testata {
	position: relative;
	width: 940px;
	margin-left: 30px;
}
div.testata_interne {
	height: 97px;
}
table#login {
	font-size: 11px; font-weight: bold; color: #ffbf00;
	float: right;
}
table.login_interne {
	margin-top: 63px;
}
table#login input {
	font-size: 11px; color: #08719e;
	padding: 2px;
	border: solid 1px #c3c3c3;
}
table#menu {
	position: relative;
	margin-left: 30px; margin-bottom: 15px;
}
table#menu td.menu {
	padding-top: 16px; padding-bottom: 16px;
	background: url(../img/sfondi/sfondo_menu.png) 0 0 repeat;
}
table#menu td.menu div {
	width: 149px; height: 17px;
	font-size: 10px; font-weight: bold; color: #fff;
	line-height: 16px;
	padding-left: 9px;
}
div.menu_spento {
	text-transform: uppercase;
	margin-top: 3px; margin-bottom: 3px;
}
div.menu_acceso {
	text-transform: uppercase;
	margin-top: 3px; margin-bottom: 3px;
	background: url(../img/sfondi/sfondo_voce_menu.png) 0 0 no-repeat;
}
table#utente_loggato_interno {
	position: relative;
	margin-left: 66px; margin-bottom: 13px;
}
table#utente_loggato_home {
	position: relative;
	top: -15px; left: -31px;
}
table#utente_loggato_interno td {
	width: 202px;
}
table#utente_loggato_home td {
	width: 225px;
}
table#utente_loggato_interno div, table#utente_loggato_home div {
	width: 149px; height: 17px;
	font-size: 10px; font-weight: bold; color: #fff;
	line-height: 16px;
	padding-left: 9px;
	margin-left: 17px;
}
div#news {
	position: relative;
	font-size: 11px; color: #fff;
	padding-bottom: 10px;
}
div#news p {
	display: none;
  filter: alpha(opacity=0);
  opacity:.0;
}
div#news p.news_home {
	width: 380px;
}
div#news p.news_interne {
	margin-left: 92px;
	width: 150px;
}

/* Elementi Home */
table.login_home {
	margin-top: 104px;
}
div.capo_home {
	padding-top: 66px;
}
div.testata_home {
	height: 142px;
}
table#sitemap td.icona {
	width: 67px;
}
table#sitemap td.sezione {
	width: 152px;
	font-size: 11px; font-weight: bold; color: #fff;
	line-height: 16px;
	padding-bottom: 13px;
}
table#sitemap td.sezione span {
	font-size: 15px;
}
table#sitemap td.separatore {
	height: 15px;
	border-top: solid 1px #fff;
}
table#chiusura {
	position: relative;
	margin-left: 30px;
}

/* Elementi Attività */
div#indice_sezioni img {
	margin-right: 10px;
	float: left;
}
table#contenuti {
	position: absolute;
	top: 197px; left: 268px;
}
td#testi {
  width: 610px;
	font-size: 11px;
	line-height: 16px;
	padding-top: 17px; padding-left: 64px; padding-bottom: 10px;
	background: #fff;
}
td#testi p {
  width: 530px;
	margin-top: 7px;
	padding-left: 12px; padding-right: 18px; padding-bottom: 7px;
}
td#testi p.bordo {
	border-bottom: solid 1px #08719e;
}
td#testi b.titolo {
	font-size: 15px; color: #d8a50f;
}
div#titolo_pagina {
	position: absolute;
	top: 184px; left: 310px;
	width: 290px; height: 27px;
	font-size: 17px; font-weight: bold; color: #fff;
	line-height: 27px;
	padding-left: 35px;
	background: url(../img/sfondi/sfondo_titolo_pagina.png) 0 0 no-repeat;
}
div#icona_pagina {
	position: absolute;
	top: 175px; left: 287px;
}

