﻿body
{
	margin: 0;
	padding: 0;
	background-color: White;
	font-family: Arial;
	font-size: 12px;
}
a img
{
	border: 0;
}
.centrato
{
	width: 1000px;
	margin: 0 auto;
}
#top
{
}
#sfondoBianco
{
	width: 50%;
	height: 300px;
	background-image: url(images/sfondoTop.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#sfondoAzzurro
{
	background-color: #d5e9ed;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 300px;
	z-index: -1;
}
#menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li
{
	float: left;
	padding-bottom:10px;
	padding-top:10px;
	width:115px;
	text-align:center;
}
#menu li.longItem
{
	width:150px;
}

#menu li a
{
	font-size: 1.0em;
	color: White;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover
{
	color: Yellow;
}
#center
{
	clear: both;
	margin-bottom:10px;
}
#bottom
{
	background-color: #d5e9ed;
	border-top: 1px #a8d2da solid;
	clear: both;	
}
#intestazione
{
	background-image: url(images/topLogo.jpg);
	height: 300px;
}
#contenuto
{
}
#contenutoSx
{
	float: left;
	width: 640px;
	margin-top: -30px;
	z-index: 1;
}
#contenutoSx h1
{
	font-family: Verdana;
	font-size: 32px;
	color: #ba233c;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#contenutoSx h1 span
{
	font-size: 14px;
	color: Black;
}
#lastruttura
{
	background-image: url(images/topboxSx.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #d5e9ed;
	padding: 15px;
	margin-left:10px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom:0;
}
#lastruttura h1
{
	font-family: Arial;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
	color: Black;
}
#lastruttura p
{
	margin-bottom: 0;
}
#lastruttura img
{
	background-color: White;
	padding: 5px;
	border: 1px #bbb solid;
}
#contenutoDx
{
	float: right;
	width: 360px;
}
.boxDx
{
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	background-image: url(images/topboxDx.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #d5e9ed;
	position: relative;
}
.boxDx h3
{
	font-size: 15px;
	margin-top: 3px;
}
.boxDx p
{
	margin-bottom: 0;
	padding-right: 10px;
	font-size: 11px;
}
.boxDx img
{
	float: left;
	margin-right: 10px;
	background-color: White;
	padding: 5px;
	border: 1px #bbb solid;
	width: 130px;
	height: 154px;
}
.boxDx a
{
	position: absolute;
	display: block;
	font-size: 11px;
	color: Black;
	top: 160px;
	left: 160px;
}
.boxDx a:hover
{
	color: #666;
}
.boxDx hr
{
	visibility: hidden;
	height: 1px;
	clear: both;
	margin: 0;
}
#news ul
{
	list-style: none;
	padding: 0;
	margin: 0 20px 0 20px;
}
#news ul li
{
	margin-top: 10px;
}
#news h3
{
	margin-bottom: 5px;
	font-size: 1.1em;
	padding-left: 30px;
	background-image: url(images/list-item.jpg);
	background-repeat: no-repeat;
}
#news p
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.galleria
{
	position: relative;
	height: 130px;
}
.galleria .f1
{
	left: 0;
	top: 10px;
	z-index: 1;
}
.galleria .f2
{
	left: 110px;
	top: 0;
	z-index: 2;
}
.galleria .f3
{
	left: 200px;
	top: 15px;
	z-index: 1;
}
.galleria .f4
{
	left: 290px;
	top: 0;
	z-index: 0;
}
.video
{
	background-color: Black;
	height: 172px;
	width: 200px;
	background-position: center center;
	background-repeat: no-repeat;
}
#copyright
{
	padding-left: 20px;
	padding-top:22px;
	height: 50px;
	font-size: 11px;
}

