 body {
 	margin: 0; 
  padding: 0; 
  height: 100%;
	font-family:  Arial, helvetica, sans-serif;
	color: black; 
	background-color: white;
	background-image: url(img/vasar.jpg);
	background-repeat: repeat-x;
	}
	
.leftbox 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: /*610px;*/100%;
	margin: 0; 
  padding: 0; 
	background-color: #163f8f;/*#266ab5;*/
			} 

.leftbox .contact {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	margin: 20px;
	color: white;
	font-size: 13px;
	font-weight: bolder;
	
}

.leftbox .logo {
	position: absolute;
	top: 180px;
	right: 10px;
}

.menu_left {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 100%;
	height: 260px;
	border-color: white;
	border-width: 0px;
	border-top-width: 3px;
	border-style: solid;
}
	
.menu_left a {
  display: block;
  border-width: 0px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: white;
  padding: 10px 10px 10px 20px; 
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
	color: white;
}
.nolink{
  display: block;
  border-width: 0px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: white;
  padding: 10px 10px 10px 20px; 
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
	color: #0088ff;
	/*background-color: #335faa;*/
}
.menu_left #home {
color: white;
 border-bottom-width: 0px;
  }
	
.menu_left a:link {
  color: white;
}

.menu_left a:visited {
  color: white;
}

.menu_left a:hover {
  color: white;
	background-color:#335f99; /*#3377bb ;*/
		}	
/* modifica*/		
.menu_left a:link.pdf {
  color: white;
	background-color: #4477bb;
}

.menu_left  a:visited.pdf {
  color: white;
	background-color: #4477bb;
}

.menu_left  a:hover.pdf {
  color: white;
	background-color:#6699cc;
		}	

.contact a {
  text-decoration: none;
	font-weight: bolder;
	color: white;
}

.contact a:link {
  color: white;
}

.contact a:visited {
  color: white;
}

.contact a:hover {
  color: white;
	background-color:#335f99; /*#3377bb ;*/
		}	
/* fine modifica*/		
		
/* fine parte colonna sinistra*/

/* inizio colonna destra*/
/* rightbox relative va in IE e non negli altri, absolute non va in ie e va negli altri*/

.rightbox 
{ 
  margin-left:260px;
  margin-right:2px;
  margin-top:0;
}

/* inizio menu col destra*/

.menu_right {
	position: absolute;
	top: 253px;
	left: 360px;
	width: 441px;
	height: 340px;
	color: black;
	background-image: url(img/filett.gif);
	background-repeat: repeat-y;
}
	
.menu_right a {
  display: block;
	height: 53px;
  padding: 33px 0px 0px 100px; /*era 35*/
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
	background-image: url(img/roundrec2_t.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	border-color: red;
	border-width: 1px;
	cursor: default;
	 }
	
.menu_right a:link, a:visited {
  color: black;
	text-decoration: none;
}

.menu_right a:hover {
  color: black;
	text-decoration: none;
	background-image: url(img/roundrec2_h.gif);
		}	
/*fine parte menu col destra*/

div.footer { 
  clear: both;
  }
h2 {
 height: 0px;
 }
.header1 {
  display: block;
  position: relative;/*absolute;*/
	top: 188px;
	left: 0px;
	border-color: #266ab5;
	border-width: 0px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-style: solid;
	font-size: 26px;
	color: #266ab5;
	padding: 13px;
	z-index:1;
	}
.adestra {
float: right;
 }
 
.spaz  {
line-height: 0.3em;  } 
 