/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 21 giugno 2011 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.bodytext, p.align-center, p.align-right, p.align-left, p.align-justify {
	font-size: 80%;
	color: #000;
	line-height: 1.462;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-justify {
	text-align: justify;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 120%;
	color: #000;
	font-weight: normal;
}
h2{
	font-size: 120%;
	color: #000;
	font-weight: normal;
}
h3{
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #000;
	font-weight: normal;
}
h6{
	font-size: 90%;
	color: #000;
	font-weight: normal;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	height: 0px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #E8E8E8;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #E8E8E8;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

#container {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content {
	width: 900px;
	padding: 20px;
	margin: 20px auto 0px auto;
	border: 1px solid #E8E8E8;
}
