body {
	background-color: #72817C;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000; 
	margin: 0px;
	padding: 0px;
}

#container {
	width: 781px;
	height: 661px; 
	margin: auto;
	margin-top: 3%;
	background-image: url("img/hp_bg.jpg");
	background-repeat:no-repeat;
}

#containerpag {
	width: 781px;
	height: 661px; 
	margin: auto;
	margin-top: 3%;
	background-image: url("img/bg_int_xl.jpg");
	background-repeat:no-repeat;
}

#containerint {
	width: 781px;
	margin: auto;
	margin-top: 3%;
	background-image: url("img/bg_int.jpg");
	background-repeat:no-repeat;
}

#menu {
	width: 159px;
	position:absolute;
	margin-top: 110px;
	margin-left: 15px;
}
/*
#comunicati {
	width: 285px;
	position:absolute;
	margin-top: 110px;
	margin-left: 185px;
}
*/
#focus {
	width: 350px;
	position:absolute;
	margin-top: 110px;
	margin-left: 185px;
}

#home {
	width: 100%;
	position:absolute;
	margin-top: 5px;
}
/*
#archivio {
	width: 180px;
	position:absolute;
	margin-top: 136px;
	margin-left: 555px;
}
*/
#testoint {
	width: 565px;
	position:absolute;
	margin-top: 110px;
	margin-left: 185px;
}
/*
#appuntamenti {
	width: 285px;
	position:absolute;
	margin-top: 136px;
	margin-left: 478px;
}
*/
#footer {
	width: 781px;
	height: 66px; 
	margin: auto;
	margin-top: 0px;
	background-image: url("img/footer_bg.jpg");
	background-repeat:no-repeat;
}
 /* -----classi generiche -----*/

.biancomenu {
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
}

.comunicati {
	color: #5F5E5E;
	font-size: 18px;
}

.appuntamenti {
	color: #5F5E5E;
	font-size: 14px;
	font-weight:bold;
}

.boldblu {
	color: #28528E;
	font-size: 12px;
	font-weight:bold;
	/*padding-left: 10px;*/
}

.boldbludata {
	color: #28528E;
	font-size: 9px;
	font-weight:bold;
	/*padding-left: 10px;*/
}

td.padding {
	padding-left: 5px;
	padding-right: 5px;
}

.interno {
	padding-left: 10px; 
	padding-right: 10px;
	line-height:130%;
}

/* -----classi sui link -----*/

a:link, a:visited {
	text-decoration: none;
	color:#28528E;
}

a:hover {
	text-decoration: underline;
	color:#000000;
}

a.grigiobold:link, a.grigiobold:visited {
	text-decoration: none;
	color:#5F5E5E;
	font-weight:bold;
}

a.grigiobold:hover {
	text-decoration: underline;
	color:#000000;
	font-weight:bold;
}

a.menubianco:link, a.menubianco:visited {
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
}

a.menubianco:hover {
	text-decoration: underline;
	color:#28528E;
	font-weight:bold;
}
