html 
{
	margin: 0;
	padding: 0;
}

body 
{
	margin : 0px; 
	padding : 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align : center;
	background-color : #ffcc00;
}

p {
	width:471px;
	text-align: justify;
}

p.mod {
	width:195px;
	margin: 0 auto;
	text-align: justify;
	padding-left:5px;
}

h2.titolo {
	font-size: 18px;
	text-align: left;
	color:#036;
	padding-top:15px;
}

input, select, textarea
{
	font-family:  Verdana, Arial, Tahoma,Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #c1d9f1;
}


A:link, A:visited, A:active {
	color : #666;
	text-decoration : none;
}

A:hover  {
	color : #036;
	text-decoration : underline;
}

.bt{
	margin : 0px;
	margin:auto;
	width: 100px;
	padding : 5px 0px 5px 0px;
	text-align:center;
	color:#036;
	background: url(../img/bt.jpg) top center;
}

.parole
{
	margin : 0px;
	padding : 0px;	
	width : 100%;
	line-height: 25px;
	height: 25px;
	margin : auto;
	margin-bottom: 25px;
	text-align : center;
	color:#ffcc00;	
	background-color : #003366;
}

/*----------------------Sfondo delle pagine --------------------*/
.pagina
{
	margin : 0px;
	padding : 0px;	
	width : 960px;
	margin : auto;	
	background-color : #fff9de;
}

/*----------------------------------------------------------*/

/*-------------- Corpo ------------------------*/
#testa {
	width:940px;
	margin:1em auto;
	text-align:left;
}


#corpo {
	width:940px;
	margin:1em auto;
	text-align:left;
	position:relative;
	background: #fff;
}


#piedipagina {
	width:940px;
	margin:1em auto;
	text-align:left;
	background-color: #036;
	color: #fff;
}

#corpo-colonna1 {
	position:absolute;
	top:0; left:0;
	width:232px;
	background: transparent;
}


#corpo-colonna2 {
	width: 476px;
	height: 1400px;
	margin:0 232px 0 232px;
}


#corpo-colonna3 {
	position:absolute;
	top:0; right:0;
	width:232px;
	background: transparent;
}



/*---------------------------------------------*/

/*-----------------Footer -------------------*/

.footer {
	width:940px;
	margin:0 auto;
	height: 60px;
	background:transparent;
	font-size: 11px;
	color: #fff;
	padding-top: 10px;
	padding-bottom:10px;
}

.footersx {
	width:720px;	
	height: 100%;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
	background:transparent;
	float:left;
	
}

.footerdx {
	width:200px;
	height: 100%;
	margin:0 auto;
	background:transparent;
	float: right;
}

.footer a{
	color: #fff;
	text-decoration : none;
	background-color:transparent;
}
.footer a:hover{
	color : #c1d9f1;
	text-decoration : underline;
	background-color:transparent;
}




/*---------------------------------------*/

/*----------------------- Inizio titolo ------------------*/

.titologenerale {
	width:940px;
	height:50px;
	margin:0 auto;
	background:#fff;
}

.titolosx {
	width:880px;
	height:50px;
	margin:0 auto;
	background:transparent;
	float:left;
	
}

.titolodx {
	width:60px;
	height:30px;
	margin:0 auto;
	background:transparent;
	float: right;
	margin-top: 20px;
}


/*--------------------------------------------*/

/*----------------------- Inizio Movie ------------------*/

.movie {
	width:940px;
	height:180px;
	margin:0 auto;
	background:#fff;
}


/*--------------------------------------------*/

/*----------------------- Inizio Menu orizzontale ------------------*/

.navbar {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	background: #003366;
}

.navbar ul{
	margin: 0;
	padding: 0;
/*padding-left: 10px; offset of tabs relative to browser left edge
font: bold 12px Verdana;*/
	list-style-type: none;
}

.navbar li{
	display: inline;
	margin: 0;
}

.navbar li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
	color: #ffcc00;
	background: #003366; /*background of tabs (default state)*/
}

.navbar li a:visited{
	color: #fff9de;
}

.navbar li a:hover, .navbar li.selected a{
	background: #c1d9f1; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #003366;
}


/*--------------------------------------------*/


/*----------------------- Inizio Separatori ------------------*/

.separatore{
	background: url(../img/separazione.jpg) top center;
	width: 940px;
	height: 15px;
}
/*--------------------------------------------*/



/*------------------ Contenuto -------------------*/

.contenuto{
	margin : 0px;
	padding : 0px 2px 10px 0px;
	margin:auto;	
	margin-top: 10px;
	width : 473px;
	background-color : transparent;
}


.lateralesx{
	margin : 0px;
	padding : 0px 11px 10px 11px;
	margin:auto;	
	margin-top: 10px;
	width : 210px;
	background-color : transparent;
}

