body,html { 
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#dddddd;
	font-size:100%;
	font-family: arial,sans-serif,thaoma;
	overflow:hidden;
}

#contenitore {
	width:80%;
	position:absolute;
	top:50%;
	left:50%;
	margin-right:0px;
	margin-left:-40%;
	background-color:#000000; /*#fefeff;*/
	border:1px solid #999;
	overflow: hidden;
	height:400px;
	margin-top:-200px;
}

#testata {
	width:100%;
	height:110px;
	position: relative;
	top:0px;
	left:0px;
	background-image:url(../images/mattoni.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index:1;
	/*background-color:#ff0000;*/
	border:1px solid #000000;
}

#logo {
	position:relative;
	top:8.5px;
	left:8px;
	z-index:2;
	width:203px;
	height:93px;
}

#navigazione {
	background-color: #9cf;
	width: 75%;
    z-index:3;
	position:absolute;
	top:72px;
	left:25%;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#navigazione ul{margin: 0;padding: 0; list-style-type: none;}
#navigazione li{display: inline; margin: 0 0 0 0;padding-left: 0.45em;} /*nota display: inline*/
#navigazione a{color:#369; font: normal bold 14px/32px arial,sans-serif; text-decoration: none}
#navigazione a:hover{color: #fff;text-decoration: none;}
#navigazione a#activelink{color: #033;text-decoration: none}

#contenuto {
	background-color:#000000; /*#fefeff;*/
	overflow: auto;
	font-size:80%;
	text-align:justify;
	padding-right:15px;
	padding-left:15px;
	height:270px;
	color:#ffffff;
}

#fondo {
	background-color: #69c;
	width: 100%;
    height: 20px;
	line-height: 20px;
	text-align:center;
	font-size:70%;
	font-weight:bold;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	position:absolute;
	bottom:0px;
	left:0px;
	overflow: hidden;
	border:1px solid #000000;
}

#fondo a {
	color: #000;
	text-decoration: underline;
}

.titolo{ 
	color: #aaa; /*777;*/
	font-size: 130%;
	font-weight:bold;
}

.curvasu {
	width:180px;
	height:8;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	font-size:1px;
}
	
.curvagiu {
	width:180px;
	height:8;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	font-size:1px;
}
	
.cellainterna {
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-top: none;
	border-bottom: none;
	width:180px;
	height:164px;
	padding:4px;
	text-align:center;
	background-color:#eeeeee;
	cursor:pointer;
	cursor:hand;
}
	
.cellaesterna {
	padding: 5px;
}
	
.tabellainterna {
	width:180px;
}

#iddivfoto {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	margin:0px;
	width:100%;
	text-align:center;
	height:100%;
	/*border :2px solid #ff0000;*/
}

#iddivfotosu {
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	margin:0px;
	width:100%;
	text-align:center;
	height:10%;
	/*border :2px solid #0000ff;*/
}

#iddivcontfoto {
	position:absolute;
	top:10%;
	left:0px;
	z-index:999;
	width:100%;
	text-align:center;
	height:80%;
	overflow:auto;
	/*border :2px solid #00ffff;*/
}

#iddivfotogiu {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:999;
	margin:0px;
	width:100%;
	text-align:center;
	height:10%;
	/*border :2px solid #00ff00;*/
}

#idfoto {
	border:2px solid #000000;
}