#main {
	position: relative;
	background: url(immagini/body.jpg) repeat-x left top;
	width: 100%;
	height: 100%;
	left: 0pt;
	top: 0pt;
}

#top {
	position: absolute;
	width: 99%;
	height: 15%;
	background:  url('immagini/testata.jpg') left top repeat-x; 
	left: 0pt;
	top: 0pt;
	padding-top: 0px;
  padding-left:5px;
  padding-right: 5px;
	text-align: center;
	color: #FFFFFF;
	
}

h1{
  margin-top: 0px;
  margin-bottom: 0px;
}
h2{
  margin-top: 0px;
  margin-bottom: 0px;
}

			
#left {
	position: absolute;
	width: 15%;
	height:85%;
	left: 0%;
	top: 15%;
	overflow: auto;
	/*background:  url('immagini/menu.jpg') left top repeat-y;*/ 
}

#body {
	position: absolute;
	width: 85%;
	height: 85%;
	left: 15%;
	top: 15%;
	overflow: hidden;
}

#right{
  position: absolute;
	/*background-color: rgb(241,240,254);*/
	width: 99%;
	height: 92%;
	top:5%;
  padding-left:5px;
  padding-right: 5px;
  padding-top: 5px;
  overflow: auto;
}

.firstlevel {
	position:absolute;
	left: 2pt;
}
			
.secondlevel {
	position:absolute;
	left: 5pt;
	right: 5pt;
}

.secondlevel a{
	color: rgb(0,51,153);
	text-decoration: none;
	font-weight: bold;
}
.secondlevel a:link{
	color: rgb(0,51,153);
}
.secondlevel a:visited{
	color: rgb(0,51,153);
}
.secondlevel a:hover{
	color: #ffcc00;
}
.secondlevel a:active{
	color: #ffcc00;
}

.menu{
  position: absolute;
	/*background-color: rgb(64,124,161);*/
	width: 90%;
	/*height: 92%;*/
	top:5%;
}

.kvalue {
	text-align: right;
}

.time {
	text-align: right;
}

.bdds {
	text-align: right;
}

.pedice {
	font-size: 50%;
	vertical-align: bottom;
}

.apice {
	font-size: 70%;
	vertical-align: top;
}

.formula {
	font-family: arial;
}

.codice {
	font-family: courier;
}

.codice1 {
	position: absolute;
	left: 15pt;
}

.codice2 {
	position: absolute;
	left: 30pt;
}

.codice3 {
	position: absolute;
	left: 45pt;
}

.controesempioTable {
	width: 70%;
}

.controesempioTtitolo {
	text-align: center;
}

.controesempioTDImmagine {
	vertical-align: middle;
}

.Traccia {
	overflow: auto;
	height: 350px;
	padding-top: 2px;
}
