/* CSS Document */
body {
  background-color: #333333;   
  font: normal 8pt verdana;
  color: #ffffcc;	
}


/*td img {display: block;}*/

a:link{
color:#FFFFCC;
text-decoration:none;
}


a:visited{
color:#FFFFCC;
text-decoration:none;
}

a:hover{
color: #FFFFFF;
text-decoration:underline;
}

table {
	font: normal 8pt verdana;
	color: #ffffcc;	
}

/*-----SCRIPT PER INCORNICIARE LE IMMAGINI: DA QUI -----*/

.cornice { 
  border: 0px solid #8a1111;
  width: 612px;
  height: 512px;  
}

.immagine {
  top: 6px;
  left: 6px;
  width: 600px;
  height: 500px;
  position:absolute;  
}

.angolo_1 
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 7px;
  height: 7px;
  background-image:url('img/img_cornice/angolo_1.png');
  border: 0px solid red;      
}

.angolo_2 
{
  top: 0px;
  right: 0px;
  position: absolute;
  width: 7px;
  height: 7px;
  background-image:url('img/img_cornice/angolo_2.png');
  border: 0px solid red;      
}

.angolo_3 
{
  bottom: 24px;
  right: 0px;
  position: absolute;
  width: 7px;
  height: 7px;
  background-image:url('img/img_cornice/angolo_3.png');
  border: 0px solid red;      
}

.angolo_4 
{
  bottom: 24px;
  left: 0px;
  position: absolute;
  width: 7px;
  height: 7px;
  background-image:url('img/img_cornice/angolo_4.png');
  border: 0px solid red;      
}
 

.barra_dx {
  top: 7px;
  bottom: 7px;
  left: 1px;
  position: absolute;
  width: 6px;
  height: 93%;
  background-repeat:repeat-y;
  background-image:url('img/img_cornice/barra_sx.png');
  border: 0px solid green;
}

.barra_sx {
  top: 7px;
  bottom: 7px;
  right: 1px;
  position: absolute;
  width: 6px;
  height: 93%;
  background-repeat:repeat-y; 
  background-image:url('img/img_cornice/barra_dx.png');
  border: 0px solid green;
} 

.barra_sopra {
  top: 1px;
  left: 7px;
  right: 7px;
  position: absolute;
  background-repeat:repeat-x;  
  height: 6px;
  background-image:url('img/img_cornice/barra_sopra.png');
  border: 0px solid green;
}

.barra_sotto {
  bottom: 24px;
  left: 7px;
  right: 7px;
  position: absolute;
  background-repeat:repeat-x;   
  height: 6px;
  background-image:url('img/img_cornice/barra_sotto.png');
  border: 0px solid green;
}

/*-------------A QUI--------------------------------*/

