/* CSS Document */
html, body 
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin:0;
	padding:0;
	color:Black;
}
h2 {
	display: inline;
}
#sfondoheader {
	height: 130px;
	background-repeat: repeat-x;
}

#header {
	height: 10px;
	background: #ffffff url(Image/sfondosopra.gif) repeat-x;
}

.menuSx
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	float: left;
	width: 30%;	
	margin-left: 0%;
	margin-top: 40px;
	font-size:small;
}
* html .menuSx
{
	margin-top:5px;
}


.livello1
{
	margin-left:5%;
	font-weight:normal;
}
.livello1 a
{
	color:Black;
	font-weight:normal;
	text-decoration:none;	
}

.livello1 a:hover
{
	text-decoration:underline;
}
.livello2
{
	margin-left:10%;
}
.livello2 a
{
	color:Black;
	font-weight:normal;
}
.livello3
{
	margin-left:15%;
}
.livello3 a
{
	color:Black;
	font-weight:normal;
}

.arealavoro
{ 

	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:small;
	margin-left:30%;
	margin-right:10px;
	width:60%;	
	margin-top:60px;
}
* html .arealavoro
{
	margin-top:0px;

}

.utente
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:small;

	text-align:right;
	margin-top:60px;
	margin-right:10px;
	float:right;
}
* html .utente
{
	margin-top:0px;

}

.footer
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:small;
	text-align:center;
	width:100%;	
	background-color: White;
	float: left;
	padding-top: 30px;
}

.container
{
	background-color: #efefe7;
	width:100%;
	float:left;	
}

.arealavoro a:link {
	color:#FF0000;
	text-decoration:none;
}

.arealavoro a:visited {
	color:#FF0000;
	text-decoration: none;
}

.arealavoro a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.arealavoro a:visited:hover {
	color:#FF0000;
	text-decoration: underline;
}

.utente a:link {
	color:#FF0000;
	text-decoration:none;
}

.utente a:visited {
	color:#FF0000;
	text-decoration: none;
}

.utente a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.utente a:visited:hover {
	color:#FF0000;
	text-decoration: underline;
}

.results {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}
