html {
	height: 100%;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

body {
	min-width: 990px;
	width: auto !important;
	width: 990px;
	margin: 10px auto;
	font-size: 110%;
}

/* --------------- TESTATA --------------- */

#testata {
	height: 80px;
	background: url(/LogoAppaltitalia.gif) no-repeat;
	text-align: right;
	/*border: 1px solid red;*/
}

#pubb {
	/*float: right;----------------------*/
}

/* --------------- MENU --------------- */

#menu {
	margin: 10px 0px;
	padding: 3px;
	background: #175DD6;
	color: White;
}

#menu ul {
	margin-left: 40px;
	display: inline;
	font-weight: bold;
}

#menu li {
	margin-right: 27px;
	display: inline;
}

#menu a {
	color: White;
	text-decoration: none;
}

#menu a:hover {
	color: #D6DEF7;
}

/* --------------- LATERALI --------------- */

#sinistra, #destra {
	width: 230px;
	margin-top: 20px;
	/*height: 500px;*/
	font-size: 90%;
	text-align: justify;
	/*border: 1px solid black;*/
}

#sinistra {
	float: left;
}

#destra {
	float: right;
}

#login {
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

#login p {
	margin: 0px 0px 15px 0px;
}

#login .dato {
	color: #58617C;
}

#login .valore {
	color: Red;
}

/* box */

.box {
	width: 220px;
	margin: 0px auto 20px auto;
	/*padding: 0px 5px;*/
	position: relative;
}

.box_testo {
	width: 200px;
	height: 100%;
	margin: 0px auto;
	padding: 3px 15px 20px 3px;
	background: url(/IMG/Riquadri/Right.gif) repeat-y right #D0E1F3;
	position: relative;
	border-left: 1px solid #ababab;
}

.box_testo a:link, .box_testo a:visited {
	color: Blue;
}

.box_testo a:hover {
	color: red;
}

.box_titolo {
	height: 16px;
	text-align: center;
	font-weight: bold;
	color: White;
	background: url(/IMG/Riquadri/TR.gif) #1656DA right no-repeat;
	position: relative;
	/*border: 1px solid red;*/
}

.box_titolo_sx {
	width: 15px;
	height: 18px;
	background: url(/IMG/Riquadri/TL.gif) right no-repeat;
	position: absolute;
	top: -1px;
	left: 0px;
	/*border: 1px solid black;*/
}

.box_angolo_dx {
	width: 30px;
	height: 23px;
	background:url(/IMG/Riquadri/BR.gif);
	position: absolute;
	right: 0px;
	bottom: -5px;
	/*border: 1px solid black;*/
}

.box_bottom {
	width: 100%;
	height: 23px;
	background: url(/IMG/Riquadri/BGBottom.gif) repeat-x bottom;
	position: absolute;
	bottom: -5px;
	left: 0px;
	/*border: 1px solid black;*/
}

.sez_titolo {
	margin-bottom: 10px;
	text-align: center;
}

/* --------------- CENTRO --------------- */

#centro {
	margin: 0px 240px 0px 230px;
	font-size: 90%;
	position: relative;
	/*border: 1px solid red;*/
}

.box_centro, .box_centro_piccolo {
	padding: 0px 10px 10px 0px;
	text-align: justify;
	/*border: 1px solid red;*/
	border-left: 1px solid gray;
	position: relative;
}

.box_centro {
	width: 95%;
	margin: 0px auto 15px auto;
	background: url(/img/notizie/r.gif) repeat-y right;
}

.box_centro_piccolo {
	width: 95%;
	/*min-height: 350px;
	height: 350px !important;*/
	/*height: 100%;*/
	padding-right: 10px;
	background: url(/img/notizie/r.gif) repeat-y right;
	/*border: 1px solid black;*/
}

.box_centro_piccolo_link {
	text-align: center;
}

.box_centro_piccolo_link a {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.box_centro_titolo {
	/*margin-bottom: 2px;*/
	margin: 0px;
	padding: 2px;
	background: #1656DA;
	text-align: left;
	font-weight: bold;
	color: white;
	/*border: 1px solid gray;*/
}

.box_centro_testo {
	padding: 5px;
}

.box_centro_bottom {
	width: 100%;
	height: 11px;
	background: url(/img/notizie/b.gif) repeat-x bottom;
	/*border: 1px solid black;*/
	position: absolute;
	bottom: 0px;
	left: -2px;
}

.box_centro-angolo {
	width: 16px;
	height: 20px;
	/*background: url(/img/notizie/br.gif) no-repeat white;*/
	background: url(/images/layout/home/centro/box_centro-angolo.gif) no-repeat;
	/*border: 1px solid black;*/
	position: absolute;
	right: 2px;
	bottom: -1px;
}

.box_centro_titolo a, .box a {
	color: White;
	text-decoration: none;
}

.nascosto {
	display: none;
}

.esposto {
	display: inline;
}

/* autocomplete */

div.autocomplete {
	height: 400px;
	background: white;
	/*font-size: 90%;*/
	text-transform: lowercase;
	border: 1px solid #888;
	overflow: scroll;
}

div.autocomplete ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.autocomplete ul li.selected { 
	background-color: #ffb;
}

div.autocomplete ul li {
	margin: 0;
	padding: 0px 2px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

/* --------------- FOOTER --------------- */

#footer {
	clear: both;
}

/* --------------- FORM --------------- */

fieldset {
	border: none;
}

#consulenzalegale label {
	display: block;
	float: left;
	width: 100px;
}

fieldset input, label {
	margin-top: 3px;
}

form .submit {
	text-align: center;
}

/* --------------- ALTRO --------------- */

img {
	border: none;
}

/* --------------- SCORRIMENTO BANNER ---------------  */

#omino {
	width: 100%;
	position: abosolute;
	bottom: 0px;
	/*border: 1px dotted #cccccc;*/
}

div > div#omino {
	position: fixed;
}
body > div#omino {
	position: fixed;
}