/* CSS Document */
/* style per la zona centrale 
** BOX CON ANGOLI ARROTONDATI 
** A LARGHEZZA LIQUIDA
** AUTHOR: dott. EMANUELA PITASSI
*/
	
	.aus{
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.aus_centrato{
	 	width: 95%;
		margin: 0 auto;
		text-align: left;
	}
	
	

/* BORDI CREATI TRAMITE GIF 1x1 */
	.border_bot, .border_top, .border_sx, .border_dx {
		background-image: url(images/border_lightgrey.gif);
		margin: 0;
		padding:0;
	}
		.border_bot{
			background-position:left bottom; 
			background-repeat:repeat-x;	
                        margin-bottom: 1em;
		}
		.border_top{
			background-position:left top; 
			background-repeat:repeat-x;	
		}
		.border_sx{
			background-position:left top; 
			background-repeat:repeat-y;	
		}
		.border_dx{
			background-position:right top; 
			background-repeat:repeat-y;	
		}
/* ANGOLI SMUSSATI IN ALTO A SINISTRA E A DESTRA DEL BOX */		
		.up_sx{	background-image:url(images/bordo_up_sx.gif); background-position: left  top;  background-repeat: no-repeat;  height: 1%;}
		.up_dx{ background-image:url(images/bordo_up_dx.gif); background-position: right top;  background-repeat: no-repeat;    height: 1%; }
		
		
/* STILI PER LA FORMATTAZIONE INTERNA DEI BOX CENTRALI */

	.box{
		padding: 0.15em 0.15em;
		margin: 0;
	}
	
	.box li{
		list-style-type: none;
		margin: 0;
		padding: 0 0.5em 0.2em 0.5em;
		font-size: 0.7em;
		line-height: 1.5em;
	}
	.box a:link, .box a:visited{
		text-decoration: none;
		color: #383838;
		background-color: white;
	}
	.box a:hover, .box a:active, .box a:focus{
		text-decoration: underline;
		color: #7F6819;
		background-color: white;
	}
	.box .box_titolo{
		background-image:url(images/bg_title_main.gif);
		background-position: 0 0;
		background-repeat: repeat-x;	
		border: 1px solid #E1DCC2;
		font-weight: bold;
		padding: 0 0.5em 0.2em 0.5em;
		margin: 0;
	}
	
	.box .box_veditutto {
		border-top: 1px solid #400000;
		color: #400000;
		font-size: 0.65em;
		background-color:#E1DCC2;
		text-align: right;
		margin: 0;
		padding-right: 0.5em;
	}

/* STILI PER LA FORMATTAZIONE INTERNA DEI BOX CENTRALI - fine */
	
	
/* immagini in fondo */
	.center_img{
		text-align: center; 
		margin-top:0.5em;
	}
	.center_img img{
		margin: 0 1em;
		border: 0;	
	}
