@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #650D0E;
	background-image: url(img-base/fondo.jpg);
	background-repeat: no-repeat;
}
#containergeneral   {
	width: 980px;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 281px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containergeneral-manifestazioni {
	width: 980px;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containergeneral-workshop {
	width: 980px;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contenitorebarra  {
	height: 85px;
	width: 980px;
	background-image: url(img-base/logo.png);
	background-repeat: no-repeat;
	background-position: -7px center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#indirizzo {
	height: 60px;
	background-image: url(img-base/fondino-indirizzo.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
}
#logo-indirizzo {
	height: 30px;
	width: 127px;
	background-image: url(img-base/logo-indirizzo.png);
	float: left;
	margin-top: 15px;
	background-repeat: no-repeat;
}
#dati-indirizzo {
	font-size: 13px;
	float: left;
	margin-top: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-left: 25px;
}
#dati-indirizzo a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#dati-indirizzo a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#dati-indirizzo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#dati-indirizzo a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#cambio-lingua {
	float: left;
	width: 120px;
	font-size: 12px;
	height: 33px;
	margin-left: 285px;
	margin-top: 51px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
}
.bandiera {
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 10px;
}
#cambio-lingua a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#cambio-lingua a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#cambio-lingua a:hover {
	font-weight: bold;
	color: #970814;
	text-decoration: none;
}
#cambio-lingua a:active {
	font-weight: bold;
	color: #970814;
	text-decoration: none;
}
#barranav {
	height: 33px;
	float: left;
	margin-top: 51px;
	width: 575px;
}
#nav {
	float: left;
	list-style-type: none;
	font-size: 13px;
	height: 33px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
.click {
	float: left;
	width: 100px;
	height: 33px;
	margin-left: 7px;
	text-align: center;
}
.click a:link {
	background-image: url(img-base/tasto-spento.png);
	display: block;
	height: 34px;
	width: 100px;
	line-height: 36px;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.click a:visited {
	background-image: url(img-base/tasto-spento.png);
	display: block;
	height: 34px;
	width: 100px;
	line-height: 36px;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.click a:hover {
	background-image: url(img-base/tasto-acceso.png);
	display: block;
	height: 34px;
	width: 100px;
	line-height: 36px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.click a:active {
	background-image: url(img-base/tasto-acceso.png);
	display: block;
	height: 34px;
	width: 100px;
	line-height: 36px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#appuntamenti {
	height: 260px;
	background-image: url(img-base/fondino-appuntamenti.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
}
.manifestazione {
	float: left;
	width: 227px;
	height: 180px;
	color: #FFFFFF;
	margin-top: 30px;
	background-image: url(img-base/linea.jpg);
	background-repeat: no-repeat;
	background-position: 215px;
	margin-right: 5px;
}
.manifestazione a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.logo-manifestazione {
	height: 45px;
	width: 115px;
	background-image: url(img-base/top-marketing-tasto.png);
}
.logo-manifestazione-logistika {
	height: 55px;
	width: 125px;
	background-image: url(img-base/logistika-tasto.png);
	background-position: -1px -2px;
	background-repeat: no-repeat;
}
.logo-manifestazione-afc {
	height: 55px;
	width: 125px;
	background-image: url(img-base/afc-tasto.png);
	background-position: -1px -2px;
	background-repeat: no-repeat;
}
.logo-manifestazione-wine {
	height: 55px;
	width: 125px;
	background-image: url(img-base/wine-tasto.png);
	background-position: -1px -2px;
	background-repeat: no-repeat;
}
.logo-manifestazione-top-marketing {
	height: 55px;
	width: 125px;
	background-image: url(img-base/top-marketing-tasto.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.logo-manifestazione-teknofood {
	height: 55px;
	width: 125px;
	background-image: url(img-base/teknofood-tasto.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.logo-manifestazione-pharmachim {
	height: 55px;
	width: 125px;
	background-image: url(img-base/pharmachim-tasto.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.logo-manifestazione-hr {
	height: 55px;
	width: 125px;
	background-image: url(img-base/hr-tasto.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.logo-manifestazione-top-energy {
	height: 55px;
	width: 125px;
	background-image: url(img-base/top-energy-tasto.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.logo-manifestazione-transport {
	height: 55px;
	width: 125px;
	background-image: url(img-base/mt&l-tasto.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
.info-manifestazione {
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
	text-decoration: none;
}
.tasto-approfondisci {
	font-size: 12px;
	font-weight: bold;
	color: #CD071E;
	margin-top: 15px;
	background-image: url(img-base/freccina.png);
	background-repeat: no-repeat;
	background-position: 90px;
	text-decoration: none;
}

#titolo-sezione {
	height: 30px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 40px;
}
#rullo {
	height: 281px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img-base/rullo.jpg);
	width: 980px;
}
#corpo {
	background-image: url(img-base/fondino-video.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 310px;
}
#corpo-index {
	background-image: url(img-base/fondino-video.jpg);
	background-repeat: no-repeat;
	height: 65px;
}
#corpo-azienda {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 345px;
	background-position: top;
}
#corpo-workshop {
	background-image: url(img-base/fondino-video.jpg);
	background-repeat: no-repeat;
	height: 485px;
	background-color: #FFFFFF;
	text-align: center;
}
#margine-video {
	padding-top: 25px;
}
#corpo-eventi {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 700px;
	background-position: top;
}
#corpo-calendario {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 1050px;
	background-position: top;
}
#corpo-calendario  a:link   {
	color: #333333;
	text-decoration: none;
}
#corpo-calendario  a:visited   {
	color: #333333;
	text-decoration: none;
}
#corpo-calendario  a:active   {
	color: #333333;
	text-decoration: none;
}
#corpo-calendario  a:hover   {
	color: #333333;
	text-decoration: none;
}
#corpo-informazioni {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 550px;
	background-position: top;
}
#corpo-contatti {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 345px;
	background-position: top;
}
#corpo-manifestazioni {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 560px;
	background-position: top;
}
#corpo-manifestazioni-transport {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 660px;
	background-position: top;
}
#corpo-manifestazioni-hr {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 670px;
	background-position: top;
}
#corpo-manifestazioni-afc {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 670px;
	background-position: top;
}
#corpo-manifestazioni-top-marketing {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 670px;
	background-position: top;
}
#corpo-manifestazioni-top-energy {
	background-image: url(img-base/fondino-corpo.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	line-height: 19px;
	color: #333333;
	height: 670px;
	background-position: top;
}
#risposta-form {
	padding-top: 25px;
	padding-left: 25px;
	color: #600C0C;
}
#sponsor {
	float: left;
	width: 920px;
	height: 80px;
	position: relative;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
