/* TAG */

form, ul, p {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans;
}

a {
	color: #000;
	padding: 0;
	margin: 0;
}



/* CSS DI CONTROLLO */

.clearboth {
	clear: both;
}



/* ID */

#container {
	margin: 0 auto;
	width: 960px;
	height: 530px;
}


#sx {
	width: 400px;
	background-image: url(img/back_sx_home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#sxEN {
	width: 400px;
	background-image: url(imgEN/back_sx_home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#head, #foot {
	padding-left: 20px;
	background-image: url(img/back_menu.gif);
	background-repeat: repeat-x;
	height: 35px;
}

#main {
	padding-left: 20px;
	height: 512px;
	width: 600px;
	overflow: auto;
	font-size: 13px;
}


#main td, #main div {
	font-size: 13px;
}



/* GENERALI */

.errore {
	color: #c00;
	font-weight: bold;
}

.title {
	padding: 15px 0;
	color: #c90;
	font-size: 13px;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
	font-size: 17px;
	text-align: left;
}

.ij {
	padding: 5px;
	text-align: right;
}

.sfoglia {
	clear: both;
	text-align: center;
	margin: 5px 20px 0 0;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	background-color: #FDF8E5;
}

.sfoglia a {
	color: #c90;
	text-decoration: none;
}
