/* Foglio di stile aggiuntivo per versione stampabile */

/*
INIZIO TEST LDP 11/09/2006 per versione di stampa
*/


body {
	background: white;
	}

#contenuti {

  margin: 0em;
  padding: 0;
  width: auto;
  border: 0;

  float: none !important;
  
  color: black; 
  
}

h1, h2, p {
  padding-bottom: 1em;
}

p {
  text-align: justify;
}


.stampa, .invisibile, #navigazione, #intestazione, #informazioniaggiuntive {
  display: none;
}

/*
a:link, a:visited {
font-weight:bold;
text-decoration: underline;
color:#009;
}
*/

a:link, a:visited {
	color: #520;
	/*
	color:#009;
	*/
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


/*
FINE TEST LDP 11/09/2006 per versione di stampa
*/





.testoimmagine img {
  /* Evita il posizionamento assoluto della versione a video */
/*  position: static; */

  /* Allineamento a destra */
  /*
  float: right;
  padding-left: 1em;
  padding-bottom: 0.5em;
  */
}

/* IE5 non supporta .testoimmagine > img */

/*
.testoimmagine .testo img {
  float: none;
  padding-left: 0em;
  padding-bottom: 0em;
}


.testoimmagine {
  clear: both;
  min-height: 0px;
  height: 0px;
  height: auto !important;
}
*/

/*
.stampa, #nav_percorso, #nav_figli, #polimi, .nav-bar, .bottom-bar {
  display: none;
}

.destra {
  float: right;
  width: 30%;
  margin-right: 5%;
}
*/

/* Annulla impostazioni in polimi.css */

/*
* html, * html body {
  width: auto;
  height: auto;
  overflow: visible;
}

* html #contenitore {
  overflow-y: visible;
  position: static;
  width: auto;
  height: auto;
}
*/

