@font-face {
    font-family: 'RotisSansSerifRegular';
    src: url('../../fonts/rotissanser-webfont.eot');
    src: url('../../fonts/rotissanser-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/rotissanser-webfont.woff') format('woff'), url('../../fonts/rotissanser-webfont.ttf') format('truetype'), url('../../fonts/rotissanser-webfont.svg#RotisSansSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


p {
    /*font-size: xx-small; color: navy;*/
    margin-top: 5; margin-bottom: 1;}
    .little {font-size: small;}
    .rosso {font-size: small;color: #ff0000;}

h1 {font-size: large; color: red}

div.testata {
    font-size:200%;position:relative;
    top:0px;left:0%; width:100%;
    background: #6600cc;  border: none;	padding: 0,0,0,1em;
  }

table.menu, tr.menu {position: relative;top:2%;
width:90%;
  color: black;
background-color: teal; }

td.menu {
color: black; background-color: aqua;}

div.box { position:relative;top:15%;  width: 90%;
border: solid; border-width: thin;padding:0.5em;
left:5%;  }

div.color {position:absolute; left:5%;
    background: rgb(204,204,255);
    padding: 0.5em;
    border: none;
  }

span.menu {position:absolute; top:40px; left:5%; width:100%;
    background-color: white; }

table.glosse, tr.glosse {width: 100%;
	font-size: 150%; color: navy;background-color: navy;
	td.glosse {font-size: large; color: black;
background-color:#ffff99;}

table.lettere, tr.lettere {font-size: 50%;
color: #0000ff; width: 100%;
background-color: #0000ff;}

td.lettere { color: navy;
background-color: white;
}

.tab {position: absolute; }

.item {
    position:relative;

}
.vuoto { border: none;position:absolute; top:800; left:3%; }

body {
    /*background:#ffffff;
    background-image:url( immagini/fondo2.gif);
    font-size: xx-small; color: navy;
    */
    /* Da common.css */
    background-color:#fff;
    margin-left: 20px;
    padding:0;
    font-family:RotisSansSerifRegular;
    font-size: 12px;

}

