﻿body
{	
	background-color:black;
	background-image:url('../images/Sfondi/sfondo_zebra.jpg');
	background-repeat:repeat;
}

/*  --------------------------------- TABELLA ------------------------  */

table#pagina
{
	margin:auto;
	margin-top:0px;
	background:black;
	width:920px;
	height:100%;
	border-spacing:0;
	
	border-style:solid;
	border-left-color:#000000;
	border-left-width:10px;
	border-right-color:#000000;
	border-right-width:10px;
	border-bottom-color:#333333;
	border-bottom-width:10px;
	border-top-color:#333333;
	border-top-width:10px;

}

/*  -------------------------------------------------------------------  */



/*  -------------------- BARRA DELL'INTESTAZIONE ------------------------  */

div#intestazione
{
	background-image:url('../images/Sfondi/banner_alto.png');
	margin:auto;
	margin-top: 20px;
	margin-bottom:20px;
	height:150px;
	width:900px;
	background-repeat:no-repeat;
}

div#intestazione_1
{
	padding-top: 90px;
	height:50px;
	width:900px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#f54997;
	font-size:10px;


}
img.home
{
	border-width:0;
}


/*  COLLEGAMENTI INTESTAZIONE  */
a.intestazione_2:link, a.intestazione_2:visited, a.intestazione_2:focus
{	
	color:#f54997;
	text-decoration:none;
}
a.intestazione_2:hover
{	
	color:#ffffff;
	text-decoration:none;
}

/*  -------------------------------------------------------------------  */





/*  -------------------- BARRA DEL MENU ------------------------  */



/*  BORDI TASTI INTERNI  */

tr#menu0
{	

	margin:auto;
	background-image:url('../images/Sfondi/barra.gif');
	background-repeat:repeat-x;
	height:40px;
	width:900px;
	border-collapse:collapse;
	border-spacing:0px;
	

}

div#menu1
{	

	border-top-color:#f54997;
	border-top-width:1.5px;;
	border-top-style:solid;

}

div.menu_1
{	
	height:40px;
	width:178px;
	float:left;
	color:white;
	text-align:center;
	font-weight:bold;
	border-bottom-style:solid;
	border-color:#717171;
	border-width:1.5px;

}

div.menu_1_2
{
	border-left-style:solid;
	border-color:#717171;
	border-width:1.5px;
	
}
div.menu_ultimo
{
	width:178px;
}




/*  LINK DEL MENU - I CARATTERI */

div.menu_2
{	
	margin-top:15px;
	font-size:12px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/*  COLLEGAMENTI MENU  */
a.menu_3:link, a.menu_3:visited, a.menu_3:focus
{	
	color:#FFFFFF;
	text-decoration:none;
}
a.menu_3:hover
{	
	color:#f54997;
	text-decoration:none;
}


/*  PAGINA MENU SELEZIONATA  */

div.selezione
{
	border-bottom-color:black;
	border-bottom-width:1px;
	background-image:url('../images/sfondi/barraselezione1.gif');
	background-repeat:repeat-x;

}


/*  -------------------------------------------------------------------  */

/*  -------------------------- CONTENUTO ------------------------------  */


tr#contenuto
{	
	color:white;
}

/*  -------------------------------------------------------------------  */




/*  -------------------- PIE DI PAGINA ------------------------  */

div#pie_di_pagina
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin:auto;
	color:#f54997;
	float:none;
	padding-top:10px;
	padding-bottom:10px;


}
/*  -------------------------------------------------------------------  */



.nientebordi
{
	border-style:none;
}
.centrato
{
	text-align:center;
}




