﻿body 
{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	/*border :1px solid red;*/
	text-align :center ;
	/*background-color :Black ;*/
}

#ContenitoreImg
{
	 width :800px;
	 height :600px;
	 /*border :1px solid blue;*/
	 margin-left :auto ;
	 margin-right :auto;
}
#img1
{
	width :800px;
	height :460px;
	
}
#img2
{
	width :800px;
	height :45px;
}

#img3
{
	width :800px;
	height :95px;
}

#Eu
{
	 height :45px;
	 width :52px;
	 float :left ;
}
#Eu:hover
{
 cursor :pointer ;
}

.Flag
{
	height :45px;
	width :41px;
	float :left ;
	filter:alpha(opacity=90); 
     -moz-opacity: 0.5; 
     opacity: 0.5;
	
}

.Flag:hover
{
 cursor :pointer ;
 filter:alpha(opacity=100); 
 -moz-opacity: 1.0; 
 opacity: 1.0;
}
#Finale
{
	height :45px;
	/*width :502px;*/
	width :460px;
	float :left;
}
/*Default3.aspx*/
.Flag2
{
	height :45px;
	width :41px;
	float :left ;
}
.Flag2:hover
{
	 cursor :pointer ;
}
#Eu
{
	background-image:url('../img/Bandiere/Eur_Op.gif');
}
#Eu:hover
{
	background-image:url('../img/Bandiere/Eur.gif');
}
#It
{
	background-image:url('../img/Bandiere/It_Op.gif');
}
#It:hover
{
	background-image:url('../img/Bandiere/It.gif');
}
#En
{
	background-image:url('../img/Bandiere/En_Op.gif');
}
#En:hover
{
	background-image:url('../img/Bandiere/En.gif');
}
#Fr
{
	background-image:url('../img/Bandiere/Fr_Op.gif');
}
#Fr:hover
{
	background-image:url('../img/Bandiere/Fr.gif');
}
#Es
{
	background-image:url('../img/Bandiere/Es_Op.gif');
}
#Es:hover
{
	background-image:url('../img/Bandiere/Es.gif');
}
#Se
{
	background-image:url('../img/Bandiere/SE_OP.gif');
}
#Se:hover
{
	background-image:url('../img/Bandiere/Se.gif');
}
#De
{
	background-image:url('../img/Bandiere/De_Op.gif');
}
#De:hover
{
	background-image:url('../img/Bandiere/De.gif');
}
#Gr
{
	background-image:url('../img/Bandiere/Gr_OP.gif');
}	
#Gr:hover
{
	background-image:url('../img/Bandiere/Gr.gif');
}
/*info.aspx*/
#infContainer
{
	 width:800px;
	 border-left:solid 1px red;  
	 border-right:solid 1px red; 
	 margin:0 auto 0 auto;	
	 font-family : Verdana ;
}
#infTitolo
{
	color:Red; 
	font-size:larger; 
	text-decoration:underline; 
	margin-bottom:2em; 
}
#infCorpo
{
	margin :0px;
	padding :0px;
	color :#C2ECFE ;
}
.infCorpoTitolo
{
	margin:2em 0 1em 0;
	padding:0px;
	color:#C2ECFE ;
	font-family:Verdana ;
	font-size:large; 
}

#infPiePag
{
	color:#C2ECFE;
	font-family:Verdana;
	margin:2em 0 1em 0;
}
#infPiePag a
{
	color:Red;
	
}