/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 11 Gennaio 2008 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.166;	
	margin: 40px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
p.bodytext{
	margin: 5px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #B65924;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 120%;
	color: #B65924;
	border-bottom: 0px solid #99BBDB;
	font-weight: normal;
	margin-bottom: 10px;
}
h2{
	font-size: 120%;
	color: #6B2E07;
	font-weight: normal;
	border-bottom: 0px solid #99CC00;
}
h3{
	font-size: 110%;
	color: #B65924;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #6B2E07;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #B65924;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #6B2E07;
	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: 710px;
	height: 450px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bgr_intro.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

#lingua {
	width: 710px;
	padding: 170px 0px 0px 0px;
	margin: 0px;
	text-align: right;
}

#menu {
	width: 695px;
	padding: 18px 15px 0px 0px;
	margin: 0px;
	text-align: right;
}

#footer {
	width: 695px;
	margin: 0px;
	padding: 30px 15px 0px 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
#menu ul {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

li.menuVertText01-level1-NO {
	font-size: 70%;
	color: #FF9900;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 0px 102px 0px 0px;
	border-bottom: 0px dashed #C0CDE0;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../images/bgr_menu_NO.gif);
	background-attachment: scroll;
	background-position: right center;
	background-repeat: no-repeat;
}
li.menuVertText01-level1-NO a, li.menuVertText01-level1-NO a:link, li.menuVertText01-level1-NO a:visited, li.menuVertText01-level1-NO a:active {
	color: #FF9900;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-type: none;
}
li.menuVertText01-level1-NO a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
li.menuVertText01-level1-ACT {
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 0px 102px 0px 0px;
	list-style-type: none;
	text-decoration: none;
	border-bottom: 0px dashed #C0CDE0;
	background-image: url(../images/bgr_menu_ACT.gif);
	background-attachment: scroll;
	background-position: right center;
	background-repeat: no-repeat;
}
li.menuVertText01-level1-ACT a, li.menuVertText01-level1-ACT a:link, li.menuVertText01-level1-ACT a:visited, li.menuVertText01-level1-ACT a:active {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-decoration: none;
}
li.menuVertText01-level1-ACT a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



/************** #footer styles **************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
