/* classi per le pagine della cultura - Copyright PO-Net*/
.testata {
	background: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 115px;
}

 
div#cultura-indice ul {
margin: 0;
padding-left: 0;
}

div.areaevidenza ul {
margin: 0.5em 0 0 0;
padding-left: 0;
}


h1 {
	margin: 0 0 1em 0;
	background-color: #fff;
	color: #900;
	font-size: 170%; 
}

/* lingue in homepage */
div#arealingue {
	margin: 0 0 1em 0;
	padding: 0.4em 0 0 0.4em;
	border-bottom: 0.3em solid #DFDAC6;
}
div#arealingue ul {
	margin: 0;
	padding: 0; 
} 
div#arealingue li {
	list-style: none; 
	margin: 0;
	padding: 0;
	display: inline; 
	margin: 0 1em 0 0;
	padding: 0.3em 0.2em 0 1.8em;
	 
}
div#arealingue li a {  
 	text-decoration: none; 
	color: #000;
	background-color: #FFF;
	border-top: 0.2em solid #DFDAC6;
	border-bottom: 0;
	border-left: 0.2em solid #DFDAC6;
	border-right: 0.2em solid #DFDAC6;
	font-weight: bold;
	padding: 0.2em 0.2em 0.3em 0.2em;
}
div#arealingue li a:visited {  
 	text-decoration: none; 
	color: #900;
	background-color: #FFF;
	border-top: 0.2em solid #DFDAC6;
	border-bottom: 0;
	border-left: 0.2em solid #DFDAC6;
	border-right: 0.2em solid #DFDAC6;
}
div#arealingue li a:active {  
 	background-color: #FFFFFF;
 	color: #000000;
	border: 0.2em solid #FF9900;
}
div#arealingue li a:hover {  
 	background-color: #900;
 	color: #fff;
	border: 0.2em solid #900; 
}
div#arealingue ul li#it  {
	background: url('../img/it.gif') no-repeat;
		background-position: 2px;
}
div#arealingue ul li#en  {
	background: url('../img/en.gif') no-repeat;
		background-position: 2px;
}
div#arealingue ul li#de  {
	background: url('../img/de.gif') no-repeat;
		background-position: 2px;
}
div#arealingue ul li#fr  {
	background: url('../img/fr.gif') no-repeat;
		background-position: 2px;
}
div#arealingue ul li#es  {
	background: url('../img/es.gif') no-repeat;
		background-position: 2px;
}