#sponsor-hr {
	float: left;
	width: 920px;
	height: 80px;
	position: relative;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(manifestazioni/hr/sponsor.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#sponsor-transport {
	float: left;
	width: 920px;
	height: 80px;
	position: relative;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
#partner-transport {
	float: left;
	width: 920px;
	height: 80px;
	position: relative;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
#colonna-pagina-manif {
	float: left;
	width: 700px;
	height: 430px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
}
#colonna-pagina-manif-hr {
	float: left;
	width: 700px;
	height: 550px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
}
#colonna-pagina-manif-afc {
	float: left;
	width: 700px;
	height: 550px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
}
#colonna-pagina-manif-top-marketing {
	float: left;
	width: 700px;
	height: 550px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
}
#colonna-pagina-manif-top-energy {
	float: left;
	width: 700px;
	height: 550px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
}
#corpo-scheda {
	margin-top: 30px;
}
#pag-manif-col-sx {
	float: left;
	width: 50%;
	height: 400px;
}
#pag-manif-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/top-marketing/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-programma-col-sx {
	float: left;
	width: 50%;
	height: 330px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 14px;
}
#pag-manif-programma-col-sx-tekno {
	float: left;
	width: 50%;
	height: 400px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 14px;
}
#pag-manif-programma-col-dx {
	float: left;
	width: 50%;
	height: 330px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 14px;
}
#pag-manif-top-marketing-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/top-marketing/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-top-energy-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/top-energy/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-logistika-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/logistika/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-afc-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/afc/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-wine-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/wine/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-hr-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/hr/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-hr-roma-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/hr-roma/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-transport-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/transport/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-pharmachim-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/pharmachim/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#pag-manif-teknofood-col-dx {
	float: left;
	width: 50%;
	height: 400px;
	background-image: url(manifestazioni/teknofood/copertina.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
}
#colonna-barra-manif {
	float: left;
	width: 200px;
}
#barra-manif {
	height: 320px;
	margin-left: 5px;
	margin-top: 30px;
}
#nav-manif {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 210px;
	width: 200px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.click-manif {
	height: 23px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	position: relative;
	padding: 0px;
}
.click-manif  a:link {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 6px;
}
.click-manif a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 6px;
}
.click-manif a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
}
.click-manif a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
}
#logo-manifestazione {
	height: 80px;
	background-image: url(img-base/top-marketing-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-top-energy {
	height: 80px;
	background-image: url(img-base/top-energy-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-logistika {
	height: 80px;
	background-image: url(img-base/logistika-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-afc {
	height: 80px;
	background-image: url(img-base/afc-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-wine {
	height: 80px;
	background-image: url(img-base/wine-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-hr {
	height: 80px;
	background-image: url(img-base/hr-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-transport {
	height: 80px;
	background-image: url(img-base/mt&l-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-pharmachim {
	height: 80px;
	background-image: url(img-base/pharmachim-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-manifestazione-teknofood {
	height: 80px;
	background-image: url(img-base/teknofood-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#titolo-video {
	font-size: 25px;
	font-weight: normal;
	color: #8A0F16;
	margin-left: 25px;
	letter-spacing: -1px;
	float: left;
	margin-top: 18px;
	margin-right: 22px;
}
#tasto-video {
	float: left;
	margin-top: 3px;
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	background-image: url(img-base/tasto-video.png);
}
#slogan-video {
	font-size: 18px;
	color: #333333;
	float: left;
	margin-top: 24px;
	margin-left: 20px;
}
.titolo-slogan-slide {
	font-size: 32px;
	font-weight: normal;
	color: #8A0F16;
	letter-spacing: -1px;
	width: 500px;
	position: absolute;
	margin-left: 50%;
	left: -465px;
	margin-top: 60px;
}
.descrizione-slogan-slide {
	font-size: 20px;
	color: #333333;
	width: 380px;
	position: absolute;
	margin-left: 50%;
	left: -465px;
	margin-top: 110px;
	line-height: 27px;
}
.titolo-slogan-slide-startup {
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: -1px;
	width: 500px;
	position: absolute;
	margin-left: 50%;
	left: -465px;
	margin-top: 60px;
}
.titolo-slogan-slide-startup-approfondisci {
	font-size: 16px;
	font-weight: normal;
	color: #8A0F16;
	width: 500px;
	position: absolute;
	margin-left: 50%;
	left: -465px;
	margin-top: 170px;
}
.titolo-slogan-slide-startup-approfondisci a {
	color: #8A0F16;
	text-decoration: none;
}
.titolo-slogan-slide-startup a{
	color: #8A0F16;
	text-decoration: none;
}
.descrizione-slogan-slide-startup {
	font-size: 20px;
	color: #FFF;
	width: 380px;
	position: absolute;
	margin-left: 50%;
	left: -465px;
	margin-top: 110px;
	line-height: 27px;
}
.descrizione-slogan-slide-startup a{
	color: #333;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #8A0F16;
	width: 930px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	float: left;
}
#attivita-colsx    {
	float: left;
	line-height: 23px;
	font-size: 13px;
	display: block;
	margin-left: 10px;
}
#attivita-coldx {
	float: left;
	padding-left: 60px;
	line-height: 23px;
	font-size: 13px;
	display: block;
	margin-left: 15px;
}
#step01 {
	margin-top: 15px;
	background-image: url(img-base/step-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 0px;
}
#step02 {
	margin-top: 5px;
	background-image: url(img-base/step-02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 0px;
}
#step03 {
	margin-top: 5px;
	background-image: url(img-base/step-03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 0px;
}
#step04 {
	margin-top: 5px;
	background-image: url(img-base/step-04.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 0px;
}
#top-marketing-calendario {
	margin-top: 8px;
	background-image: url(img-base/top-marketing-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	font-size: 13px;
	background-color: #E0E0E0;
}
#logistika-calendario {
	margin-top: 8px;
	background-image: url(img-base/logistika-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#innovatec-calendario {
	margin-top: 8px;
	background-image: url(img-base/innovatec-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#wine-calendario {
	margin-top: 8px;
	background-image: url(img-base/wine-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#top-energy-calendario {
	margin-top: 8px;
	background-image: url(img-base/top-energy-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#startup-calendario {
	margin-top: 8px;
	background-image: url(img-base/startup-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#afc-calendario {
	margin-top: 8px;
	background-image: url(img-base/afc-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#mtel-calendario {
	margin-top: 8px;
	background-image: url(img-base/mt&l-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
	display: block;
}
#hr-calendario {
	margin-top: 25px;
	background-image: url(img-base/hr-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#teknofood-calendario {
	margin-top: 8px;
	background-image: url(img-base/teknofood-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#pharmachim-calendario {
	margin-top: 8px;
	background-image: url(img-base/pharmachim-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
#sikura-calendario {
	margin-top: 8px;
	background-image: url(img-base/sikura-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 190px;
	height: 68px;
	padding-top: 10px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	position: relative;
	background-color: #E0E0E0;
	font-size: 13px;
}
.freccia {
	height: 68px;
	width: 85px;
	margin-top: 8px;
	padding-top: 10px;
	background-image: url(img-base/freccia.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	position: relative;
}
.freccia-primariga {
	height: 68px;
	width: 85px;
	margin-top: 25px;
	padding-top: 10px;
	background-image: url(img-base/freccia.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	position: relative;
}
.visita {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	line-height: 28px;
}
.red-bold {
	font-weight: bold;
	color: #8A0F16;
	font-size: 13px;
}
.red-bold-nodimensione {
	font-weight: bold;
	color: #8A0F16;
}
.testo-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.privacy {
	font-size: 11px;
	line-height: 15px;
}
.titolo-manifestazione {
	font-weight: normal;
	color: #8A0F16;
	font-size: 30px;
	margin-top: 75px;
	line-height: normal;
}
.sottotitolo-manifestazione {
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 21px;
}
.slogan-scheda {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}
.img-posizione-luogo {
	margin-left: -8px;
}
.orario {
	font-weight: bold;
	color: #8A0F16;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: block;
	margin-right: 50px;
	margin-top: 7px;
	height: 20px;
	line-height: 22px;
}
#closewin {
	color: #990000;
}
#area-download {
	margin-top: 25px;
	font-weight: bold;
}
#area-download a:link, #area-download a:visited {
	color: #333;
}
.spaziatura-iconadown {
	padding-left: 25px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

