@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000033;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	left: 10em;
} 
.twoColFixLtHdr #header { 
	padding: 0px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 4em;
	color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 370px;
	padding-top: 2em;
	background-image: url(#EEEEEE;);
	padding-bottom: 0em;
	height: 420px;
}

.twoColFixLtHdr #sidebar1p {
	font-size: 1em;
	font-family: "Georgia, Times New Roman, Times, serif";
	text-align: right;
	color: #FFFFFF;
	margin-top: 1em;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 385px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0em;
} 
.twoColFixLtHdr #footer {
	background:url(#EEEEEE;);
	width: 780px;
	padding-left: 0.5em;
	left: 20em;
	position: absolute;
	top: 52em;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Menu */
#menu ul{
	list-style-type: none;/*1. rimuoviamo i marcatori della lista*/
	overflow:hidden;/*2. usiamo questo metodo per evitare che lo sfondo dell’elemento contenitore collassa con elementi floatati*/
	padding: 2px;/*5. impostiamo un spazio cuscinetto (padding) di 1 px tra i bordi della lista e il suo contenuto*/
	margin: 0em;/*4. azzeriamo le margine - richiesto per Internet Explorer*/
	width: 100%;/*6. aggiungiamo un colore di sfondo al menu*/
	padding-top: 0em;
	left: 0em;
	padding-left: 0em;
	border: 0em;
	}
	
	
#menu ul li{
	display: block;/*1. convertiamo i link da elementi inline a elemento di blocco, per potere poi specificare altezza/larghezza*/
	float:left;/*2. usiamo la proprietà float per allineare gli elementi orizzontalmente*/
	padding-right:1.8em;/*per link di larghezza relativa alla larghezza del testo, usare padding-right invece di width*/
	height: 1.5em;/*4. e un altezza*/
	padding-left:3px;/*6. e un spazio cuscinetto (padding) a sinistra tra il bordo e il testo dei link*/
	text-decoration: none;/*12. togliamo la sottolineatura dei link aggiunta per default*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;/*9. specifichiamo il tipo di carattere usato*/
	font-size: 12px;/*10. e la misura del carattere*/
	color: #FF00FF;/*13. specifichiamo un colore per i link*/
	font-weight: bold;
	border-right-style: solid;
	border-right-width: medium;
	font-style: normal;
	font-variant: small-caps;
	margin-right: 0;
	margin-top: 2em;
	border: 0;
	border-bottom: 0;
	}
	
#menu ul li a:hover{
	border-left: solid #CCCCCC;/*3. e il colore dei link stessi*/
	}
	
#menu ul li a:link {
	color: #FFFF00;
	font-weight: bold;
	}
	
#menu ul li a:visited {
	color: #FFFFFF
	}

#menu ul li a.primo{
	margin-left:0;
	left: 0;
	}
#menu1 {
	list-style-type: circle;/*1. rimuoviamo i marcatori della lista*/
	overflow:hidden;/*2. usiamo questo metodo per evitare che lo sfondo dell’elemento contenitore collassa con elementi floatati*/
	margin-top: 2em;/*4. azzeriamo le margine - richiesto per Internet Explorer*/
	width: 100%;/*3. relativo al metodo applicato sopra, per Internet Explorer 6, specifichiamo una larghezza di 100%*/
	background-color:#FFCC00;/*6. aggiungiamo un colore di sfondo al menu*/
	border:0em;
	left: 0em;
	display: block;
	padding-top: 0em;
	color: #CC0000;
	padding-left: 0em;
	}

#menu1 a {
	display: block;/*1. convertiamo i link da elementi inline a elemento di blocco, per potere poi specificare altezza/larghezza*/
	padding-right:3em;/*per link di larghezza relativa alla larghezza del testo, usare padding-right invece di width*/
	height: 2em;/*4. e un altezza*/
	padding-left:1em;/*6. e un spazio cuscinetto (padding) a sinistra tra il bordo e il testo dei link*/
	text-decoration: none;/*12. togliamo la sottolineatura dei link aggiunta per default*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;/*9. specifichiamo il tipo di carattere usato*/
	font-size: 12px;/*13. specifichiamo un colore per i link*/
	line-height:3em;/*14. allineiamo verticalmente il testo*/
	font-weight: bold;
	border-left-style: none;
	border-left-width: medium;
	left: 1em;
	padding-bottom: 1em;
	}
	
#menu1 a:hover{
	border-left:1em solid;
	}
	
#menu1 a:link {
	color: #000033;
	}
	
#menu1 a:visited {
	color: #990000;
	}

