html {
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	padding : 0px;
	margin : 0px;
}

div.flags {
	padding-left: 20px;
}
div.validazioni {
	clear : left;
	position : relative;
	padding-top : 20px;
	padding-left : 180px;
	width : 560px; 
	bottom: 10px;
	text-align : center;
	}
	
div.listmenu {
	width : 180px;
	float : left;
	display : block;
	padding-top : 10px;
	background-image: url(img/menu.png);	
	background-repeat: repeat-x;
	min-height : 320px;
	}

.listmenu ul {
	margin: 0 0 0px 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	}

.listmenu li a {
	color: #333;
	display: block;
	border : none;
	padding: 4px 0 4px 14px;
	text-decoration: none;
	font-weight:bold;
	background-color:inherit;
	}

.listmenu li a:hover {
	background-color: #666;
	color:#fff;
	}
.listmenu li a.selezionato {
	background-color: #666;
	color:#fff;
}

div.logo {
	width : 760px;
	height : 135px;
}
div.corpo {
	border-left:3px solid #666;
	padding : 10px;
	float: left;
	width : 560px;	
	min-height : 320px;
}
.corpo a {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
.corpo a:hover {
        color: #333;
	text-decoration: underline;
	font-weight:bold;
}
.corpo h1 {
	font-weight:bold;
	font-size: 16px;
}

a.slides {
	font-weight : normal;
	font-size : 10px;
	text-decoration : none;
}

a.slides:hover {
	
}
