/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .75em/1.5em  Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	/*background: #A9BAC3 url(bg.gif) repeat-x;*/
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;	
}
h1 {
	font-size: 2em;
	font-weight:lighter;
 	line-height: 1.1em;
} 
h2 { font-size: 1.4em; text-transform:uppercase;
font-weight:normal}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 10px;
}

.titololi-liste-sotto{
	font-size: 1.5em;
	text-decoration: underline;
}

.titololi-liste{
	font-size: 1.5em;
	font-weight:lighter;
	color:#666666;
}





/*ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}*/

/* images */
img {
	border: 2px solid #CCC;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
 }
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	/*display:block;*/
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}



textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}



/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 870px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 100px;	
	background: #000 url(header.jpg) repeat-x 0% 100%;	
}

#titolopaginaconsfondo {
	position: relative;
	height: 25px;
	width:75%;
	background: #ff0000 url(SfondoTitoloPagina.jpg) no-repeat 0% 100%;
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	padding-top:5px;
	padding-left:80px;
	vertical-align:middle;
}

#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 10px; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}


/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;		
}

#content-wrap ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

#content-wrap l1 {
line-height:1.5em;
}

.titolopagina {
text-align:right;
font-size: 1.5em;
letter-spacing:0.2em;
margin: 5px 10px 10px;
/*border-bottom: 2px solid rgb(255,102,0);*/
clear:both;
}
.versionestampa {
text-align:right;
font-size: 0.8em;
margin: 0px 10px 0px;
/*border-bottom: 2px solid rgb(255,102,0);*/
clear:both;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer {
	clear: both;
	color: #666666;  
	/*background: #A9BAC3; */
	border-top: 2px solid rgb(255,102,0);
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

.tab-leftoggetto{
	float: left;
	width: 10%;
}

.tab-rightoggetto{
	float: right;
	width: 90%;
	text-align:left;
}





.clearall{
clear:both;
}

/**********************/
/*  2. DROP-DOWN MENU */
/**********************/


/*Basic Setup*/
.dropnav {white-space:nowrap /*IE hack*/; 
float:right;  
border:none; 
/*margin-top:30px; */
background:rgb(255,102,0); 
color: rgb(255,255,255); 
font-size:10px;

	position: absolute;
   margin:0; padding: 0;
	right: 0; 
	bottom: 26px !important; bottom: 26px;

} /*Color navigation bar normal mode*/


.dropnav ul {list-style-type:none;}
.dropnav ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(255,102,0);}
.dropnav ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:1.8em; line-height:1.8em; padding:0 8px 0 8px; text-decoration:none; 
font-weight:bold;  color: rgb(255,255,255);}
.dropnav ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.dropnav ul li:hover {position:relative;} /*Sylvain IE hack*/
.dropnav ul li:hover a {background-color:rgb(255,255,255); text-decoration:none; color: rgb(255,102,0)} /*Color main cells hovering mode*/
.dropnav ul li:hover ul {display:block; width:16.0em; position:absolute; z-index:999; top:1.7em; margin-top:0.1em; left:0;}
.dropnav ul li:hover ul li a {white-space:normal; display:block; width:16.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 4px 4px 4px; border-left:solid 1px rgb(255,102,0); border-bottom: solid 1px rgb(255,102,0); background-color:#ff9600; font-weight:bold; color:#ffffff;} /*Color subcells normal mode*/
.dropnav ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.dropnav table {position:absolute; top:0; left:0; border-collapse:collapse;}
.dropnav ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(255,255,255); text-decoration:none; color: rgb(255,102,0)} /*Color main cells hovering mode*/
.dropnav ul li a:hover ul {display:block; width:16.0em; position:absolute; z-index:999; top:1.7em; top:1.7em; left:0; margin-top:0.1em;}
.dropnav ul li a:hover ul li a {white-space:normal; display:block; width:16.0em; height:1px; line-height:1.3em; padding:4px 4px 4px 4px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:bold; color:rgb(50,50,50);} /*Color subcells normal mode*/
.dropnav ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/




/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align:center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.red {	color: #FF0000; }
.gray  {	color: #BFBFBF; }
.numeri {
	list-style-type: decimal;
	}

.contenitorelettera
{
text-align: center;
width: 100%;
}
.letteratop {
	position: relative;
	height: 42px;
	background:  url(hc.jpg) repeat-x 0% 100%;
	width: 650px;
	margin:0 auto;
}
.letteracenter {
	position: relative;
	background:  url(lettera-centrale.jpg) repeat-y  0% 100%;
	width: 650px;
	margin:0 auto;
	text-align:left;
}

.letteratesto {
	position: relative;
	width: 600px;
	padding:0 20px 0 30px;
	margin:0 auto;

}



.letteratesto ul, ol {
	margin-left: 100px;
}


.letteratesto p, h1, h2, h3 {
	margin: 0 auto;
}

.letterabottom {
	position: relative;
	height: 35px;
	background:  url(bc.jpg) repeat-x 0% 100%;
	width: 650px;
	margin:0 auto;
}

.angolohs
{
float: left;
border: none;
}

.angolhd
{
float: right;
border: none;
}

.Stile3 {font-size: 12px}
.Stile4 {font-size: 12px; font-style: italic; }


#one-em li {
		list-style-position: outside;
		margin-bottom:2em;
	}
	
#one-em {
	margin: 1em;
	padding: 5px;
	}
	
#one-em ul {
		margin-left: 0em;
		padding-left: 0;
		list-style-image: url(b1.png);
		}
#one-em p {
margin:0 auto;
margin-top:5px;
}

#STE li {
	list-style-position:outside;
	margin-bottom:1.5em;
	}
	
#STE {
	margin: 1em;
	padding: 5px;
	}
	
#STE ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type:upper-alpha;
	font-size:14px;
	font-weight:bold;
	
		}
#STE p {
	margin:0 auto;
	margin-top:5px;
	font-size:12px;
	font-weight:normal;
}

#STE1 li {
	list-style-position:outside;
	margin-bottom:1em;
	color:#FF0000;
	}

#STE1 {
	/*border: 1px solid #000;*/
	margin: 0em;
	/*width: 10em;*/
	padding: 0px;
	}
	
#STE1 ul {

	padding-left: 0px;
	list-style-type:decimal;
	font-size:14px;
	font-weight:normal;
		}

#STE1 p {
margin:0 auto;
margin-top:5px;
font-size:12px;
color:#333333;
}


#STE2 li {
	list-style-position:outside;
	margin-bottom:0em;
	color:#333333;
	}

#STE2 {
	/*border: 1px solid #000;*/
	margin: 0em;
	/*width: 10em;*/
	padding: 5px;
	}
	
#STE2 ul {

	padding-left: 0px;
	list-style-type:disc;
	font-size:12px;
	font-weight:normal;
		}


