

/* layout generale */

html,body {
	margin: 0;
	padding:0;
	height:100%;
 }

body {
	background: #ffffff url(../immagini/base.jpg) repeat-x scroll left top;
 }
 
body#home {
	background: #ffffff url(../immagini/basehome.jpg) repeat-x scroll left top;
 }
 
body#prodotti {
	background: #ffffff url(../immagini/base_prodotti.jpg) repeat-x scroll left top;
 }
 
 body>div#container{height: auto; min-height: 100%}
 
/* div contenitori principali */
 
 div#container {
	position:relative;
	width: 955px;
	height: 100%;
	margin: 0 auto;
 }

div#content {
	position:relative;
	width: 100%;
	height: auto;
	min-height:100%;
	left: 0px;
 }
 
/* div contenitori specifici */
 
div#content00{
	float:left;
	width:940px;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 50px;
}

div#content01{
	float:left;
	width:200px;
	text-align: left;
	margin-bottom: 50px;
}
div#content02{
	float:right;
	width:740px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1D8D38;
	padding-left: 5px;
	margin-bottom: 50px;
}

div#content03{
	float:left;
	width:250px;
	text-align: left;
	margin-bottom: 50px;
	margin-left: 0px;
}
div#map_canvas{
	float:right;
	width:700px;
	text-align: left;
	margin: 20px 0px 0px;
	padding: 0px;
	border: 1px solid #1D8D38;
	height: 337px;
	margin-bottom: 50px;
}

div#home{
	width:590px;
	text-align: left;
	margin: auto;
}

div#istituzionale{
	width:720px;
	text-align: left;
	margin: auto;
}

div#istituzionale01{
	width:200px;
	text-align: left;
}

div#notehome{
	width:935px;
	text-align: center;
	margin-top: 10px;
}

div#terminieprivacy{
	width:935px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 13px;
}
 
/* div contenitori e icone prodotti */
 
div#contentprodotto{
	float:right;
	width:730px;
	text-align: left;
	margin-bottom: 30px;
}

div#iconaprodotto01{
	float:left;
	width:104px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	background-color: #C9E8B6;
}

div#iconaprodotto01oncologia{
	float:left;
	width:300px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	background-color: #C9E8B6;
}

div#photoprodotto{
	width:720px;
	text-align: center;
	margin-top: 30px;
}

div#schedatecnicaprodotto{
	width:720px;
	text-align: center;
	margin-top: 30px;
}

div#contentscheda01{
	float:left;
	width:200px;
	text-align: left;
	padding-left: 59px;
}
div#contentscheda02{
	float:right;
	width:445px;
	text-align: left;
	padding-left: 5px;
}

div#contentscheda03{
	float:left;
	width:200px;
	text-align: left;
	padding-left: 0px;
}

div#contentscheda04{
	float:right;
	width:510px;
	text-align: left;
	padding-left: 5px;
}

div#noteprodotto{
	width:720px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}

div#table{
	width:100%;
	margin-top: 30px;
	margin-bottom: 0px;
}

div#tableimpiego{
	width:93%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 59px;
	text-align: left;
}

div#tablepiccola{
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

/* div header e footer */

div#header {
	height: 163px;
	background-attachment: scroll;
	background-image: url(../immagini/base_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }

div#footer {
	position: absolute;
	text-align: center;
	bottom:0;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1D8D38;
	background-color: #C9E8B6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1D8D38;
	border-left-color: #1D8D38;
 }
 
div#footerhome {
	position: absolute;
	text-align: center;
	bottom:0;
	width: 100%;
 }
 
/* testo generale */
 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
 }
 
p a {
	text-decoration: none;
	color: #333333;
 }

p a:hover {
	text-decoration: none;
	color: #1D8D38;
 }

/* testo barra nav sx */

p#barnavsx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}

p#barnavsx a {
	color: #333333;
	text-decoration: none;
}

p#barnavsx a:hover {
	color: #1D8D38;
}

/* testo scheda prodotto */

h1#titoloscheda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
 }
 
h2#descrizionescheda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555555;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 25px;
 }
 
h3#titoloprodotto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
 }
 
h3#impiego {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
 }
 
h4#note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
 }
 
p#descrizioneprodotto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
 }
 
p#noteprodotto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
 }
 
p#note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin-top: 0px;
	line-height: 15px;
 }

/* titolo barra nav sx */

p#barnavsxtitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

p#barnavsxtitolo_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
}

/* testo home */
 
h2#descrizionehome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 25px;
	font-variant: small-caps;
 }
 
p#notehome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
 }
 
 /* altri testi */
 
 h2#descrizionecompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 25px;
 }
 
 p#titolopaginanormale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

p#paginanormale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}

/* testo footer */

p#footeristituzionale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D8D38;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
p#footeristituzionale a {
	color: #1D8D38;
	text-decoration: none;
 }

p#footeristituzionale a:hover {
	color: #555555;
	text-decoration: underline;
 }
 
p#footeristituzionalehome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
 }

/* immagini */

img#iconaprodotto {
	margin: 2px 2px 5px;
	padding: 0px;
	border: 1px solid #666;
	text-decoration: none;
 }
 
img#prodotto {
	padding: 0px;
	border: 1px solid #1D8D38;
	text-decoration: none;
 }
 
img#divisoria {
	border-top: 1px solid #1D8D38;
	margin-top: 30px;
	margin-bottom: 10px;
 }
 
img#divisoriatrasparente {
	border-top: 1px solid #ffffff;
	margin-top: 30px;
	margin-bottom: 10px;
 }

/* tabella */

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

