/* Copyright 2007 Lightage */ 
html, body{
	margin: 0; 
	padding: 0;
	border: 0;
	background: #D9D7C1 url(gfx/back_body.jpg) repeat-x;
} 

h1 {
	text-align: left;
	font: 15px arial, sans-serif;
	color: #555;
	font-weight: bold;
	border-bottom: 1px dotted #C4AE7C;
	padding-bottom: 6px;
}

h2 {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #555;
	font-weight: bold;
	border-bottom: 1px dotted #C4AE7C;
	padding-bottom: 4px;
}

.contenuti img {
	padding: 2px;
	border: 1px solid #676767;
}

.contenuti img:hover {
	padding: 2px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

contenuti legend {
	font-size: 13px;
	font-weight: bold;
 	text-align: left;
	padding: 0 10px 0 10px;
}

fieldset {
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #e6ead5;
	background: #ffffff;
	font: 12px arial, sans-serif;
	color: #777777;
	padding: 0 3px;
	margin-bottom: 6px;
}

#sopra{
	width:960px;
	height: 115px;
	padding: 0px;
}

div.navigation {
	padding-right:60px;
	text-align:right;
	font-family: "Lucida sans", Lucida, Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.navigation li{
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.navigation li a {
	border-bottom: 1px solid #999797;
	background: #999797 url("gfx/tab-blue-left2.gif") left top no-repeat;
	text-decoration: none;
	color: #444;
	padding: 0 0 2px 10px;
	margin: 0 2px 0 2px;
	font-weight: normal;
}

div.navigation li a:hover {
	border-bottom: 1px solid #f0f0f0;
	background: #f0f0f0 url("gfx/tab-blue-left1.gif") left top no-repeat;
}

div.navigation li a:hover span
{
	background: url("gfx/tab-blue-right1.gif") right top no-repeat;
	padding-right: 10px;
} 

div.navigation li a span
{
	background: url("gfx/tab-blue-right2.gif") right top no-repeat;
	padding-right: 10px;
} 

div.navigation li#activelink {
	border-bottom: 1px solid #f0f0f0;
	background: #f0f0f0 url("gfx/tab-blue-left1.gif") left top no-repeat;
	color: #550000;
	padding: 0 0 2px 10px;
	margin: 0 2px 0 2px;
}

div.navigation li#activelink span
{
	background: url("gfx/tab-blue-right1.gif") right top no-repeat;
	padding-right: 10px;
} 

#pagina{
	width:994px;
	min-height: 250px; 
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto; 
}

.finestralogin{
	float: left;
	width:180px;
	padding: 10px;
	margin: 4px 4px 0 4px;
	background: #FFFFFF;

	font: 12px arial, sans-serif;
	color: #777777;
}

.finestralogin ul {
	display: block;
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(gfx/bullet_star.png);
}

.finestralogin a {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

.finestralogin a:hover {
	color: #5FBFDF;
	text-decoration: none;
}

#sotto{
	float: left;
	width:944px;
	height: auto;
	padding: 4px 8px 4px 0;
	margin: 4px 0 0 4px;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #777777;
	text-align: right;
}

#sotto a {
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

#sotto a:hover {
	color: #777777;
	text-decoration: underline;
	font-weight: normal;
}

#colonnasx{
	width:200px;
	min-height: 250px;
	padding: 0;
	margin: 0;
	float:left; 
	position:relative;
}

#colonnadx{
	float: left; 
	display:inline; 
	position: relative; 
	width:750px;
	margin: 2px 2px 0 8px;
}



.contenuti{
	float: left; 
	width:728px;
	margin: 2px 0 2px 0;
	background: #FFFFFF;
	font: 12px arial, sans-serif;
	color: #777777;
	padding: 10px;
}

.contenuti ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

.contenuti li {
	list-style: none;
	padding: 0;
}

.contenuti a {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

.contenuti a:hover {
	color: #5FBFDF;
	text-decoration: none;
}



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
