/* CSS Document */

html,body
{
	margin: 0 0 0 0;
	padding:0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #1a4f9b;
}
/* link generale */
A:LINK {
 color : #333333;
 text-decoration: none;
}

A:VISITED {
 color : #333333;
 text-decoration: none;
}

A:HOVER {
 text-decoration : underline;
}

A:ACTIVE {
 text-decoration: underline;
}
/* ------------------ */

div#base {
	width:80%;
	margin:0 auto;
	background-color: #FFFFFF;
}
 /* 
div#base img.linea {
	margin-left:500px;
	background-image: url(images/sfondotel.jpg);
	background-repeat: no-repeat;
}
*/
                          

div#header { 
	height: 100px;
}
div#logo {
	float: left;
	width: 30%;

}

div#swf {
	float: right;
	width: 70%;
}

div#flang {
    clear:both;
    border-top:1px solid #006699;

}


div#center { 

    height: 300px;	

}

div#center a.more{
	font-size: 80%;
	text-decoration: none;
	color: #000066;
}
div#center a:hover.more{
	color: #0066CC;
}
div#center img.flag{
    padding: 20px 0 0 10px;
}



div#left {  
    padding: 40px 0 0 0;
	float: left;
	width: 29%;
}
div#left a{
    padding: 0 0 0 10px;
	font-size: 130%;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;
}
div#left a:hover{
	color: #0066CC;
}
 
div#content { 
float: right; 
width: 70%; 
}

div#content p{
font-size:100%;
color:#333333;
}

div#content h2{
	font-size:170%;
	color:#FF3300;
	text-align: center;
}

div#content h3{
	font-size:100%;
	color:#006699;
    padding-left:10px;
}
div#content img.right{
     float:right;
     border:0;
     padding:5px;
}

div#content img.centro{
	border:0;
	padding:5px;
   margin-left:10%;
}
div#footer { 
clear:both; 
padding: 5px 0 5px 0;/*  POSIZIONAMENTO RIGHE E COLONNE  */
background-color:#006699;
}
