body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #54819e;
    background-image: url("/TribunaleMinori/Images/Lato.jpg");
    background-repeat: repeat-x;     
}
body, th, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;    
    color: #585858;
}

h1 
{
    font-weight: bold;
    font-size: 11pt;
}
a 
{
    color: #1c5da0;
    text-decoration: underline;
}
a:hover 
{
	color: #e84b0d;
	text-decoration: none;	
}



/* Impaginazione */
#container 
{
	position: absolute;
	height: 100%;
	width: 100%;
}
#centerPane 
{
	background-color: #ffffff;
	margin-left: 8%;
	margin-right: 8%;
}
#leftPane 
{
	position: absolute;
	left: 0px;
	width: 8%;
}
#rightPane 
{
	position: absolute;
	right: 0px;
	width: 8%;
}
#headerBg
{
	 background-image: url("/TribunaleMinori/Images/TribunaleMinoriSfondo.jpg");
	 background-repeat: repeat-x;	 
	 margin: 0;
	 width: 100%;
	 height: 151px;
}
#header
{
	 background-image: url("/TribunaleMinori/Images/TestataTribunale.jpg");
	 background-repeat: no-repeat;
	 background-position: top center; 
	 width: 100%;
	 height: 151px;
}
#footer
{
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
}
