/*layout generale*/
body{
	font-family: Georgia,Times,serif;
	color: #333;
	line-height: 1.2em;	
	margin: 0px;
	padding: 0px;
	font-size:76%;
	}
/*layout dei link*/
a {
	color: #00F;
	text-decoration: none;
}

a:link{
	color: #00F;
	text-decoration: none;
}

a:visited{
	color: #B30000;
	text-decoration: none;
}

a:hover{
	color: #909;
	text-decoration: none;
}

/*layout dei titoli*/
h1{
 font-family: Georgia,Times,serif;
 font-size: 2.4em;
 color: #334655;
 margin: 0;
 padding: 0;
 visibility: hidden;}

/* Layout div */

/*layout box welcome page*/
#box{
margin: 10% auto;
width: 70%;
height: 350px;
position: relative;border-style: ridge;border: 0,5em #CCC ;
font-family: Georgia,Times,serif;
color: #333;text-align: center;background: #FFF url("img/welcome.jpg") no-repeat top center;}

/*componenti della welcome page: bandiere*/	
#lang1{		background: url("img/smallita.jpg") 0 0 no-repeat;
	width:42px;
	height:29px;
	position: absolute;	left: 300px;
	top:300px;
	margin: 0;
	}
	
#lang1 span{
	visibility: hidden;
	vertical-align: center;
	line-height: 3em;
	font-size: 74%;	left: 0;}
	
#lang2{		background: url("img/smalleng.jpg")  0 0 no-repeat;
	width:42px;
	height:29px;
	position: absolute;
	right: 300px;
	top: 300px;
	margin: 0;
	}

#lang2 span{
	visibility: hidden;
	vertical-align: center;
	line-height: 3em;
	font-size: 80%;	left: 0;}
	
/* fine posizionamento bandiere*/
