/* elementi di pagina */
p
{
    text-align: justify;
}
body {
	background-image: url(Sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #C8E4F0;
	margin: 0px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
em
{
	background-color: transparent;
}
h1 
{
    font-size: x-large;
}
h2
{
    font-size: large;
}
#header {
	height: 40px;
	margin-top: 17px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
#content, #content2, #content3, #content4, #content5 {
	background-color: #FFFFFF;
	background-image: url(content.jpg);
	background-repeat: repeat-y;
	/* height: 470px; */
}
#contenttotale 
{
    background-image: url(content.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(footer.jpg);
	height: 79px;
	background-repeat: no-repeat;
}
#footer div {
	text-align: center;
	line-height: 1em;
	/*font-size: smaller;*/
	margin: 1px 4px 0px 4px;
	padding-top: 6px;
}
.padding
{
	padding-left: 14px;
	padding-right: 14px;
}
.padding4
{
	padding: 14px;
}
.servizio
{
	padding: 14px;
	background-image: url(servizio.jpg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
/* navigazione */
#headerList {
	height: 40px;
	overflow: hidden;
}
ul#navlist
{
	margin-top: 1px;
	margin-left: 8px;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	display: block;
	float: left;
	height: 38px;
	padding: 0px 16px;
	line-height: 40px;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
	color: #333;
	text-decoration: none;
	line-height: 50px;
	background-image: none;
	background-image: url(goNav.jpg);
	background-repeat: no-repeat;
	background-position: right -1px;
}

#navlist a:hover
{
	color: #fff;
	background-color: #333;
	text-decoration: none;
	line-height: 50px;
	background-image: url(goNav.jpg);
	background-repeat: no-repeat;
	background-position: right -41px;
}
#headerLogo
{
	height: 40px;
	overflow: hidden;
}
#headerLogo a
{
	display: block;
	width: 80px;
	height: 40px;
	margin-left: 20px;
	background-image: url(headerLogo.jpg);
	background-repeat: no-repeat;
}
#headerLogo a:link, #headerLogo a:visited
{
	background-position: 0px 0px;
}
#headerLogo a:hover 
{
	background-position: 0px -40px;
}
/* splash */
#splash
{
	margin: 15px 15px;
	width: 920px;
	height: 270px;
	background-image: url(Splash.jpg);
	background-repeat: no-repeat;
}
#splash h1
{
	position: absolute;
	left: -2000px;
}
.splash0
{
	position: absolute;
	left: -2000px;
}
#splashP1
{
	font-size: large;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 6px;
	padding-left: 18px;
	padding-top: 185px;
}
#splashP2
{
	margin: 0px;
	text-indent: 130px;
	font-weight: bold;
}
/* tab show in home page */
.tab-menu-class {
	/*margin-left: 40px;*/
	margin-top: 8px;
}
#tab-contenuto
{
	background-color: #EFF3F5;
	background-image: url(tab-contenuto.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #D2DEE3;
	margin-right: 14px;
	padding: 14px;
	height: 250px;
}
#tab-contenuto div
{
	background-image: url(logoTab.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 250px;
}
#contenuto-vuoto
{
	height: 250px;
}
#tab-menu
{
	position:absolute;
	width: 219px;
	/*margin-left: 40px;*/
	margin-top: 8px;
}
#tab-menu ul
{
	margin-left: 0;
	padding-top: 2px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#tab-menu li
{
	background-image: url(tab.jpg);
	background-position: right;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	/* hack per IE6 */
	margin-bottom: -15px;
}
/* hack per IE6 */
#tab-menu>ul li {
	margin-bottom: 0px;
}
#tab-menu li a
{
	display: block;
	padding: 8px;
	margin: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #D2DEE3;
	background-image: url(Freccia.gif);
	background-repeat: no-repeat;
	background-position: 2000px;
}
#tab-menu li a:link, #tab-menu li a:visited
{
	color: #000;
	text-decoration: none;
	padding-left: 24px;
}
#tab-menu li a:hover
{
	text-decoration: underline;
	background-image: url(Freccia.gif);
	background-repeat: no-repeat;
	background-position: 175px center;
}
#tab-menu li a.tab-attivo
{
	background-color: #EFF3F5;
	color: #000;
	border-top: 1px solid #D2DEE3;
	border-left: 1px solid #D2DEE3;
	border-bottom: 1px solid #D2DEE3;
	border-right: none;
	padding-left: 20px;
	background-image: url(Freccia.gif);
	background-repeat: no-repeat;
	background-position: 175px center;
	font-weight: bold;
}
#tab-menu li a.tab-attivo:hover
{
	text-decoration: none;
	background-image: url(Freccia.gif);
	background-repeat: no-repeat;
	background-position: 175px center;
	font-weight: bold;
}
.contenuto-nascosto
{
	display: none;
	clear: both;
}
/* immagini */
.border1
{
	border:1px solid black;
}
.cornice
{
	border: 1px solid black;
	background-color: #fff;
	padding: 4px;
}
.corniceLeft
{
	border: 1px solid black;
	background-color: #fff;
	padding: 4px;
	float: left;
	margin: 0px 12px 4px 0px;
}
.corniceRight
{
	border: 1px solid black;
	background-color: #fff;
	padding: 4px;
	float: right;
	margin: 0px 0px 4px 12px;
}