/* CSS Document */

body
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	font-family: "Comic Sans MS", Helvetica, Verdana, fantasy;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

div#contenitore
{
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	width: 800px;
	height: 603px;
}

div#titolo
{
	height: 120px;
	margin: 0;
	padding: 0;
}

div#contenuto
{
	margin: 0 200px 0 40px;
	padding: 0;
}

div#extra
{
	position: absolute;
	top: 140px;
	right: 0px;
	width: 208px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#piede
{
}

img#barraSup
{
	position: absolute;
	top: 0px;
	left: 20px;
}

img#barraDx
{
	position: absolute;
	top: 10px;
	right: 25px;
}

img#barraInf
{
	position: absolute;
	bottom: 10px;
	left: 20px;
}

img#barraSx
{
	position: absolute;
	top: 5px;
	left: 10px;
}

img#barraCen
{
	position: absolute;
	top: 145px;
	right: 180px;
}

h1
{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 30px;
	left: 185px;
	color: #FF6100;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1.1em;
	font-weight: bold;
	color: #007F00;
}

h3
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.8em;
	font-weight: bold; 	
}

div#contenuto img
{
	margin: 3px;
	padding: 0;
}

div#contenuto p
{
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: justify;
}

div#contenuto p.firma
{
	text-align: right;
	margin: 5px 0;
	padding: 0;
	font-style: oblique;
}
div#contenuto p a
{
	color: blue;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

div#contenuto p a:hover
{
	text-decoration: underline;
}
img#logo
{
	position: absolute;
	top: 10px;
	left: 80px;
}

img#barraMenu
{
	position: absolute;
	top: 100px;
	left: 27px;
}

img#barraPiede
{
	position: absolute;
	bottom: 60px;
	left: 22px;
}

div#nav
{
	position: absolute;
	top: 90px;
	left: 50px;
	width: 700px;
}

div#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 700px;
}

div#nav li
{
	float: left;
	margin: 0 60px 0 0;
	padding: 0;
	background: url(../immagini/sfondoMenuMin.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	line-height: 21px;
}

div#nav a
{
	display: block;
	width: 100px;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	background: url(../immagini/sfondoMenuMin.gif) no-repeat 0px 0px;
	color: #FFF;
	font-weight: bold;
}

div#nav a:hover
{
	background-position: -100px 0px;
}

div#nav li#current a,div#nav li#current a:hover
{
    background-position: -200px 0px;
}

div#nav li ul.sottomenu
{
	display: none;
	width: 160px;
}

div#nav li:hover ul.sottomenu
{
	display: block;
	position: absolute;
	z-index: 1;
	width: 160px;
	padding: 0;
}

div#nav li li
{
	margin: 0;
	padding: 0;
	width: 160px;
	background: url(../immagini/sfondoSottomenuMin.gif) no-repeat 0px 0px;
	line-height: 21px;
}

div#nav li ul.sottomenu a
{
	width: 160px;
	background: url(../immagini/sfondoSottomenuMin.gif) no-repeat 0px 0px;
	line-height: 21px;
}

div#nav li ul.sottomenu a:hover
{
	background-position: -160px 0px;
}

div#nav li#current ul.sottomenu a
{
	background-position: 0px 0px;
}

div#nav li#current ul.sottomenu a:hover
{
	background-position: -160px 0px;
}

div#nav li#current ul.sottomenu li#subCurrent a, div#nav li#current ul.sottomenu li#subCurrent a:hover
{
	background-position: -320px 0px;
}

div#sommario
{
	text-align: center;
	margin: 40px auto 0 auto;
	padding: 0;
}

div#sommario ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sommario li
{
	margin: 0 auto 22px auto;
	padding: 0;
	background: url(../immagini/sfondoSommarioMin.gif) no-repeat 0px 0px;
	display: block;
	width: 110px;
	line-height: 22px;
}

div#sommario a
{
	display: block;
	width: 110px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	text-align: center;
	background: url(../immagini/sfondoSommarioMin.gif) no-repeat 0px 0px;
	color: #FFF;
	font-weight: bold;
}

div#sommario a:hover
{
	background-position: -110px 0px;
}

div#sommario li#corrente a,div#sommario li#corrente a:hover
{
    background-position: -220px 0px;
}

div#sommario p
{
	font-size: 10px;
	line-height: 1.25em;
	margin: 5px 0;
	padding: 0;
}

a#contact
{
	position: absolute;
	bottom: 64px;
	left: 60px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a#guest
{
	position: absolute;
	bottom: 64px;
	left: 210px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a#zoom
{
	position: absolute;
	bottom: 64px;
	left: 300px;
	color: #FFF;
	text-decoration: none;
	text-indent: 16px;
	font-weight: bold;
}

a#lingua
{
	position: absolute;
	bottom: 64px;
	left: 630px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

img#italiano
{
	position: absolute;
	bottom: 30px;
	left: 40px;
}

img#francese
{
	position: absolute;
	bottom: 30px;
	left: 82px;
}

img#inglese
{
	position: absolute;
	bottom: 30px;
	left: 124px;
}

img.imgDx
{
	float: right;
	margin: 0;
	padding: 0;
}

img.imgSx
{
	float: left;
	margin: 0;
	padding: 0;
}
