a {display:inline-block}
a:link, a:visited {text-decoration: none; color: #822126;}
a:hover {text-decoration: none; color: #822126; background: white}
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}

.lineainterna {
width:614px;
height:3px;
}
hr { height:0px; 
        border:0px; 
        border-top:3px solid #ffffff; 
}

#fotoV img{
margin:0;
padding:0;
border:2px solid #000000;
}
#fotoB	 img{
margin:0;
padding:0;
border:2px solid #000000;
}

#fotoV{
margin:0 auto;
padding:5px;
height:330px;
position:relative;
background:none;
width: 304px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 282px;
}

#fotoV  span{
    color:#000000;
	position:absolute;
	left:5px;
	top:282px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	width: 210px;
}

#foto  a{
	position:absolute;
	
	left:5px;
	top:156px;
	text-decoration:none;
	font-family:"Arial", Helvetica;
}
#fotoV  a{
	position:absolute;
	
	left:5px;
	top:224px;
	text-decoration:none;
	font-family:"Arial", Helvetica;
}

#foto img{
margin:0;
padding:0;
border:2px solid #000000;
}
#foto .imm{
margin:0;
padding:0;
border:0px;
}
#fotoV .imm{
margin:0;
padding:0;
border:0px;
}

#foto{
margin:0 auto;
padding:5px;
height:250px;
position:relative;
background:none;
width: 304px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 282px;
}

#fotoB{
margin:0 auto;
padding:5px;
height:185px;
position:relative;
background:none;
width: 274px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 252px;
}

#foto  span{
    color:#000000;
	position:absolute;
	left:5px;
	top:218px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	width: 270px;
	font-size:14px;
}


#modulo{
margin:0 auto;
padding:5px;
height:40px;
position:relative;
background:none;
width: 294px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 272px;
}

#modulo  span{
    color:#000000;
	position:absolute;
	left:5px;
	top:10px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}



body  {
	margin: 0; 
	padding: 0;
	text-align:justify; 
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000000;
	font-weight:400;
}


.thrColElsHdr #container {
	width: 644px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-color: #FFFFFF;
} 
.thrColElsHdr #header { 
	background: #000000; 
	padding: 0 0px;  /* 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. */
} 
.thrColElsHdr #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 */
}


.thrColElsHdr #sidebar1 {
	float: left; 
	width: 2em; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 2em; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.thrColElsHdr #mainContent {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	color: #000000;
	padding: 5px 15px;
	text-align:justify;
} 


#mainContent .a1 {display:inline-block}
#mainContent .a1:link, a1:visited {text-decoration: none; color: #000000;}
#mainContent .a1:hover {text-decoration: none; color: #000000; background: white}
#mainContent .em1 {font-size:16px}

#mainContent p {
	margin-right: 30px;
	margin-left: 8px;
} 
#mainContent em {
font-size:14px;
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.thrColElsHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}


fieldset{border:1px; color:#000000; border-style: solid; padding:1em;}
legend{font-weight:700}

#result{border:thin #000 solid;font-weight:700;text-align:right;}
#ParzialeA{border:thin #000 solid;font-weight:700; text-align:right;}
#ParzialeB{border:thin #000 solid;font-weight:700; text-align:right;}
#ParzialeC{border:thin #000 solid;font-weight:700; text-align:right;}
#ParzialeD{border:thin #000 solid;font-weight:700; text-align:right;}
#ParzialeE{border:thin #000 solid;font-weight:700; text-align:right;}
#Pagamento{border:thin #000 solid;font-weight:700; text-align:right;}.tassello {
	background-color: #CC9900;
	border: thin solid #000000;
}

