﻿body 
{
	background-color: #555555;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
td, th
{
	font-size: 11px;	
}
a
{
	color: #FF4400;
	font-weight: bold;
	text-decoration: none;	
}
a:hover
{
	color: #FF9900;
	text-decoration: underline;	
}
li
{
	margin-bottom: 5px;	
}
.floatRight
{
	float: right;	
}
.center
{
	text-align: center;	
}
.error
{
	color: #FF0000;
	font-weight: bold;
}
.title
{
	font-size: 16px;
	font-weight: bold;	
}
.title img
{
	vertical-align: middle;	
}
.small
{
	font-size: 9px;	
}
.gallery th, .gallery td
{
	vertical-align: top;	
}
.riservata
{
	width: 400px;	
}
.riservata td
{
	background-color: #EEEEEE;
}
/* ---------- MENU ---------- */
.menu a:hover
{
	background-position: 0px -30px;	
}
a.homepage
{
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(images/menu_homepage.jpg);	
}
a.attivita
{
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(images/menu_attivita.jpg);	
}
a.progettazione
{
	display: block;
	width: 180px;
	height: 30px;
	background-image: url(images/menu_progettazione.jpg);	
}
a.sicurezza
{
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(images/menu_sicurezza.jpg);	
}
a.gallery
{
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(images/menu_gallery.jpg);	
}
a.news
{
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(images/menu_news.jpg);	
}

a.tooltip span
{
	display: none;
	color: #000;
	background-color: #ffc;
	border: solid 1px #999;
	text-align: left;
	font-weight: normal;
	margin: 10px 0 0 10px;
	padding: 5px;
}

a.tooltip:hover span
{
	display: inline;
	position: absolute;
}

a.tooltip:hover
{
	text-decoration: none;
}
