/* Una unica colonna */
#headerhome {
	width : 960px;
	height: 340px;
/*	background:url(../images/testataed1.jpg) no-repeat; */
	margin-bottom : 0px;
	margin:0;
}

#content {
	width:760px;
	margin: 0px auto 0 auto;
}

#contenthome {
	width:960px;
	height:270px;
	padding: 0px 0px 0 4px;
	background:url(../images/quadrohome3.png) no-repeat;
}

.pulsante {
	cursor: hand;
}

/* box2 racchiude infobox */

.box2 { 
	width:754px;
}

/* box3 è il box che racchiude il contenuto delle pagine */

.box3 {
	width:754px;
}

.box4 {
	width:754px;
	color:#444;
	background-color:#111;
	margin:0px 0 3px 0;
}

a:link, a:visited {
	color:#BB236E;
	text-decoration:none;
}

a:hover, h2 a:hover {
	color:#F23694;
	text-decoration:none;
}

	/* ----------------------------- MENU ORIZZONTALE ----------------------------------- */
	
#navigationhome{
	position:absolute;
	top:260px; 
	/*  float:left; */
	text-align: right;
	width: 100%;
	padding: 6px 0 10px 10px;
	margin: 0px 0px 10px 550px;
	list-style:none;
	background: transparent;
}

#navigationhome li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#navigationhome a {
	height:13px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: medium;
	float:left;
	display:block;
	padding: 2px 8px;
	text-decoration:none;
	border-right: 1px solid #999;
}

#navigationhome a:link, #navigationhome a:visited {
	color:#DDD;
}

.sel {
	background: url('../images/sel_back4.jpg') repeat-x top left ;
	color:#C80;
	float:left;
	margin-top:-6px;
	display:block; 
	border-top: 2px solid #FA0;
}


#navigationhome form {
text-align:right;
}

#linguehome {
	position:absolute;
	top:260px; 
	/*  float:left; */
	text-align: right;
	width: 120px;
	padding: 0px 0 10px 10px;
	margin: 0px 0px 10px 820px;
	border:0px;
}
#linguehome input {
	border:0;
}


	/*-------------------------------- FINE MENU ORIZZONTALE ----------------------------------*/
