@media all {

/* STRUTTURA */
body {
	/*font-family: font-family: "New Century Schoolbook", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #FFF url('images/sfondi/angolo_alto_sx.jpg') no-repeat top left;
	margin: 0;
}
a {
	color:#006600;
	text-decoration:none;
	font-weight:bolder;
}
a:hover {
	text-decoration:underline;
}
#container {
	padding: 10px 90px 80px 190px;
	min-height: 450px;
	min-width: 450px;
}

/* HEADER */
#header {
	margin-left: 350px;
	background: url('images/logo.png') no-repeat top left;
	width: 372px; height: 100px;
}
#header span {
	display: none;
}

/* MENU */
#menu {
	position: absolute;
	top: 150px; left: 0px;
	text-align:center;
}
#menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#menu li a {
	display: block;
	width: 175px; height: 40px;
}
#menu li a span {
	display: none;
}
#link_home {
	background: url('images/butt_menu/home.png') no-repeat;
}
#link_home:hover {
	background: url('images/butt_menu/home_hover.png') no-repeat;
}
#link_piatti {
	background: url('images/butt_menu/piatti.png') no-repeat;
}
#link_piatti:hover {
	background: url('images/butt_menu/piatti_hover.png') no-repeat;
}
#link_menu {
	background: url('images/butt_menu/menu.png') no-repeat;
}
#link_menu:hover {
	background: url('images/butt_menu/menu_hover.png') no-repeat;
}
#link_locale {
	background: url('images/butt_menu/locale.png') no-repeat;
}
#link_locale:hover {
	background: url('images/butt_menu/locale_hover.png') no-repeat;
}
#link_dove {
	background: url('images/butt_menu/dove.png') no-repeat;
}
#link_dove:hover {
	background: url('images/butt_menu/dove_hover.png') no-repeat;
}

/* TITOLI */
.titolo {
	width: 175px; height: 40px;
}
.titolo span {
	display: none;
}
#titolo_piatti {
	background: url('images/titoli_pag/piatti.png') no-repeat;
}
#titolo_menu {
	background: url('images/titoli_pag/menu.png') no-repeat;
}
#titolo_locale {
	background: url('images/titoli_pag/locale.png') no-repeat;
}
#titolo_dove {
	background: url('images/titoli_pag/dove.png') no-repeat;
}

/* MISC */
.small {
	font-size: 80%;
}
img.foto {
	margin: 20px;
	border: 1px solid #66CC33;
}
img.fotopiatti {
	margin-right: 5px;
	border: 1px solid #66CC33;
	float:left;
}
#titolo_fotogiorno {
	background: url('images/titolofotogiorno.png') no-repeat;
	padding: 2px; margin: 2px;
}
#titolo_newsletter {
	background: url('images/titolonewsletter.png') no-repeat;
	padding: 2px; margin: 2px;
}
#scritta_home {
	background: url('images/scritta_home.png') no-repeat center;
	width: 220px; height: 175px;
}
#scritta_home span {
	display: none;
}
.verdino {
	background: #dbffdd;
}
.box_tl {
	background: url('images/bordo_box_tl.png') no-repeat top left;
}
.box_br {
	background: url('images/bordo_box_br.png') no-repeat bottom right;
}
.evidenzia {
	color:#006600;
	font-size:110%;
}

}

