﻿body
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: Trebuchet MS,Tahoma, AvantGarde Bk BT,Verdana, Arial, sans-serif;
    font-size: 12px;
}

#BannerHead
{
	width: 800px;
	float:left;
	height: 246px;
	background-image: url('../../Design/BarraMenuImm.png');
	background-repeat: no-repeat;
}
#Head
{

}
#Corpo
{
	min-height: 300px;
	background-image: url('../../Design/Corpo.png');
	background-repeat:repeat-y;
}


#Header
{
	background-image: url('../../Design/Header.png');
	background-repeat: no-repeat;
	height: 12px;
	margin-top:10px;
}

#Footer
{
	background-image: url('../../Design/Footer.png');
	background-repeat: no-repeat;
	height: 60px;
}

#Head,#Corpo,#Footer 
{
	width: 800px;
	min-width: 800px;
}

.TabellaMasterPage
{
	padding: 0px;
	border: 0;
	border-spacing: 5px;
	width: 100%;
}

.ImmagineTesto
{
	float: left;
	margin: 5px 5px 5px 0;
}

.pMaster
{
	margin-left:9px; 
	margin-right:9px; 
	margin-bottom:5px;
}


/* Barra di navigazione */

.menuNavigazione
{
	margin:0;
	padding:0.5em 0;
	text-align:center;
	font-weight:bold;
}

.menuNavigazione li.primavoce
{
	border-left:none;
}

.menuNavigazione li
{
	display: inline;
	height: 0;
	border-left: 1px solid #666;
	padding: 0 1em;
}

.menuNavigazione a
{
	white-space:nowrap;
}

.menuNavigazione a:link, .menuNavigazione a:visited
{
	color:#000;
	text-decoration:none;
}

.menuNavigazione a:hover, .menuNavigazione a:focus, .menuNavigazione a:active
{
	color: #000;
	text-decoration: underline;
}

/* Formattazione */

.Titoletti
{
    font-size: 1.4em;
}
