/* Copyright 2008 Lightage */ 
html, body{
	background: #A19A88;
	margin: 0; 
	padding: 0;
	text-align: center;
	font: 100% "lucida sans", verdana, arial, helvetica, sans-serif;
}

input, select, textarea {
	border: 1px solid #006600;
	background: #ffffff;
	font: 13px Arial, Verdana;
	padding: 0 3px;
	color: #6f777a;
	margin-bottom: 6px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #00cc00;
	background: #ffffff;
}

input:focus, textarea:focus {
	border: 1px solid #006600;
	background: #eeeeee;
}

hr {
	border: 0;
	width: 100%;
	color: #006600;
	background-color: #006600;
	height: 1px;
}


#lingua{
	width: 860px;
	height: 20px;
	text-align: right;
	padding: 0;
	margin: 30px auto 0 auto; 
}

#pagina{
	border: 10px solid white;
	width: 840px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto; 

}

#sopra{
	width:840px;
	padding: 0;
	margin: 0;
}


#sopra ul{
	margin: 0;
	padding:0 0 0 5px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background: #777264;
	border-bottom:4px solid #556666;
	border-top:1px solid #ffffff;
}

#sopra ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#sopra ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 28px 0 28px;
	height:24px;
}

#sopra ul li a:hover{
	color: #444444;	
	}

#sopra ul li a.current,ul#sopra li a.current:hover{
	color:#dddddd;
}

#sotto {
	font-family: Arial, Verdana;
	padding: 10px;
	margin: 0 auto 0 auto;
	width:840px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #dddddd;
}

#sotto a {
	color: #dddddd;
	text-decoration: none;
}

#sotto a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}







#contenuti {
	background: #676256;
	width: 740px;
	padding: 30px 50px 50px 50px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;
}

#contenuti h1 {
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #B0DA63;
	border-bottom: 1px solid #777777;
}

#contenuti a:link, #contenuti a:active, #contenuti a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
}

#contenuti a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}




 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#sopra{display:none;} 
#contenuti{width:100%; float:none;}
}

