* {
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	background-image:url(img2/sfondo4.jpg);
	background-repeat:no-repeat;
	background-color:#E0E0DB;
	font-family: "Trebuchet MS";
	background-attachment:fixed;
}

div#sfondo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div#sfondo img { 
	width: 100%; 
}

div#centrale {
	width: 690px;
	background-color: #FFF;
	border: 1px solid #300;
}

div#testata {
	width: 100%;
	height: 150px;
	background-image: url(img2/testata.jpg);
}

div#testata img {
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	border: none;
}

div#testata h1 {
	padding-top: 30px;
	margin-left: 125px;
	font-size: 24pt;
	text-align: center;
}

/* *** */

div#generale {
	width: 950px; 
	margin: 0 auto;
	color: #27101D;
}

div#menu {
	height: 50px;
	font-size: 17pt;
	font-weight: bold;
	color: #FFF;
}

div#menu li {
	width: 101px;
	height: 50px;
	display: block;
	float: left;
	text-align: center;
	line-height: 50px;
	background-image: url(img2/gradiente-menu.png);
	background-repeat: repeat-x;
}

div#menu a {
	color: #FFF;
	text-decoration:none;
}

div#menu a.current, div#menu a:hover { 
	text-decoration:underline;
}

div#flash {
	width: 100%;
	height: 255px;
}

div.footer {
	width: 100%;
	height: 50px;
	background-image: url(img2/gradiente-menu.png);
	background-repeat: repeat-x;
}

div.footer div {
	margin: 0 5px;
	line-height: 16px;
}

div.footer * {
	font-size: 8pt; 
	color: #FFF;
}

div.footer a:hover {
	text-decoration: underline;
}

div#laterale div.footer {
	text-align: center;
}

/* laterale */
div#laterale {
	width: 200px;
	float: right;
	background-color: #FFF;
	border: 1px solid #300;
}

div#news {
	font-size: 10pt;
}

div.menu_news {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-image: url(img2/gradiente-menu.png);
}

a.link_news {
	padding: 10px;
	padding-bottom: 0;
	display: block;
	color: #000;
	text-decoration: none;
}

a.link_news:hover {
	text-decoration: underline;
}

span.titolo_news {
	font-size: 12pt;
	font-weight: bold;
}

span.data_news {
	padding-left: 5px;
	font-size: 8pt;
}

span.sub_news {
	font-size: 9pt;
}

img.blockimg {
	display: block;
}


/* pagine */

div.contenuto {
	height: 480px;
	padding: 10px;
	font-size: 11pt;
}

div.contenuto div#titolo {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
}

div.contenuto p {
	margin-bottom: 1.20em; 
}

div.contenuto img {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

div.contenuto#contenuto_gelato {
	height: 490px;
	padding: 0;
}

div.contenuto#contenuto_gelato div#testo {
	height: 395px;
	margin: 10px;
	font-size: 10pt;
}

div.contenuto#contenuto_contatti {
	font-size: 10pt;
}

div.contenuto#contenuto_contatti img, div.contenuto#contenuto_contatti iframe {
	margin-top: 0;
	margin-bottom: 5px;
}

div.contenuto#contenuto_contatti p { 
	margin-bottom: 0.45em;
}

div.contenuto#contenuto_contatti a {
	color: #000;
	text-decoration: none;
}

div.contenuto#contenuto_contatti a:hover { 
	text-decoration: underline;
}

#news-testo {
	width:100%;
}

#news-testo p {
	margin:0;
	font-size: 11px;
	padding-left: 20px;
}

#news-testo a:link, #news-testo a:visited {
	color:#000000;
}

#news-testo a:hover, #news-testo a:active, #news-testo a:focus {
	color:#000000;
}





/*MODIFICHE PER DINAMICITA'*/
#titolo{font-weight:bold; text-align:center; width:690px;}
#tabella-centrale{font-size:8pt;}
/*
#quattro_classi_centro {
	width:100%;
	float:left;
}

.box4 {
	width:420px;
	float:left;
	margin-left:46px;
	border:1px solid #999999;
	padding:10px;
}

.titolo_box4 {
	font-size:14px;
	font-weight:bold;
}

.testo_rosso_box4 {
	font-size:11px;
	color:#990000;
}

.titolo_news {
	font-weight:bold;
}

.box4_destra {
	float:right;
}
*/

