﻿/*---------------------- IMPOSTAZIONI GENERALI ----------------------- */


body 
{
    margin: 0px;
    background-color:#e7e5e5;
}

h1 {
  font-family:Verdana;
  font-size: small;
  font-variant:small-caps;
  color: #000066;
}

a:link{
color:#666666;
text-decoration:underline;
}


a:visited{
color:#666666;
text-decoration:underline;
}

a:hover{
color: #CC0000;
text-decoration:underline;
}


/*---------------------- LAYOUT GENERALE ----------------------- */

.sfondo_sito 
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 700px;
    background-image:url('img/sfondo_sito.jpg');
}

.corpo_pagina 
{
    left: 50%;
	margin-left: -500px;
    top: 0px;
    position: absolute;
	width: 1009px;	
	min-height:720px;
	border: 0px solid red;
}

/*---------------------- HEAD ----------------------- */

.sfondo_head 
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 957px;
    height: 206px;
    background-image: url('img/sfondo_head.png');
}

.logo_alpilab 
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 412px;
    height: 111px;
}    

.sfondo_dati_head 
{
    top: 111px;
    left: 0px;
    position: absolute;
    width: 412px;
    height: 85px;
    background-image: url('img/sfondo_dati_head.jpg');
    font-family: Arial;
    font-size:small;
    color: White;
    text-align:center;
}

.curva_head_dx 
{
    top: 0px;
    right: 0px;
    position: absolute;
    width: 52px;
    height: 206px;
    background-image: url('img/curva_head_dx.png');
}

.menu_flash 
{
    top: -1px;
    right: 52px;
    position:absolute;
    width: 544px;
    height: 195px;
}

/*---------------------- CONTENT ----------------------- */

.titoli_pagine 
{
    top: 206px;
    left: 258px;
    position: absolute;
    width: 751px;
    height: 45px;
}

.content 
{
    top: 251px;
    left: 0px;
    position:absolute;
    width: 731px;    
    min-height:436px;
    background-color:White;
    padding-left: 258px;
    padding-bottom: 50px;
    padding-right: 20px;
    background-image: url('img/sfondo_content.gif');
    background-repeat:repeat-y;
    font-family:Verdana;
	font-size: x-small;
	color: #000000;

}

.spottino_sx  /* --- ANNIDATO DENTRO IL DIV CONTENT --- */
{
    top: -45px;
    left: 0px;
    position: absolute;
    width: 258px;
    height: 718px;
    border: 0px solid red;    
}


/*---------------------- FOOTER ----------------------- */

.footer 
{
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 1004px;
    height: 27px;
    background-image: url('img/sfondo_footer.jpg');    
    font-family:verdana;
    padding-right: 5px;
    padding-top: 6px;
	font-size: xx-small;
	text-align:right;
	border: 0px solid red;
}
 