/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 10 marzo 2010 */


/* Definizione delle classi principali */
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #F2ECD2;
}
.bodytext{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
p.bodytext{
	margin: 5px 0px 0px 0px;
}


/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px 0px 0px 0px;
}


a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #A90034;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #A90034;
	border-bottom: 0px solid #99BBDB;
	font-weight: normal;
	margin-bottom: 3px;
}
h2{
	font-size: 110%;
	color: #666666;
	font-weight: normal;
	border-bottom: 0px solid #99CC00;
}
h3{
	font-size: 100%;
	color: #A90034;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #666666;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #A90034;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #666666;
	font-weight: bold;
}

ul{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	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%;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	position:absolute;
	width: 534px;
	height: 352px;
	top: 50%;
	left: 50%;
	margin-top: -176px;
	margin-left: -267px;
}

#intro {
	width: 534px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 534px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}



/***********************************************/
/* Layout dei Divs principali   (stile)    */
/***********************************************/

/************** #footer styles **************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}