@charset "utf-8";
body  {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #093246;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #0F5273;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.stile #container {
	width: 90%;
	text-align: left;
	display: table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.stile #header {
	height: 92px;
	background-image: url(immagini/header.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.stile #banner {
	height: 60px;
	padding: 0;
	float: right;
	width: 468px;
	margin-top: 20px;
	margin-right: 5em;
}
.stile #navigazione {
	height: 20px;
	background-image: url(immagini/barra.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}
.stile #navigazione a{
	text-decoration: none;
	color: #9F0326;
}
.stile #navigazione a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.stile #contenuto {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	border: 5px solid #D2DEE8;
} 
.stile #menu {
	width: 15em;
	background-image: url(immagini/menu.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.stile #menu_contenitore {
	float: left;
	width: 170px;
	padding: 0px;
	background-color: #FFFFE1;
}
.stile #contenuto_centrale {
	color: #045783;
	padding-top: 10px;
	float: right;
	width: 80%;
}
.stile #footer {
	height: 53px;
	background-image: url(immagini/footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
.stile #annunci {
	width: 819px;
	text-align: left;
}  
.stile #annunci_testata {
	height: 47px;
	background-image: url(immagini/ultimi.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 10px;
}
.stile #annunci_cerco {
	height: 47px;
	background-image: url(immagini/cerco_lavoro.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 10px;
}
.stile #annunci_offro {
	height: 47px;
	background-image: url(immagini/proposte_lavoro.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 10px;
}
.stile #annunci_corpo {
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
} 
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.stile #sponsor {
	height: 160px;
	text-align: center;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #8E0222;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #036CA5;
}
h1 {
	font-size: 14px;
	color: #930223;
}
h2 {
	font-size: 12px;
	color: #0071AD;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div#pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(immagini/pagina.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(immagini/pagina.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
}
.barra {
	font-weight: bold;
	color: #000000;
	background-image: url(immagini/barra.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
}
.titolo {
	font-style: italic;
	color: #FF6600;
}
.voci {
	color: #333333;
}
.errore {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.richieste {
	height: 47px;
	background-image: url(immagini/visualizza_richieste.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 10px;
}
.offerte {
	height: 47px;
	background-image: url(immagini/visualizza_offerte.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 10px;
}
