﻿body
{
	background-color: gainsboro;
	margin: 0px;
}

body, p, td
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}
a
{
	color: #3399ff;
	font-size: .9em;
}
a:hover
{
	text-decoration: none;
}



#Pagina
{
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	width: 980px;
	padding: 12px;
}
#Header
{
	width: 100%;
}

#MenuPrinc
{
	padding-top: 135px;
	width: 210px;
	height: 165px;
	float: left;
	z-index: 0;
	background-image: url(Immagini/sfondo_menu_princ.jpg);
	background-repeat: no-repeat;
}

#Contenitore
{
	background-color: #FFFFFF; /* center column background */
}
#Contenuto
{
	margin: 0;
	width: 100%;
	background-image: url(Immagini/SfMenuSx.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#C_LatoSx
{
	width: 210px; /* left column width */
	float: left;
	z-index: 10;
}
#C_Testi
{
	position: relative; /*z-index: 12;*/
	width: 765px;
	float: left;
}
.C_BoxSx
{
	margin-top: 5px;
	width: 200px;
}


#BarraTitolo
{
	border-bottom: gainsboro 1px solid;
	z-index: 11;
	width: 100%;
}

#AreaLavoro
{

}


.hbotton
{
	background-image: url(Immagini/SfBottom.jpg);
	height: 22px;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	color: White;
}

.TitoloPagina
{
	display:inline-block; 
	background-image: url(Immagini/SfTitolo.jpg);
	height: 15px;
	background-repeat: repeat-x;
	padding: 3px 15px 5px 15px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin-top:19px;  
}
