html,body{
	margin:0;
	padding: 0
}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;   /*centra in IE 5.x */
}

div#container{
	position: relative;
	width: 100%;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	border-left: 2px solid #36c;
	border-right: 2px solid #36c;
	background-color: #9cf;
}
div#container_news{
	position: relative;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
}
div#header{
	background-color:#36C;
	color: #ff9;
	text-align: center;
	font-family: arial, sans-serif;
}
div#header h2{
	color: #ff9;
}
div#header h1{
	font-size: 2.5em;
}
div#corpo{
	padding: 1em;
	margin-right: 14em;
	background-color: #fff;
	height: auto !important;  /* per i browser moderni */
	height: 600px;      /* per IE5.x e IE6 */
	min-height: 600px;  /* per i browser moderni */
}
div#corpo_news{
	background-color: #fff;
}
div#corpo p{
	line-height: 1.3em;
}
div#menu{
	position:absolute;
	top: 80px;
	right: 0;
	background-color:#9cf;
	width: 13em;
	padding-left: 0.5em;
}
div#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu a{
	color:#369;
	font: normal bold 1.2em/2.5em arial,sans-serif;
	text-decoration: none
}
div#menu a:hover{
	color: #ff9;
	text-decoration: underline
}
div#menu a#activelink{
	color: #033;
	text-decoration: none
}
div#footer{
	padding:0.5em;
	background-color:#69c;
	color:#000;
	text-align:center;
	clear:right;
}
h1,h2{
      margin: 0;
      padding:0
}
h1{
      padding-left:0.5em;
      font-size: 2.3em;
	  font-weight:  bold;
}
h2{
	color: #999;
	font-size: 1.5em;
}

select{
	width: 200px;
}

.big_m{
	font-size: 2.5em;
}

.intestazione{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}
.principale{
	font-style: italic;
	color: #36C;
}
.tmenu{
	table-layout: auto;
	width: 30em;
	margin: auto auto;   /*centra negli altri browsers*/
	border: 1px solid black;
}
.tmenu td{
	border: 1px solid black;
}
.center{
	text-align: center;
	font-size: 1em;
}

.errors{
	color: red;
	font-size: 2em;
	font-weight: bold;
}
.new{
	font-size: 1.3em;
}
.importante{
	color: red;
	font-size: 2em;
	font-weight: bold;
}
.normale{
	font-size: 2em;
}
.tprenotati{
	table-layout: auto;
	margin: auto auto;   /*centra negli altri browsers*/
	border: 1px solid black;
}
.tprenotati td, th{
	border: 1px solid black;
}

.cucina{
	text-align: left;
}
.tcucina{
	table-layout: auto;
	border: 1px solid black;
}
.tcucina td, th{
	border: 1px solid black;
}
.tpanini{
	table-layout: auto;
	border: 1px solid black;
}
.tpanini td, th{
	border: 1px solid black;
}

.note{
	font-size: 0.75em;
	color: navy;
}

.mezza{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	width: 50%;
}

.entro{
	color: #f00;
	font-weight: bold;
}

.gtit{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

.domanda{
	color: #36C;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.risposta{
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}
