﻿body
{
    /* Queste sono le regole generali del corpo della pagina */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg_img.jpg);
    text-align: center;
    background-attachment: fixed;
}

.img_brd_or
{
    border-style: dotted;
    border-width: 2px;
    border-color: Orange;
    }
    
.img_brd_dgr
{
    border-style: solid;
    border-width: 2px;
    border-color: #3d483a;
    }

.ul_w 
{
list-style-type:circle;
line-height : 15px;
/*list-style: none ;*/
width:auto;
margin: 0 0 10px 0;
padding: 17px;
color:#FFFFFF;
font-size:12px;
text-align:justify;
}

.ul_b
{
list-style-type:circle;
line-height : 15px;
/*list-style: none ;*/
width:auto;
margin: 0 0 10px 0;
padding: 17px;
color:#000000;
/*font-size:12px;*/
text-align:justify;
}	

/*li 
{
 margin-bottom : 2px;
    }*/

a:active,
a:visited,
a:link	    			{ color: #3E483A; text-decoration: none; }
a:hover					{ color: #3E483A; text-decoration: underline; }

.a_w:active,
.a_w:visited,
.a_w:link	    			{ color: #FFFFFF; text-decoration: none; }
.a_w:hover					{ color: #FFFFFF; text-decoration: underline; }

.a_or:active,
.a_or:visited,              
.a_or:link	    			{ color: Blue; text-decoration: none; }
.a_or:hover					{ color: Blue; text-decoration: underline; }

.blue_txt
{
    color:White;
}

.imgfx{
    background-position: center center; 
    background-attachment: scroll; 
    background-image: url(../images/cell.gif); 
    background-repeat: no-repeat;
    color:#ffffff;
    text-align:center;
   }
   
.imgfx_frame1
{
    background-position: left center;
    background-attachment: scroll;
    background-image: url(../images/frame00_.gif);
    background-repeat: no-repeat;
    color: #ffffff;
}

.imgfx_frame2{
    background-position: center center; 
    background-attachment: scroll; 
    background-image: url(../images/frame01_.gif); 
    background-repeat: no-repeat;
    color:#ffffff;
   }

.imgfx_frame3{
    background-position: center center; 
    background-attachment: scroll; 
    background-image: url(../images/frame03_.gif); 
    background-repeat: no-repeat;
    color:#ffffff;
   }
   
   .imgfx_frame3b{
    background-position: center center; 
    background-attachment: scroll; 
    background-image: url(../images/frame03_b.gif); 
    background-repeat: no-repeat;
    color:#ffffff;
   }

.imgfx_frame2cc{
    background-position: center center; 
    background-attachment: scroll; 
    background-image: url(../images/frame01_cc.gif); 
    background-repeat: no-repeat;
    color:#ffffff;
   }
   
   .imgfx_frame3cc{
    background-position: center center; 
    background-attachment: scroll; 
    background-image: url(../images/frame03_cc.gif); 
    background-repeat: no-repeat;
    color:#ffffff;
   }

/*Sezione menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ADC0A5;
}