
html,body {
  margin: 0;
	padding:0; 
	border: 0; 
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	overflow: hidden;
}

img { border:none; margin: 0px; }
#logo { float: left; }



#main {
	height: 100%;
}
#head {
  z-index: 2;
	width: 100%;
	min-width: 480px;
	margin: 0px;
}
#content {
  z-index: 1;
	height: 100%;
}



/*** LOGO ***/

.section_title {
	border-top:34px solid #000;
	margin:0 0 0 150px;
	height: 28px;
	background-color: #9999CC;
	background-image: url(../img/arco.gif);
	background-repeat: no-repeat;
	font: 16px Verdana;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	padding-left: 40px;
	line-height: 1.8em;
}



/*** BARRA INFO & CONTROLLO ***/

#controlli {
	height: 60px;
}
#ctrlsx {
	float: left;
	height: 100%;
	width: 18%;
  background-color: #FFF;
}
#ctrlsx h3	{ margin-top: 2px; margin-left: 4px; margin-bottom: 0px; color: #2F6EBF; font-size: 1.3em; letter-spacing: -1px;  word-spacing: -2px; white-space: nowrap;}
#ctrlsx h3 a { color: #2F6EBF; text-decoration: none; }
#ctrlsx h3 a:hover { color: #2F6EBF; text-decoration: underline; }
#ctrlsx p	{ margin-top: 0px; margin-left: 4px; margin-bottom: 4px;}

#ctrldx {
  float: left;
  width: 82%;
	height: 100%;
}




/*** CONTENT ***/

#pageview {
	overflow: auto;
	float: right;
	width: 82%;
	height: 100%;
	background: #f4f4f4;
}


/*** NAVIGAZIONE PAGINE laterale ***/

#navigazione {
	float: left;
	overflow: auto;
	width: 18%;
	height: 100%;
	background:#EEE;
}
#navigazione ul {
	margin: 0 auto;
	padding:0;
	list-style:none;
}
#navigazione ul li {
	display:block;
	margin:0 0 1px 0;
	padding:2px 5px;
	background:#EEE;
}
#navigazione ul li.selected {
	background:#ccc;
}
#navigazione ul li a {
	color:#3F3F3F;
	text-decoration:none;
}
#navigazione ul li a:hover {
	text-decoration:underline; 
}



/*** MENU nav. rivista ***/

#menu	{
	clear: left;
  width: expression(document.body.clientWidth <= 750 ? "750px" : "auto");
  min-width: 750px;
	width: 100%;
	height: 20px;
}
#menu ul {
	margin: 0 0 0 5px;;
  padding: 0 0 0 0;
	list-style:none;
}
#menu li {
	display:inline;
	width:100px;
	font-weight:bold;
	background:#8C8A8C;
	border:solid 1px #5A595A;
	color:white;
	margin-bottom:10px;
  white-space: nowrap;
}
#menu li a {
	color:white;
	text-decoration:none;
	padding:1px 5px;
}
#menu li a:hover {
	color:#E1ECFB;
}


/*** FOOTER ***/

#footer {
	clear: both;
	width: 100%;
	color:white;
	background:black;
	text-align:center;
}


fieldset {
  border: none;
}



