/*Definizione HADER, uguale per tutte le pagine---------------------------------------------------------------------------------------------------------------------->>>*/ /*E' costituito da un contenitore principale (headerContainer) + 4 contenitori per immagini (headerImg1, 2, 3 e 4) */ #headerContainer { width:775px; height:100; /*align:center;*/ z-index: 2; /*border:1px dotted black;*/ } #headerImg1 { width:200; height:100; z-index: 4; padding: 0px 0px 0px 0px; /*top right bottom left*/ /*border:1px dotted red;*/ } #headerImg2 { width:369; height:100; z-index: 4; padding: 20px 0px 0px 0px; /*top right bottom left*/ vertical-align:bottom; font-family:Verdana; font-weight:bold; font-size:16pt; color:rgb(76,76,76); /*border:1px dotted brown;*/ } #headerImg3 { width:140; height:50; z-index: 4; padding: 0px 0px 0px 0px; /*top right bottom left*/ vertical-align:bottom; font-family:Verdana; font-weight:normal; font-size:6pt; color:rgb(76,76,76); /*border:1px dotted yellow;*/ } #headerImg4 { width:65; height:50; z-index: 4; /*border:1px dotted blue;*/ } #headerImg5 { width:205; height:50; z-index: 4; padding: 0px 5px 5px 5px; /*top right bottom left*/ vertical-align:bottom; font-family:Verdana; font-weight:bold; font-size:6pt; color:rgb(76,76,76); /*border:1px dotted black;*/ } /*Definizione HADER, uguale per tutte le pagine----------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione CORPO, uguale per tutte le pagine---------------------------------------------------------------------------------------------------------------------->>>*/ #corpoPagina { width:775; height:500; z-index: 2; /*border:1px dotted yellow;*/ } #colSx { width:167; /*height:450;*/ z-index: 4; /*border:1px dotted red;*/ } #colCen { width:594; /*height:450;*/ z-index: 4; /*border:1px dotted blue;*/ } #colDx { width:0; /*height:450;*/ z-index: 4; /*border:1px dotted green;*/ display:none; } #colSep1 { width:1px; background-position: top right; background-repeat: no-repeat; /*border:1px dotted green;*/ } #colSep3 { width:2px; background-position: top right; background-repeat: no-repeat; /*border:1px dotted green;*/ display:none; } #colSep4 { width:1px; background-position: bottom center; background-repeat: no-repeat; /*border:1px dotted green;*/ } /*Definizione CORPO, uguale per tutte le pagine----------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione colonna CENTRALE------------------------------------------------------------------------------------------------------------------------------------->>>*/ #BodyContainer { valign:top; height:400px; width:590px; scrollbar-3dlight-color:rgb(230,230,230); scrollbar-arrow-color:grey; scrollbar-base-color:rgb(230,230,230); scrollbar-darkshadow-color:rgb(230,230,230); scrollbar-face-color:lightgrey; scrollbar-highlight-color:rgb(250,250,250); scrollbar-shadow-color:rgb(230,230,230); scrollbar-track-color:rgb(250,250,250); } #BodyTitle { height:100px; width:215px; font-family:Verdana; font-size:12pt; color:rgb(80,80,80); font-weight:bold; text-decoration: none; vertical-align:bottom; padding: 30px 5px 10px 10px; /*top right bottom left*/ /*border:1px solid red;*/ } #BodySubtitle { /*border:1px solid green;*/ font-family:Verdana; font-size:9pt; color:rgb(80,80,80); height:20px; width:580px; padding: 0px 5px 0px 10px; /*top right bottom left*/ } #BodyImg { height:160px; width:300px; align:right; /*border:1px solid blue;*/ padding: 5px 5px 0px 10px; /*top right bottom left*/ } #BodyText { font-family:Verdana; font-size:7pt; color:rgb(80,80,80); font-weight:normal; text-decoration: none; width:590px; height:293px; overflow:auto; padding: 5px 5px 10px 10px; /*top right bottom left*/ } #BodyC1 { font-family:Verdana; font-size:7pt; color:rgb(80,80,80); } #BodyC2 { font-family:Verdana; font-size:7pt; color:rgb(80,80,80); } #colCen a { font-family:Verdana; font-size:7pt; color:rgb(130,130,130); font-weight:bold; text-decoration: none; } #colCen a:hover { color:rgb(254,118,30); /*text-decoration: underline;*/ } /*Definizione colonna CENTRALE-------------------------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione VETRINE-------------------------------------------------------------------------------------------------------------------------------------------------->>>*/ #contVetrine { position:relative; width:190; top:20; /*height:450;*/ /*border:1px dotted red;*/ } .Vetrine { /*height:450;*/ /*border:1px dotted blue;*/ } .VetrinaTesto { font-family:Verdana; font-size:7pt; font-weight:normal; color:rgb(254,118,30); height:150px; padding: 5px 3px 3px 3px; /*top right bottom left*/ } .VetrinaTestoTitolo { font-weight:bold; } #TitoloVetrinaTxt { height:20px; } #VetrinaTxt { height:185px; z-index: 2; vertical-align:top; } #SepVetrine { height:75px; border:0px dotted blue; z-index: 5; } #TitoloVetrinaImg { height:20px; z-index: 4; } #VetrinaImg { height:120px; background-position: center center; background-repeat: no-repeat; z-index: 3; /*border:0px dotted rgb(130,130,130);*/ /*border-bottom:0px dotted rgb(130,130,130);*/ } #PiedeVetrine { height:35 px; border:0px dotted blue; z-index: 5; /*border:1px dotted rgb(130,130,130);*/ } /*Definizione VETRINE--------------------------------------------------------------------------------------------------------------------------------------------------<<<*/ /*Definizione PIEDE, uguale per tutte le pagine---------------------------------------------------------------------------------------------------------------------->>>*/ #piedePagina { width:775; height:2; /*border:1px dotted green;*/ } #piedeTD { width:775; height:1; /*border:1px dotted green;*/ } /*Definizione PIEDE, uguale per tutte le pagine----------------------------------------------------------------------------------------------------------------------<<<*/ /*classe generica per nascondere tabella di servizio in testa al documento------------------------------------------------------------------------------------->>>*/ .NoDisplay {display:none} /*classe generica per nascondere tabella di servizio in testa al documento-------------------------------------------------------------------------------------<<<*/ /*Definizione MENU, il menu per la nevigazione nel sito------------------------------------------------------------------------------------------------------------->>>*/ /*E' costituito da una TABELLA usa tre livelli, corrispondenti ad altrettante coppie di classi*/ #MenuSx { top: 0px; left: 0px; z-index: 5; /*border-top:1px dashed black;*/ /*border:1px solid black;*/ } .MenuL1 { display:block; /*border:1px dotted black;*/ } .txt1MenuL1 { vertical-align:top; padding: 4px 0px 0px 3px; /*top right bottom left*/ } .txt1MenuL1 a { font-family:Verdana; font-size:9pt; font-weight:bold; color:rgb(5,5,5); text-decoration: none; } .txt1MenuL1 a:hover { color:rgb(254,118,30); /*text-decoration: underline;*/ } .MenuL2 { display:block; /*border:1px dotted red;*/ } .txt1MenuL2 { padding: 2px 0px 0px 5px; /*top right bottom left*/ } .txt1MenuL2 a { font-family:Verdana; font-size:8pt; font-weight:normal; color:rgb(75,75,75); text-decoration: none; } .txt1MenuL2 a:hover { color:rgb(254,118,30); /*text-decoration: underline;*/ } .MenuL3 { display:none; /*border:1px dotted green;*/ } .txt1MenuL3 { padding: 0px 0px 4px 27px; /*top right bottom left*/ } .txt1MenuL3 a { font-family:Verdana; font-size:7pt; font-weight:normal; line-height:8px; color:rgb(130,130,130); text-decoration: none; } .txt1MenuL3 a:hover { color:rgb(254,118,30); /*text-decoration: underline;*/ } .freccia { font-family:Wingdings; font-weight:bold; font-size:8pt; color:rgb(254,118,30); display:none; } /*Definizione MENU, il menu per la navigazione nel sito------------------------------------------------------------------------------------------------------------<<<*/