#menu1 a.primo{
margin-left:0;
	}
	
#menu2 {
	list-style-type: circle;/*1. rimuoviamo i marcatori della lista*/
	overflow:hidden;/*2. usiamo questo metodo per evitare che lo sfondo dell’elemento contenitore collassa con elementi floatati*/
	margin-top: 2em;/*4. azzeriamo le margine - richiesto per Internet Explorer*/
	width: 100%;/*3. relativo al metodo applicato sopra, per Internet Explorer 6, specifichiamo una larghezza di 100%*/
	background-color:#FFCC00;/*6. aggiungiamo un colore di sfondo al menu*/
	border:0em;
	left: 0em;
	display: block;
	padding-top: 0em;
	color: #000000;
	padding-left: 0em;
	}

#menu2 a {
	display: block;/*1. convertiamo i link da elementi inline a elemento di blocco, per potere poi specificare altezza/larghezza*/
	padding-right:3em;/*per link di larghezza relativa alla larghezza del testo, usare padding-right invece di width*/
	height: 2em;/*4. e un altezza*/
	padding-left:1em;/*6. e un spazio cuscinetto (padding) a sinistra tra il bordo e il testo dei link*/
	text-decoration: none;/*12. togliamo la sottolineatura dei link aggiunta per default*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;/*9. specifichiamo il tipo di carattere usato*/
	font-size: 12px;/*13. specifichiamo un colore per i link*/
	line-height:3em;/*14. allineiamo verticalmente il testo*/
	font-weight: bold;
	border-left-style: none;
	border-left-width: medium;
	left: 1em;
	padding-bottom: 1em;
	}
	
#menu2 a:hover{
	border-left:1em solid;
	}
	
#menu2 a:link {
	color: #000000;
	}
	
#menu2 a:visited {
	color: #990000;
	}

#menu2 a.primo{
margin-left:0;
	}
	
.twoColFixLtHdr #titoloa  {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFF00;
	text-align: left;
	padding-top: 0.5px;
}

.titoloa  {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFF00;
	text-align: left;
	padding-top: 0.5px;
}
.twoColFixLtHdr #titolob {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0em;
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	padding-top: 0.5em;
}

.titolob {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0em;
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	padding-top: 0.5em;
}

.rosso {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0em;
	color: #FF99FF;
	font-weight: bold;
	text-align: right;
	padding-top: 0.5em;
	text-decoration: none;
}

.twoColFixLtHdr #titolod {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding-left: 0em;
	color: #FF66CC;
	font-weight: bold;
	text-align: left;
	padding-top: 0.5em;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.twoColFixLtHdr #titoloe {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding-left: 0em;
	color: #FF3399;
	font-weight: bold;
	text-align: left;
	padding-top: 0.5em;
	}
	
 .twoColFixLtHdr #titoloc {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFF00;
	text-align: left;
	padding-top: 2em;
}
.twoColFixLtHdr #didascalia {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0.5em;
	color: #FFFF00;
	text-align: center;
}
/* modulo */

#form3 {
	padding: 10px;
	width: 650px;
	border: 1px solid #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


input.sfondo {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CCCCCC url(sfondo.gif);
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	border: 1px solid #000000;
}

input.pulsante2 {
	background: #CCCCCC url(rana.gif) no-repeat;
	height: 50px;
	width: 50px;
	margin-top: 5px;
	border: 1px solid #000000;
	font: 1px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
input.pulsante {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC;
	text-align: center;
	padding: 5px;
	width: 140px;
	border: 1px solid #000000;
	margin-top: 10px;
}
input.text:focus {
	background: #CCCCFF;
}

input.pulsante:hover {
	background: #CCCCFF;
}
input.pulsante:active {
	background: #00CCFF;
}

textarea.sfondo {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CCCCCC url(sfondo.gif);
	width: 140px;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}

td.richiesto2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CC0000;
	text-align: right;
}
td.opzionale2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000066;
	text-align: right;
}
.twoColFixLtHdr  #h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0.5em;
	color: #FFFF00;
	text-align: center;
/* Stili Esempio # 4 */
}


.twoColFixLtHdr #tb {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0em;
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	padding-top: 0.5em;
}

.twoColFixLtHdr #tc {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 0em;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	height: 650px;
}
.twoColFixLtHdr #unacolonna {
	background:url(#EEEEEE;);
	padding-left: 0.5em;
	top: 5em;
	left: 10em;
	text-align: center;	
	line-height: 1.5em;
	display: inline;
} 

ul.puntini {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

