@import url(contenuti.css);

a:link:after, a:visited:after {
	content: " [" attr(href) "]";
}

/* ****************************** BODY ****************************** */
body {
	background-color: #FFFFFF; 
    color: #000000;
    font:0.7em Arial, Verdana,sans-serif; 
    margin:0;
    padding:0;
    text-align: left;
}

/* ****************************** STRUTTURA ****************************** */
#top {display: none;}
#topRiga {display: none;}
#intestazione {margin-bottom: 20px;}
#pagina {width:100%;}


/* ****************************** INTESTAZIONE ****************************** */

#tab_home {display: none;}

#tab_centro{font-weight:bold; color: #000040;}
#tab_centro h1{	font-size: 36px; margin:0; padding:0}
#tab_centro h2{	font-size: 17px; margin:0; padding:0}

#accessibilita {display: none;}

/* ****************************** MENU' SX ****************************** */

#menuSx {display: none;}

/* ****************************** CORPO ****************************** */

#corpo {
	position: relative;
	left: 0;
	width: 100%;
	margin:0;
	padding:0;
}

#credits {display: none;}
#redazione {display: none;}
#gallery_laterale {display: none;}

/* ****************************** CONTENUTO (dentro CORPO) ****************************** */

#contenuto h1{	
	margin:0;
	margin-bottom: 10px;
	padding:0;
	color: #FF5D5D;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing:1px;
	font-style:oblique;
	height:25px;
	line-height:25px;
}
#testo{
	text-align: justify;
	line-height:1.3em;
	font-size: 1.1em;
	margin:0;
	padding:0;
}

#testo h2{
	color: #4776A4;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px; 
	padding: 0px; 
}

#testo h2 a:link,#testo h2 a:visited,#testo h2 a:hover{
	font-size: 1.0em;
	color: #4776A4;
	font-style: italic;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}
#testo h3{
	color: #7D9EBF;
	font-size: 1em;
	font-weight: normal;
	margin: 0px; 
	padding: 0px; 
}

#testo h3 a:link,#testo h3 a:visited,#testo h3 a:hover {
	font-size: 1em;
	color: #7D9EBF;
	font-weight: normal;
}

#testo p{ 
	text-align:justify;	
	margin: 0px; 
	padding: 0px; 
}

.back{
	display: none;
	text-align: right;
}

.fotoScheda{
	float: left;	
	margin: 0px 10px; 
	padding: 0px 10px; 
	padding-right: 17px;
}

/* ****************************** IMPOSTAZIONI GENERALI ****************************** */

a:link,a:visited,a:hover{color: #000000;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}

a img, img {border: 0px;}

.hide {display: none;}

textarea, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}