/* ---------------------
basic layout
--------------------- */

html,
body {
	margin : 0 auto; /*centered in Opera and Firefox*/
	padding : 0;
}

body {
	width : 80em;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 75%;
	background : #5E281C;
	color : #EBD3A4;
	text-align : center; /*centered in IE*/
}

table {
	table-layout : fixed; /*necessary to set table properties in the css*/
}

table,
th,
tr,
td,
a,
form,
img {
	margin : 0;
	padding : 0;
}

p {
  text-align : left;
  margin : 1em 0.5em;
}

a:link,
a:hover,
a:active {
  color : #8CC0B3;
}

a:visited {
  color : #38676D;
}

a img {
	border : none; /*linked images without bleu border*/
}

h1,
h2,
h3,
h4,
h5,
h6 { /*titles*/
	margin : 0;
	padding : 0;
}

h1 {font-size : 3em;}
h2 {font-size : 2em;}
h3 {font-size : 1.6em;}
h4 {font-size : 1.3em;}
h5 {font-size : 1em;}
h6 {font-size : 0.7em;}

/* ---------------------
template layout
--------------------- */

#container {
	vertical-align : top;
}

#header {
  width : 80em;
  height : 12.5em;
}

.logo_cell {
  width : 25%;
}

.logo_img {
  width : 20em;
}

.header_cell {
  width : 75%;
}

.header_img {
  width : 60em;
}

#content {
  width : 100%;
	margin-top : 1em;
}

#ita_oppl {
  margin : 0 auto 0.5em auto;
  text-align : center;
  width : 90%;
}

.bandiera {
  width : 3em;
}

#menu {
  width : 20em;
	text-align : left;
	vertical-align : top;
}

#menulist {
  width : 100%;
}

.menuitem,
#menuitem_selected {
  font-size : 130%;
  border-left : 3px #EBD3A4 solid;
}

.menuitem a,
#menuitem_selected span {
	text-align : left;
	padding : 0.2em 0em 0.2em 0.7em;
	text-decoration : none;
	border-right : 1px solid #402018;
	border-bottom : 1px solid #402018;
	border-top : 1px solid #804030;
	display : block;
	color : #EBD3A4;
	width : 14em;
}

.menuitem a:hover,
#menuitem_selected span { /*left menu mouse over links*/
	background : #703828;
}

.menuitem a:link,
.menuitem a:visited,
.menuitem a:hover,
.menuitem a:active {
	color : #EBD3A4;
}

.address {
  font-size : 110%;
  border : 1px solid #804030;
  padding : 0.5em;
  width : 90%;
}

#opening_time {
  margin-left : 1em;
}

#mainarea {
  background : #EBD3A4;
  color : #5E281C;
  width : 100%;
  text-align : center;
  vertical-align : top;
}

#mainarea a:link,
#mainarea a:hover,
#mainarea a:active {
  color : #0000FF;
}

#mainarea a:visited {
  color : #8000A0;
}

#main_img {
  width : 58em;
  margin : 0.5em auto;
}

#main_text {
  font-size : 120%;
}

#footer {
  width : 100%;
  background : #402018;
  text-align : center;
  margin-top : 1em;
  padding : 0.5em 0;
}

.menu_tab {
  width : 70%;
  text-align : center;
  margin : 0.5em auto;
  font-size : 80%;
}

.col1 {
  width : 50%;
  text-align : left;
}
