#main {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0pt;
	top: 0pt;
}

#top {
	position: absolute;
	width: 65%;
	height: 15%;
	/*background:  url('immagini/testata.jpg') left top repeat-x;*/ 
	left: 30%;
	top: 10%;
	padding-top: 0px;
  padding-left:5px;
  padding-right: 5px;
	text-align: center;
	color: blue;
	padding-left: 10px;
	overflow: hidden;
}

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


#body {
	position: absolute;
	width: 65%;
	height: 65%;
	left: 30%;
	top: 25%;
	overflow: visible;
}

#right{
  position: absolute;
	width: 90%;
	height: 90%;
	top:2%;
	left:2%;
  overflow: auto;
}



a{
	/*color: rgb(0,51,153);*/
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}
a:link{
	/*color: rgb(0,51,153);*/
	color: #CC3333;
}
a:visited{
	/*color: rgb(0,51,153);*/
	color: #CC3333;
}
a:hover{
	color: rgb(0,51,153);
}
a:active{
	color: rgb(0,51,153);
}
	
.firstMenu{
	/*padding-left: 30px;*/
	list-style-type: circle;
}		

.secondMenu{
	/*padding-left: 30px;*/
	list-style-type: square;
}

.menu{
	position: absolute;
	width: 96%;
	height:85%;
	left: 2%;
	top: 15%;
	overflow: auto;
}

.left
{
	position: absolute;
	width: 20%;
	height:80%;
	left: 10%;
	top: 10%;
	overflow: auto;
	/*background-color: rgb(255,204,51);*/
	/*background-color: rgb(255,204,0);*/
	/*background-color: rgb(255,255,153);*/
	background: url(immagini/menu.gif) repeat-y top left;
}

div.sottomenu{
	display: none;
}

.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;
}

.titolo {
	/*float: left;*/
	position: absolute;
	left: 7%;
}

.title{
  color:blue;
}

.immagineTop {
	/*float: right;*/
	position: absolute;
	right: 15%;
}

.immagineBig{
	/*float: right;*/
	position: absolute;
	right: 5%;
	top: 10%;
}

