body {
	width: 98%;
}

/* Menu */
h3 {
	margin: 0;
	padding-top: 4px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 10px;
	font-weight: bold;
	background: #fe3c00 url(../images/layout/bg-menu.gif) no-repeat left top;
}
h3 img {
	padding-left: 5px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li {
	display: inline;
}
ul.menu a {
	display: block;
	padding-top: 1px;
	padding-left: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
}
ul.menu a.aperto,ul.menu a.aperto:hover {
	background: #95add9;
}
ul.menu a:hover {
	background: #95add9;
}

#leftbox a {
	color: #fff;
}
#leftbox input {
	width: 70px;
	border: 1px solid #fff;
	color: #fff;
	background: #425d8a;
}
#leftbox label {
	width: auto;
	color: #fff;
}

/* Calendario */
.cal td {
	background: #fff;
}
td.cal_nob {
	background: #e0e0e0;
}
td.cal_today {
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background: #fe3c00;
}
a.cal_today {
	font-style: italic;
	font-weight: bold;
}
td.cal_ev {
	color: #fff;
	background: #0099ff;
}
td.cal_ev a {
	color: #fff;
	text-decoration: none;
}
td.cal_ev a:hover {
	text-decoration: underline;
}


/* Layout */
div#page {
	width: 769px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/layout/bg-vita.gif) no-repeat;
}
div#mainbox {
	margin-left: 15px;
	border: 5px solid #fff;
	background-image: url(../images/layout/bg-center.gif);
}


div#mainhead {
	position: relative;
	height: 158px;
	background: #fff url(../images/layout/bg-header.gif) no-repeat;
	z-index: 19;
}
div#logo {
	position: relative;
	float: left;
	width: 364px;
}
div#headbanner {
	position: absolute;
	width: 377px;
	height: 101px;
	left: 364px;
}
div#nt_barra {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 744px;
	height: 47px;
	font-size: 10px;
	font-weight: bold;
	color: #84C223;
	background: url(../images/net-bar.gif);
}
#nt_barra td {
	vertical-align:middle;
	text-align: center;
	width: 5px;
}
#nt_barra #nt_barra_logo img {
	width: 125px;
	height: 38px;
	border: 0;
}
#nt_barra td.nt_barra_td {
	text-align: left;
	padding-left: 5px;
	width: auto;
	font-weight: normal;
}
#nt_barra img {
	border: 1px solid #84c223;
	width: 50px;
	height: 34px;
}
#nt_barra a {
	color: #84c223;
}
#nt_barra div {
	background-color: #222;
	background-repeat: no-repeat;
	background-position: top center;
	width: 50px;
	height: 34px;
	border: 0;
	margin: 0 auto 0 auto;
}


div#maincontent {
	width: 744px; /* NB: impostare sempre la dimensione del container per evitare problemi di posizionamento con IE */
	border-top: 1px solid #fff;
	background: url(../images/layout/bg-center.gif);
	clear: both;
}
div#leftbox {
	float: left;
	width: 112px;
	margin: 0;
	color: #fff;
	background: #425d8a;
}
div#centerbox {
	float: left; /* Questo float serve ad evitare che un "Clear: both" fatto per cancellare l'effetto float di una immagine nel testo, mandi la colonna centrale al termine delle due colonne laterali */
	width: 465px;
	/*margin: 10px 0 0 122px;*/
	margin: 10px 0 0 11px;
}
div#rightbox {
	float: right;
	width: 132px;
	margin: 0;
}


div#footer {
	height: 20px;
	border-top: 5px solid #fff;
	background: #fe3c00;
	clear: both;
}
div#footer2 {
	float: left;
	padding: 4px 0 0 5px;
	font-weight: bold;
	color: #fff;
}
div#footer2 a {
	text-decoration: none;
	color: #fff;
}
div#footer3 {
	float: right;
	width: 132px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	background: #ffbb00;
}
div#footer3 a {
	display: block;
	padding-top: 4px;
	text-decoration: none;
	color: #fff;
}

/* Rubriche */
h6.tit1 {
	width: 160px;
}
h6.tit2 {
	width: 160px;
	height: 15px;
	margin: 0 0 0 auto;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #425d8a url(../images/layout/bx-tit2.gif) no-repeat left;
}
.rub_img {
	float: left;
	width: 68px;
	height: 42px;
	margin: 0 5px 0 0;
	border: 2px solid #425d8a;
}
.rub-ft,.rub-ft2 {
	font-weight: bold;
	color: #fff;
}
.rub-ft a,.rub-ft2 a {
	color: #fff;
	text-decoration: none;
}
.rub-ft {
	width: 130px;
	padding-left: 5px;
	background: #425d8a url(../images/layout/bx-ft2.gif) no-repeat right;
}
.rub-ft2 {
	width: 130px;
	margin-left: auto;
	padding-right: 5px;
	background: #425d8a url(../images/layout/bx-ft3.gif) no-repeat left;
}