html {
	height: 100%;
}
	
#nonFooter {
	position: relative;
	min-height: 100%;
}

*html #nonFooter{
	height: 100%;
}

#footer {
	position: relative;
	margin: -60px auto 0px auto;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -60px;
}


body{
	height: 100%;
	margin:0;
	background-color:#fff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}



/*-------- TITOLI & testo -------------------------*/

h1{
	margin:0px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}


h2{
margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}

h3{
	color: #F4DEB4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/*-------- LINK -------------------------*/


a  {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a:link { text-decoration: underline; }
a:visited  { text-decoration: underline; }
a:hover  { text-decoration: underline; color:#FF0000;}
a:active { text-decoration: underline; }


a.Link  {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.Link:link { text-decoration: none; }
a.Link:visited  { text-decoration: none; }
a.Link:hover  { text-decoration: none; color:#FF0000;}
a.Link:active { text-decoration: none; }


a.Link2  {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: underline;
}
a.Link2:link { text-decoration: none; }
a.Link2:visited  { text-decoration: none; }
a.Link2:hover  { text-decoration: none; color:#FF0000;}
a.Link2:active { text-decoration: none; }

a.Link3  {
	color:#999999;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.Link3:link { text-decoration: none; }
a.Link3:visited  { text-decoration: none; }
a.Link3:hover  { text-decoration: none; color:#FF0000;}
a.Link3:active { text-decoration: none; }



/*-------- Altro -------------------------*/


.bg  { 
	text-decoration: none; 
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}

.bg-testata  { 
	text-decoration: none; 
	background-image: url(img/bg-testata.jpg);
	background-repeat:no-repeat;
}

.bg-tabella-top  { 
	text-decoration: none;
	background-image: url(img/bg-tabella-top.jpg);
	background-repeat:no-repeat;
}

.bg-tabella  { 
	text-decoration: none;
	background-image: url(img/bg-tabella.jpg);
	background-repeat:repeat-y;
}

.bg-banner-dx  { 
	text-decoration: none;
	background-image: url(img/bg-banner-dx.jpg);
	background-repeat:repeat-y;
}




/*-----Imposto la posizione absolute della tabella principale e delle varie relative ----------*/

.contenitore{
	margin:auto;
	position:relative;
}
#titolo{
	position:relative;
	width:200px;
	text-align:right;
	top:-48px;
	left:240px;
	color:#85425e;
	font-size: 22px;
}
#lingue{
	text-align:right;
	position:absolute;
	top:14px;
	right:60px;
	margin:0px 0px 10px 0;
}
#maledetto{
	height:10px;
	padding-bottom:10px;
}
#piede{
	color:#FFFFFF;
}





/*-------- TABELLA DELLA GALLERY immagini -------------------------*/

.lapo {
	margin: 0px 0px 0px 0px;
}

/*questo vuol dire: tutti i tag "td" all'interno del tag "lapo" */
.lapo td { 
	margin: 2px 0px 2px 0px;
	text-align:center;
} 

/*questo vuol dire: tutti i tag "img" all'interno del tag "lapo" */
.lapo img { 
	margin: 2px 1px 2px 2px;
} 



