@import url(form.css);
@import url(submenu.css);
@import url(box_breve.css);
@import url(menuNavigazione.css);
@import url(box_problemi.css);

body {
	margin: 0 18%;
	padding: 0;
	background: #FFFFFF url(../images/sfondo.jpg) repeat-y;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	color: #5A5885;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#contenitore {
	background: #FFFFFF url(../images/main_back.jpg) no-repeat fixed;
	background-position: 100px;
	text-align: left;
	padding: 5px;
}

#intestazione {
	text-align: left;
}

#copyright {
	clear: both;
	font-size: 80%;
	text-align: center;
}


.elenco_problemi {
	font-weight: bold;
}

ul {
	list-style: none;
}


/* ==================================================================*/
/* ==================================================================*/
/* ==================================================================*/
/* ==================================================================*/
/* Elementi comuni */
a:link {
 color: #5A5885;
 text-decoration: none;


}

a:visited {
 color: #5A5885;
 text-decoration: none;

}

a:hover {
 color: #FF6600;
 text-decoration : underline;


}

a:active {
 color: #FF6600;
 text-decoration: underline;
}

p {
	text-indent: 30px;
}

img {
	border: none;
}

.corsivo {
	font-style: italic;
}

.grassetto {
	font-weight: bold;
}

.citazione {
	font-style: italic;
	text-align:right;
}
/* fine elementi comuni */


/* INVIO MAIL */
