@charset "UTF-8";
/* CSS Document */

/* impostazioni site-wide */

body {
	margin: 0px;
	background-image: url(images/bg.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
}


img {
	border: 0px;
}


p {
margin: 0px;
border: 0px;
}

a,
a:active,
a:visited {
	color: #ffffff;
}

a:hover {
	color: #FFFF00;
}


/* vari layer di struttura */

#page {
	width: 781px;
	text-align: left;
	margin: auto;
	background-image: url(images/bg-page.jpg);
}


#header {
	height: 108px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}



#footer {
	height: 80px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}

#footer-int {
	height: 47px;
	background-image: url(images/footer-int.jpg);
	background-repeat: no-repeat;
	clear: both;
}


#content {
	text-align: center;
}

#content-int {
	text-align: center;
	background-image:url(images/bg-cioccolato.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content-video {
	text-align: center;
	/* background-image:url(images/bg-video.jpg);
	background-repeat:no-repeat;
	background-position: bottom; */
	height: 800px;
}

#content-download {
	text-align: center;
	/*background-image:url(images/bg-download.jpg);
	background-repeat: no-repeat;
	background-position: bottom; */
	height: 800px;
}


#menu {
	height: 56px;
}

#submenu {
	height: 14px;
	background-image:url(images/sub-menu.jpg);
	background-repeat: no-repeat;
}

#left {
	width: 260px;
	float: left;
	background-image: url(images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	text-align: center;
}

#right {
	width: 521px;
	float:right;
}

#foglio {
	width: 460px;
	background-image:url(images/lezioni-foglio.jpg);
	background-repeat: repeat-y;
	margin: auto;
	color: #000000;
	line-height: 16px;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}

#foglio-top {
	width: 510px;
	height: 80px;
	background-image:url(images/lezioni-foglio-top.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

#foglio a,
#foglio a:active,
#foglio a:visited {
	color: #340C0A;

}

#foglio a:hover {
	color: #000000;

}


/* stili - classi */


.padding20 {
	padding-left: 20px;
	padding-right: 20px;
}

.footer {
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.titolo {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #340C0A;
	font-weight:bold;
}


.link-uni {
	float:right;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	margin:0px;
	padding-bottom: 20px;
	cursor:pointer;
}


.link-cat {
	clear: both;
	float:right;
	padding-left: 90px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin:0px;
	margin-top_ 50px;
	cursor:pointer;

}

.link-nestle {
	clear: both;
	float:right;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 15px;
	margin:0px;
	cursor:pointer;

}