@import url(contenuti.css);

/* ****************************** BODY ****************************** */
body{
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;	
	font-family: verdana, arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
}

/* ****************************** HEADER, ACCESSIBILITA E TITOLO ****************************** */
#header{display: none;}
#headerAccessibilita{display: none;}


/* ****************************** LOGIN ****************************** */
#login{	display: none;}


/* ****************************** PERCORSO ****************************** */
#percorso{display: none;}


/* ****************************** CORPO ****************************** */
#corpo{
	width: 100%;
	position: relative; 
	margin: 0em auto;
	padding-bottom: 1em;
}

/* ****************************** FOOTER - CREDITS ****************************** */
#footer{display: none;}
#credits {display: none;}


/* ****************************** MENU TOP ****************************** */
#menuTop{display: none;}


/* ****************************** MENU BOTTOM ****************************** */
#menuBottom{display: none;}


/* ****************************** MENU SX ****************************** */
#menuSx{display: none;}


/* ****************************** MENU DX ****************************** */
#menuDx{display: none;}


/* ****************************** CENTRO ****************************** */
#contenuto{}

.stretto{}
.espansoDx{}
.espansoSx{}
.espansoDxSx{}

#contenuto .titoloPage{
	border-bottom: 1px solid #889DBA;
	margin-bottom:20px;	
}

#contenuto h1 {
	padding: 0;
	margin:0;
	color: #889DBA;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:10px;	
}

/* ****************************** IMPOSTAZIONI GENERALI ****************************** */
.hide {
	display: none;
}

a:link,a:visited,a:hover{
	color: #000000;
}

a:link,a:visited, a:hover{
	text-decoration: none;
}

textarea, input, select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;	
}

hr.separavoci{
	height: 0px; 
	clear:both;
	border: dashed 1px #D7D7D7;
	margin-bottom:15px;
	margin-top:15px;
}

/* ****************************** CONTENUTI ****************************** */

#contenuto a.vai{display: none;}
