body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #ec6c21;
  background-image: url('tema/images/sf-pg.jpg');
  background-repeat: repeat-x;
  font-family: Verdana, arial, tahoma;
  font-size: 10px;
  color: #55030d;
  text-align: center;
  vertical-align: top; 
scrollbar-face-color:#293E4C;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#6A747A;
scrollbar-darkshadow-color:#3A444A;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#E19218;
scrollbar-track-color:#D1D3D4;
}
/* ELEMENTI di PAGINA in GENERALE */
a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  background-color: #faa934;
  color: #87191a;
  font-weight: bold;
}
#container{
  width: 780px; 
  margin: 0 auto;
  padding: 0 auto;
  text-align: left;
}
#footer {
  width: 780px;
  height: 19px;
  background-image: url('tema/images/sf-bottom.jpg');
}
#chiusura{
  width: 401px;
  height: 137px;
  background-image: url('tema/images/chiusura.jpg');
}
/* MENU ################################################ */
#nav{
  width: 693px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
}
	#nav td a{
	  color: #fff;
	  text-decoration: none;
	}
	#nav td a:hover{
	  color: #fecd30;
	  text-decoration: underline;
	}
	.navSel{
	  color: #fecd30;
	  text-decoration: underline;
	}


/* BORDI ################################################ */
#bordo1{
  width: 43px;
  height: auto;
  background-image: url('tema/images/sf-sx.jpg');
}
#bordo2{
  width: 27px;
  height: auto;
  background-image: url('tema/images/sf-centro.jpg');
}
#bordo3{
  width: 44px;
  height: auto;
  background-image: url('tema/images/sf-dx.jpg');
}
/* TESTI ################################################ */
hr{
  border: 0px;
  height: 1px;
  color: #faa934;
  background-color: #faa934;
}
h1{
  margin: 2px;
  color: #faa934;
  font-size: 14px;
  font-weight: bold;
}
h2{
  margin: 2px;
  color: #a81c1c;
  font-size: 14px;
  font-weight: bold;
}
#bgsx{
  width: 401px;
  background-color: #000;
  vertical-align: top;
  
}
#testosx{
  overflow: auto;
  height: 238px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
  font-size: 11px;
  font-family: verdana, arial;
  color: #f4f1e3;
}
#bgdx{
  width: 265px;
  background-image: url('tema/images/sf-coldx.jpg');
  background-repeat: no-repeat;
  vertical-align: top;
  
}
#testodx{
  overflow: auto;
  height: 153px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: justify;
  font-size: 11px;
  font-family: verdana, arial;
  color: #000;
}
/* FOTO ################################################ */
.fotodx{
  border: 0;
}
.fotoricetta{
  border: 0px;
  float: left;
  width: 150px;
  margin-right: 5px;
}
/* MENU ################################################ */
.menuPiatto{
 margin: 1px; 
 color: #ec6c21;
 font-size: 12px;
 font-weight: bold;
}
.menuPrezzo{
  display: none;	
 float: right; 
 color: #dd2525;
}
.listaMenu1{
  list-style-type: circle;
}
.pg{
  float: right;
}
.pg a{
  color:#dd2525;
}
/* FORM ################################################ */
#formGB input{
  background-color: #ec6c21;
  color: #000;
  font-size: 10px;
  border: solid 1px #dd2525;
}
#formGB textarea{
  background-color: #000;
  color: #ec6c21;
  border: solid 1px #dd2525;
}
/* MURO ################################################ */
.GBnome{
  margin: 1px; 
 color: #ec6c21;
 font-size: 12px;
 font-weight: bold;
}
.GBpost{
 color: #fff;
 font-size: 11px;
}
.GBdata{
  clear: right;
  float: right;
  font-size: 10px;
  font-style: italic;
  color: #faa934;
}