﻿/********** GENERALI **********/

html, form, body
{
	/*
	width: 100%;
	height: 100%;
	*/
}

body 
{	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #99FF00;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #666666;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

.normative h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 15px;
}

.comunicazioni h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 15px;
}

a
{
	color: #99FF00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;	
	vertical-align: middle;
}

/********** MASTERPAGE **********/

.main
{
	/*
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	*/
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	margin: -250px auto auto -380px;
}

.header, #menu, .scroller, .footer, .copyright
{
	width: 760px;	
}

.header, .footer
{
	height: 70px;
}

.header
{
	background-image: url(images/header.jpg);	
}

.footer
{
	background-image: url(images/footer.jpg);	
}

.copyright
{	
	text-align: center;
	font-size: 10px;
	color: #BED269;	
	padding-top: 5px;
}

.copyright a
{
	color: #BED269;	
}

#scroller
{
	height: 300px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.contents
{
	background-color: #666666;
	width: 760px;
	padding: 0px;
	margin: 0px;
}

/********** PAGINE **********/

#title, #logo, #logoanim, #enter
{
	width: 100%; 
	text-align: center; 
}

#title
{
	padding: 80px 0px 0px 0px;
}

#logo
{
	position: relative;
	top: 200px;
}

#logo a
{
	color: #000000;
	font-weight: bold;	
}

#logoanim
{
	position: relative;
	top: 70px;
}

#enter
{	
	text-align: right;
	position: relative;
	top: 70px;
}

#intro, #content, #slideshow, .text
{
	height: 300px;
}

#slideshow, .text, .fulltext
{	
	width: 360px;
	height: 250px;	
	padding: 10px;
	float: left;
}

.fulltext
{
	width: 100%;	
}

.text, .fulltext
{
	overflow: auto;	
}

.links
{
	width: 100%;
	padding: 5px;
	text-align: center;
}

.map
{
	float: left;
	width: 430px; 
	height: 300px;
	background-color: #666666;
}

.mail
{
	float: right;
	margin-top: 3px;
	border: Solid 1px #888888;
	background-color: #666666;
}

.underconstruction
{
	width: 100%;
	text-align: center;	
	position: relative;
	top: 70px;
}

.titolo
{
	text-align: center;
	padding: 10px 0 0 0;
}

.normative, .comunicazioni, .autorizzazioni
{
	width: 750px;
	height: 215px;
	overflow: auto;
	margin: 0px auto 0px auto;
	position: relative;
	top: 10px;
	border-top: solid 1px #333;
	padding: 5px;
}

.autorizzazioni, .elencolinks
{
	width: 300px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 40px;
}

.normative ul li, .comunicazioni ul li, .autorizzazioni ul li, .elencolinks ul li
{
	padding: 5px;
}

.certificazioni
{
	width: 100%;
	text-align: center;	
	position: relative;
	top: 50px;
}

.certificazioni img
{
	margin: 10px;	
}

.certificazioni a
{
	font-weight: bold;
	color: #000000;	
}

.prodotti
{
	height: 300px;
	text-align: center;
}

.default
{
	height: 300px;
}

/********** SFONDI PAGINE **********/

.bghome
{
	width: 760px; 
	height: 300px; 
	background-image:url(images/img_home.jpg);
}

.bgazienda
{
	width: 760px; 
	height: 300px; 
	background-image:url(images/img_azienda.jpg);
}

.bgnormative
{
	width: 760px; 
	height: 300px; 
	background-image:url(images/img_normative.jpg);
}

.bgcertificazioni
{
	width: 760px; 
	height: 300px; 
	background-image:url(images/img_certificazioni.jpg);
}

.bgcomunicazioni
{
	width: 760px; 
	height: 300px; 
	background-image:url(images/img_comunicazioni.jpg);
}

.bglinks
{
	width: 760px; 
	height: 300px; 
	background-image:url(images/img_links.jpg);
}

/********** MENU **********/

#menu
{
	height: 30px;	
}

#menu a
{
	display: block;
	float: left;
	height: 30px;
	background-position: 0px 0px;
}

#menu a:hover, #menu a.selected
{
	background-position: 0px 30px;	
}

#menu a#home
{
	width: 109px;
	background-image: url(images/menu_home.gif);	
}

#menu a#azienda
{
	width: 110px;
	background-image: url(images/menu_azienda.gif);	
}

#menu a#prodotti
{
	width: 111px;
	background-image: url(images/menu_prodotti.gif);	
}

#menu a#normative
{
	width: 111px;
	background-image: url(images/menu_normative.gif);	
}

#menu a#certificazioni
{
	width: 104px;
	background-image: url(images/menu_certificazioni.gif);	
}

#menu a#comunicazioni
{
	width: 104px;
	background-image: url(images/menu_comunicazioni.gif);	
}

#menu a#contatti
{
	width: 107px;
	background-image: url(images/menu_contatti.gif);	
}

#menu a#links
{
	width: 108px;
	background-image: url(images/menu_links.gif);	
}

.telProvvisorio
{
	width: 200px; 
	border: solid 1px #000; 
	color: #333; 
	background-color: #9f0; 
	padding: 3px; 
	margin: 5px auto 0 auto;
	font-weight: bold;
}
