
/*  --------------------  stili per il layout fisso con posizionamenti assoluti  --------------------  */

html,body	{
		margin: 0;
		border: 0;
		padding:0
		}

body		{ 
		font-family: arial, sans-serif; 
		font-size: 80%; 
		text-decoration: none; 
		text-align: center; 
		color: #666666;
		background-color: #333333; 
		background-image: url('images/background_05.gif'); 
		background-repeat: repeat-x 
		}

table		{ 
		width: 100%;
		margin: 0;
		border: 0;
		padding:0;
		border-collapse: collapse;
		}


p		{
		margin: 0;
		border: 0;
		padding:0;
		}

/*  --------------------  Division principale: contiene la div ombra che a sua volta contiene la pagina  --------------------  */
div#container 	{ 
		width: 980px;
		margin-top: 0; 
		margin-left: auto; 
		margin-bottom: 0;
		margin-right: auto; 
		}
/*  --------------------  Division che fa il rendering dell'ombra sotto la pagina  --------------------  */
div#ombra 	{ 
		width: 980px;
		background-repeat: repeat; 
		background-image: url('images/shadow_05.jpg'); 
		}
/*  --------------------  La Division TOP serve a nascondere l'ombra nella testata di pagina  --------------------  */
div#top 	{ 
		width: 980px;
		background-repeat: no-repeat; 
		background-image: url('images/noshadow.gif'); 
		background-position: 50% 0%
		}
/*  --------------------  Questa è la Division della pagina vera e propria --------------------  */
div#page 	{ 
		width: 960px; 
		margin-top: 0; 
		margin-left: auto; 
		margin-bottom: 0;
		margin-right: auto; 
		}
/*  ------------------------------  stili generici, su header e footer  ------------------------------  */
div#header	{
		width: 960px; 
		}

div#main	{
		width: 960px; 
		}

/*  ------------------------------  stili generici, su header e footer  ------------------------------  */



.pagecolorbase	{
		background-color: #333333; 
		}

.colorblue	{
		background-color: #222222; 
		}

.parjust	{
		text-align: justify;
		padding: 0.5em 1em 0.5em 1em;
		}

p.flashpar	{
		text-align: right;
		padding: 0.5em 1em 0.5em 1em;
		}

p.flashparsmall	{
		color: #666666;
		font-size: 0.8em;
		text-align: right;
		padding: 0.5em 1em 0.5em 1em;
		}

/*  ------------------------------  stili per layer superiore  ------------------------------  */


#overlay
		{ 
		z-index: 2
		}  

#sopra {
        position: fixed;
        width: 960px;
        height: 53%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }

#sotto 	{
        	position: fixed;
        	width: 100%;
        	height: 47%;
		top: auto; 
		left: auto; 
		bottom: 0;
		right: 0; 


     	}

.tabpad		{ 
		padding: 10;
		color: #000000;
		text-align: left; 
		}

.tabtab		{ 
		text-align: left; 
		}


#sottosx {
        position: fixed;
        width: 21%;
        height: 45%;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
     }

#sottodx {
        position: fixed;
        width: 79%;
        height: 45%;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
     }
 

/*  ------------------------------  ----------------------------------  ------------------------------  */

.lnkjenius		{ 
		font-family: arial, sans-serif; 
		font-size: 11px; 
		text-decoration: none; 
		color: #ffffff;
		}
.lnkjenius:hover		{ 
		font-family: arial, sans-serif; 
		font-size: 11px; 
		text-decoration: underline; 
		color: #ffffff;
		}


.rosso16
		{
		font-family:Calibri;
		color:#FFFFFF;
		font-size: 12px;
		}
.bianco16
		{
		font-family:Calibri;
		color:#FFFFFF;
		font-size: 12px;
		}
.Stile1 {font-size: x-large}
.Stile2 {
	font-size: medium;
	font-weight: bold;
	color:#FFFFFF;
}
.stiles {color: #FFFFFF;
		 font-size:11px; 
		 }
.nero12
	{	
	color:darkorange;
	font-family:Calibri;
	font-size:15px;
	text-decoration: none; 
	}
.nero12:hover
	{	
	color:darkorange;
	font-family:Calibri;
	font-size:15px;
	text-decoration: underline; 
	}
/*  ------------------------------  ----------------------------------  ------------------------------  */

