@charset "utf-8";
/* CSS Document */

#Header {
	width:900px;
	height:400px;
	overflow:auto;
	z-index:2; 
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	background: url(../images/std/top_premi.jpg);
	background-repeat: no-repeat;	
}

#icone{
	margin: 0px 10px;
	padding: 0px 0px;
	width: 280px;
	height:55px;
	float:left;
}

#select{
	margin: 0px 10px;
	padding: 0px 0px;
	width: 380px;
	height:55px;
	align: right;
	float:right;	
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

#Pagine{
	clear : both;
	float:left;
	bottom: 80px;
	left: 20px;
	width: 140px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-align:left;	
	position: absolute;
}

#foto {
	clear : both;
  float: left;
	top: 63px;
	left: 30px;
	bottom: 10px;
	width: 140px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align:left;	
}

#ContenutoDettaglio {
  width: 540px;
  float: right;
	top: 20px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
  min-height: 400px; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 400px; /* For IE */	
}


