html,body {
	background-image: url(../img/sfondo1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ededed;
}
#header {
	clear:both;
	height: 120px;
	background-image: url(../img/Intestazione.jpg);
	margin-right: auto;
	margin-left: auto;
	position:relative;
	float:left;
	width:100%;
}
#search {
	clear:both;
	background-image: url(../img/Texture-ricerca.jpg);
	font-weight: bold;
	color: #FFF;
	height: 50px;
	text-align: center;
	position:relative;
	float:left;
	width:100%;
}
#searchparam {
	padding:5px;
	word-spacing: 2px;
}
#alphabet {
	clear:both;
	background-image: url(../img/Texture-alfabeto.jpg);
	font-weight: bold;
	color: #FFF;
	height: 45px;
	text-align: center;
	position:relative;
	float:left;
	width:100%;
}
#alphabet img{
	margin-right:-5px;
}
#toolbar {
	height:38px;
	clear:both;
	text-align: right;
	position:relative;
	width:100%;
}
#toolbar div{
	position:relative;
	float:right;
}
#toolbar a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#A_grande{
	margin-right:10px;
}
#A_base{
	margin-right:2px;
}
#backBt{
	margin-right:13px;
}
#printBt{
	margin-right:4px;
}
#list {
	clear:both;
	position:relative;
	float:left;
	background-color:#f7f7f7;
	border:solid 1px #CCCCCC;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px;
	padding:10px;
	width:230px;
}

#list li{
	margin:0px;
	margin-left:15px;
}

#list li a{
	text-decoration:none;
}

#list .parte {
	margin:5px;
	padding:5px;
	border:1px solid #FFF;
	background-color:#BBB;
	font-weight:bold;
}

#list .freccia {
	display:inline;
	left:0px;
}

#list .submenu {
	display:none;
	margin-top:0px;
}

#list .linkMenu {
	cursor:hand;
	cursor:pointer;
	overflow:visible;
	display:block;
}

#list .exprid {
	color:#000;
	background-color:#FFF;
	border:1px solid #000;
	font-size:12px;
	font-weight:bold;
	width:12px;
	height:12px;
	text-align:center;
	margin:4px;
	padding:0px;
	line-height:12px;
	display:inline-block;
	float:left;
}

#list #titolo {
	float:right;
	text-align:left;
	margin:2px;
	width:84%;
	color:#000;
	font-weight:bold;
	display:block;
}

#definition {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:-5px;
	margin-bottom:15px;
	width:630px;
}
#footer {
	clear:both;
	position:relative;
	float:left;
	height: 10px;
	background-color:#00336e;
	width:100%;
}

.button {
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-color:#FFF;
	border:1px solid #CCCCCC;
}
