@charset "utf-8";

body, html {
   height: 100%;
   margin: 0;
   padding: 0;
   background: url(../oggetti/parchemin_double2.png) repeat;
} 
#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
}
#masterhead {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	}
#insegna {
    width: 600px;
    height: 150px;
	position: absolute;
    top: 3px;
    left: 50%;
	margin-left: -300px;
}
#tit1 {
    width: 488px;
    height: 58px;
	position: absolute;
    top: 40px;
	left: 50%;
    margin-left: -244px;
}
#tit2 {
    width: 400px;
    height: 50px;
	position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -200px;
}
#logo {
    width: 150px;
    height: 156px;
	position: absolute;
    top: 10px;
    left: 50%;
	margin-left: -450px;
}
#libro_01 {
    width: 250px;
    height: 150px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 230px;
}
#mainbody {
    width: 1000px;
    height: 670px;
	position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -500px;
}
#mainbodyimg {
    width: 100%;
    height: 100%;
}
#figura {
    width: 150px;
    height: 350px;
    position: absolute;
    top: 110px;
    left: 15px;
	opacity: .3;
	z-index: 1;
}
#sigillo {
    width: 80px;
    height: 80px;
    position: absolute;
	top: 520px;
	left: 820px;
    z-index: 3;
}
#motto2 {
    width: 700px;
    height: 150px;
    position: absolute;
	left: 50%;
    margin-left: -350px;
	top: 120px;
	opacity: .5;
    z-index: 4;
}
#dante {
    width: 310px;
    height: 370px;
    position: absolute;
	top: 370px;
	left: 70px;
	opacity: .5;
    z-index: 4;
}
#barca{
    width: 335px;
    height: 335px;
    position: absolute;
	top: 250px;
	left: 50%;
    margin-left: -95px;
	opacity: .5;
	transition: opacity .30s ease-in-out;
   -moz-transition: opacity .30s ease-in-out;
   -webkit-transition: opacity .30s ease-in-out;
}
#barca:hover {
	opacity: 1;
}
/* menu di navigazione*/
ul#menu {
	width: 424px;
	position: absolute;
	height: 20px;
	top: 30px;
	left: 50%;
	margin-left: -212px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	list-style: none;
}
ul#menu li {
	margin:0;
	padding:0;
	float:left;
	padding:0px 11px;
	color: #000000;
	/*border-right: 0.5px solid #000000;*/
	position: relative;
}
ul#menu li a {
	float: left;
	text-decoration: none;
	color: #000000;
}
ul#menu li a:hover {
	color: #3c6057;
}
ul#menu ul {
	padding:0;
	list-style: none;
	visibility: hidden;
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 11px;
	text-align: left;
	background: #f6e9d4;
	z-index: 7;
}
ul#menu li:hover ul {
	visibility: visible;
}
ul#menu ul li {
	float: none;
	border: 1px solid #3c6057;
}

ul#menu ul a {
	padding: 5px;
	width: 150px;
	display: block;
	float: none;
	text-transform: none;
}
ul#menu ul a:hover {
	background-color: #3c6057;
	color: #f6e9d4;
}
/* --- link --- */

a:link {
		color: black;
		text-decoration: none;
}
a:hover { 
		color: #4b4b4b;
}
p1 {font-family: Arial, sans-serif; font-size: 16px;}
p2 {font-family: Arial, sans-serif; font-size: 22px;}
p3 {font-family: Arial, sans-serif; font-size: 18px;}
p4 {font-family: Arial, sans-serif; font-size: 12px;}