.lateralesx-sfondo{
	margin : 0px;
	padding : 0px 11px 10px 11px;
	margin:auto;	
	margin-top: 10px;
	width : 210px;
	height: 130px;
	background: url(../img/lateralesx-sfondo.jpg) no-repeat top center;
}

.titoletto{
	font-size:18px;
	color:#036;
	padding: 10px 5px 5px 5px;
}

.testo{
	font-size:10px;
	color:#333;
	padding: 5px;
}

.bottone{
	margin : 0px;
	margin:auto;
	background-color : transparent;
	padding : 5px 0px 5px 10px;
}

.lateraledx-sfondo{
	margin : 0px;
	padding : 0px 11px 10px 11px;
	margin:auto;	
	margin-top: 25px;
	width : 210px;
	height: 100%;
	background: url(../img/lateraledx-sfondo.jpg) no-repeat top center;
}

.offerte{
	margin : 0px;
	margin:auto;
	background-color : transparent;
	padding : 0px 7px 5px 8px;
}

/*--------------------------------------------*/



/*------------------ Menu laterale -------------------*/

.menu
{
	margin : 0px;
	padding : 0px;
	padding-top: 10px;
	margin:auto;	
	width : 220px;
	background-color : transparent;
	text-align:left;
}

.ContenutoElementiMenuLaterale
{
	margin: auto;
	margin : 0px;
	list-style : none;
	height: 100%;
	padding: 5px 0px 29px 5px;
	
}

.ContenutoElementiMenuLaterale li
{
	height: 30px;
	font-size: 11px;
	width:210px;
	padding-top: 5px;	
	padding-bottom:3px;
}

.ContenutoElementiMenuLaterale li a
{
	display: block;
	height: 39px;
	line-height: 39px;
	padding-left: 8px;
	background: url(../img/sfondo-menu.gif) no-repeat bottom;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.ContenutoElementiMenuLaterale li a:hover 
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333;
}

/*-----------------------------------*/

/*--------------------- Fotografie -------------------------*/

.fotogallery
{
	margin : 0px;
	padding : 0px;
	margin:auto;
	color:#666;	
	padding-top: 10px;
	padding-bottom:15px;
	width : 100%;
}

.foto
{
	margin : 0px;
	margin:auto;
	text-align : left;
	background-color : #fff9de;
	border:1px solid #00169f;
	padding: 4px;
	margin: 3px;
}
/*---------------------------------------------*/

/*--------------------- Briciole di pane --------------------*/

.txt2
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size:10px;
	padding-top:15px;
	color: #666;
}

.txt2 a
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size:10px;
	color:#036;
}

.txt2 a:hover
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size:10px;
	color:#c1d9f1;
	text-decoration:underline;
}

/*--------------------------------*/


/*----------------------- Sottomenu ------------------*/

.menuorizz {
	width: 100%;
	overflow: hidden;
	/*border-bottom: 1px solid black;*/ /*bottom horizontal line that runs beneath tabs*/
	background: transparent;
}

.menuorizz ul{
	margin: 0;
	padding: 0;
/*padding-left: 10px; offset of tabs relative to browser left edge
font: bold 12px Verdana;*/
	list-style-type: none;
	
}

.menuorizz li{
	display: inline;
	margin: 0;
}

.menuorizz li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	background-image: url(../img/loghetto.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 7px 23px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
	color: #036;
	/*background: transparent;*/ /*background of tabs (default state)*/
}

.menuorizz li a:visited{
	color: #666;
	background-image: url(../img/loghetto.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 23px;
}

.menuorizz li a:hover, menuorizz li.selected a{
	/*background: transparent; *//*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #c1d9f1;
	background-image: url(../img/loghetto.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 23px;
}

/*--------------------------------------*/

/*----------------- Guestbook -----------------*/

.titologuestbook
{
	margin: 0px;
	padding: 0px;
	margin:auto;	
	text-align: left;
	color:#ffcc00;
	background-color: transparent;
	font-size:14px;
}

.titologuestbook a
{
	margin: 0px;
	padding: 0px;
	color:#ffcc00;
}

.titologuestbook a:hover
{
	margin : 0px;
	padding : 0px;
	text-decoration:underline;
	color:#666;
}

.guestbook
{
	margin : 0px;
	padding : 0px;
	margin:auto;
	text-align : left;
	color:#666;	
	padding-top: 10px;
	width : 471px;
	text-align: justify;
}

.guestbook a
{
	margin: 0px;
	padding: 0px;
	color:#036;
}

.guestbook a:hover
{
	margin : 0px;
	padding : 0px;
	text-decoration:underline;
	color:#c1d9f1;
}

.guestbook-dt
{
	margin : 0px;
	padding : 0px;
	font-size: 11px;
	font-weight: bold;
	color:#036;
	text-decoration:underline;
}

/*-------------------------------------------*/

