/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 15 dicembre 2008 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #023572;
	background-image: url(../images/bgr_body_intro.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #CC0001;
	text-decoration: underline;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #CC0001;
	border-bottom: 0px solid #99BBDB;
	font-weight: normal;
	margin-bottom: 10px;
}
h2{
	font-size: 110%;
	color: #023572;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #CC0001;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #023572;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #CC0001;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #023572;
	font-weight: bold;
}

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%;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

img {
	border: 0px;
}




/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 910px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#top {
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#intro {
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bottom {
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #EFDF73;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
