/* generale */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-color: #2e75bb;
}

#navigazione, #header, #box, #footer {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-repeat: no-repeat;
}

#navigazione {
	text-align: left;
	height: 24px;
	background-image: url('../img/navigation.gif');
}

#navigazione p{
	margin-left: 4px;
}

#navigazione a {
	text-align: left;
	font-family: arial;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
}

#navigazione a:hover {
	text-decoration: underline;
}

#header {
	margin-top: 22px;
	height: 171px;
	background-image: url('../img/header.png');
}

#box {
	background-color: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menu {
	width: 200px;
	vertical-align: top;
}

.menu_title {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 177px;
	height: 28px;
	background-image: url('../img/menu.gif');
}

.menu_title h2 {
	padding-top: 5px;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #0630a5;
}

#menu .link{
	display: block;
	margin-left: 15px;
	padding-left: 2px;
	padding-top: 2px;
	height: 18px;
	width: 166px;
	margin-top: 2px;
	background-color: #eeeded;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}


#menu .link:hover{
	font-weight: bold;
	background-color: #ffc485;
}

#menu .img_menu{
	margin-top: 10px;
	margin-left: 7px;
	border: 0px;
	width: auto;
	height: auto;
	background-color: #fff;
}

#menu #pub_sx{
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#contenuti, #file {
	vertical-align: top;
}

#footer {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-family: arial;
	font-size: 9pt;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* fine generale   */
/* --------------- */
/* contenuti       */
#contenuti {
	vertical-align: top;
	text-align: center;
	width: 558px;
	padding-left: 10px;
}

#cerca_google{
	margin-top: 20px;
}

#news {
	margin-top: 15px;
}

#news h1 {
	text-align: left;
	font-family: georgia;
	font-size: 19pt;
	color: #0630a5;
}

#news p, #contenuti_art p {
	padding-right: 5px;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	color: #000;
}

#news a, #contenuti_art a {
	text-align: left;
	font-family: verdana;
	font-size: 10pt;
	color: #06c;
	text-decoration: none;
}

#news a:hover, #contenuti_art a:hover {
	color: #ff881c;
}

.stampa_invia img {
	border: 0px;
	margin-left: 15px;
}

#quadrati {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#quadrati img {
	border: 0px;
}

#quadrati td {
	background-image: url('../img/riquadro.png');
	width: 250px;
	height: 200px;
	background-repeat: no-repeat;
	vertical-align: top;
}

#quadrati h1 {
	position: relative;
	top: -30px;
	margin-top: 6px;
	text-align:center;
	font-family: arial;
	font-size: 13pt;
}

#quadrati p {
	position: relative;
	top: -27px;
	text-align: justify;
	margin-left: 8px;
	margin-right: 8px;
	font-family: arial;
	font-size: 10pt;
}

#click {
	position: relative;
	top: 162px;
}
/* fine contenuti       */
/* -------------------- */
/* contenuti art-sez    */
.vsi {
	background-image: url('../img/barra.png');
	background-repeat: no-repeat;
	width: 530px;
	height: 60px;
	text-align: left;
	font-family: verdana;
	font-size: 10pt;
	color: #000;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.vsi .stampa_invia{
	text-align: center;
}

#contenuti_art {
	padding-top: 15px;
	vertical-align: top;
	text-align: center;
	width: 558px;
	padding-left: 10px;
}

#contenuti_art h1 {
	text-align: center;
	font-family: georgia;
	font-size: 19pt;
	color: #0630a5;
}

#contenuti_art h2 {
	text-align: center;
	font-family: georgia;
	font-style: italic;
	font-size: 13pt;
	color: #666;	
}

#contenuti_art p {
	text-align: justify;
	font-family: arial;
	font-size: 10pt;
	padding-right: 15px;
}

/* fine contenuti art-sez   */
/* ----------------------   */
/* contattaci */
table.contact {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: auto;
	font-family: verdana;
	font-size: 12px;
	color: #000;
}

table.contact .left{
	width: 50%;
	padding-left: 15px;
	text-align: left;
}

table.contact .right{
	text-align: right;
	padding-right: 15px;
}

table.contact p.errore{
	display: inline;
	font-size: 11px;
	color: #f00;
}

.contact .right input{
	border: 1px solid #0630a5;
	font-family: verdana;
	font-size: 13px;
	width: 150px;
	margin: 3px;
}

.contact .invia input{
	margin: 15px;
	border: 0px;
	width: 83px;
	height: 28px;
}

#search_button {
	background-image: url('../img/invia_contattaci.png');
	background-repeat: no-repeat;
}

.contact .textarea{
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}


.contact textarea{
	vertical-align: middle;
	border: 1px solid #0630a5;
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}

.contact .informativa{
	text-align: justify;
	font-family: verdana;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 8px;
}

.contact .informativa a {
	color: #000;
}

.contact .informativa a:hover {
	color: #06c;
}

/* fine contattaci   */
/* ----------------------   */
/* file */

#file .tabella_titolo{
	font-weight: bold;
	font-family: verdana;
	font-size: 14px;
	color: #0630a5;
	text-align: center;
	padding-top: 10px;
}

#file .riepilogo_sezione{
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
}

#file div{
	font-size: 10px;
	font-family: verdana;
	margin-left: 5px;
	margin-right: 5px;
}

#file li{
	margin-left: 10px;
	margin-right: 5px;

}

#file a{
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: #06c;
	text-decoration: none;
}
#file a:hover{
	text-decoration: underline;
}

span.errore {
	color: red;
}
