/* HOME */
#doc {
	position:relative;
}
a, a:link, a:visited {
	color:#bd0707; /* rosso */
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#463c46; /* grigio scuro */
	text-decoration:underline;
}
#logo {
	background:url(../images/logo.gif) no-repeat;
	width:425px;
	height:103px;
	position:absolute;
	top:40px;
	right:0;
	z-index:2;
}
#fotoHome {
	background:url(../images/foto1.jpg) no-repeat;
	width:320px;
	height:560px;
	position:absolute;
	top:40px;
	left:27px;
	z-index:1;
}
#menuHome {
	position:absolute;
	top:230px;
	left:330px;
	z-index:2;
}
#menuHome a {
	display:block;
	height:50px;
	width:120px;
	position:absolute;
}
#menuHome a#agenda {
	background:url(../images/home-agenda.gif);
	top:0;
	left:0;
}
#menuHome a:hover#agenda {
	background-position:bottom;
}
#menuHome a#curriculum {
	background:url(../images/home-curriculum.gif);
	top:50px;
	left:25px;
}
#menuHome a:hover#curriculum {
	background-position:bottom;
}
#menuHome a#fotografie {
	background:url(../images/home-fotografie.gif);
	top:100px;
	left:25px;
}
#menuHome a:hover#fotografie {
	background-position:bottom;
}
#menuHome a#multimedia {
	width:185px;
	background:url(../images/home-multimedia.gif);
	top:150px;
	left:25px;
}
#menuHome a:hover#multimedia {
	background-position:bottom;
}
#menuHome a#contatti {
	background:url(../images/home-contatti.gif);
	top:200px;
	left:13px;
}
#menuHome a:hover#contatti {
	background-position:bottom;
}
#menuHome a#links {
	background:url(../images/home-links.gif);
	top:250px;
	left:0;
}
#menuHome a:hover#links {
	background-position:bottom;
}
#footer {
	width:100%;
	text-align:center;
	color:#7c717c; /* grigio */
	font-size:85%;
	position:absolute;
	top:600px;
	right:0;
}
