@charset "utf-8";
/* CSS Document */

body {
	font: 13px Tahoma, Geneva, sans-serif;
	background: #bbb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	font: 13px Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
#container {
	background-image:url(pics/sfondo.gif);
	position: relative;
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 450px;
	
	

	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 10px auto;
}
#mainContent {
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	height: 320px;
	width: 220px;
	left: 290px;
	top: 70px;
}
#mainContent2 {
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	height: 320px;
	width: 220px;
	left: 50px;
	top: 70px;
	z-index: 85;
	border: 0px solid #000;
}
#mainContent2 a  {
padding: 1px 3px;
line-height: 16px;
text-decoration:none;
}
.verde {
background-color: #6ca850	;
color: #fff;	
}

.tip {
	padding: 1px 3px 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

#mainContent3 {
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	height: 320px;
	width: 220px;
	left: 890px;
	top: 70px;
	z-index: 1000;
	border: 0px solid #000;
}
#logotesto {
	background-image:url(pics/logo_testo.png);
	position: absolute;
	height: 301px;
	width: 377px;
	left: 265px;
	top: 90px;
	z-index: 81;
}
#logomondo {
	background-image:url(pics/logo_mondo.png);
	position: absolute;
	height: 301px;
	width: 377px;
	left: 265px;
	top: 90px;
	z-index: 80;
}
#immagine {
	background-image:url(pics/immagine1.jpg);
	position: absolute;
	height: 301px;
	width: 377px;
	left: 240px;
	top: 90px;
}
#immagine2 {
	background-image:url(pics/immagine2.jpg);
	position: absolute;
	height: 301px;
	width: 377px;
	left: 240px;
	top: 90px;
}
#parleft {
	background-image:url(pics/parleft.png);
	position: absolute;
	height: 341px;
	width: 80px;
	left: 218px;
	top: 52px;
}

#parright {
	background-image:url(pics/parright.png);
	position: absolute;
	height: 341px;
	width: 80px;
	left: 565px;
	top: 52px;
}

#logoparleft {
	background-image:url(pics/logo-parleft.png);
	position: absolute;
	height: 341px;
	width: 270px;
	left: 63px;
	top: 52px;
	z-index:100;
}

#logoparright {
	background-image:url(pics/logo-parright.png);
	position: absolute;
	height: 341px;
	width: 240px;
	left: 591px;
	top: 52px;
	z-index:100;
}

#menuleft {
	position: absolute;
	height: 138px;
	width: 250px;
	left: 657px;
	top: 350px;
	text-align: left;
	z-index:500;
	
}

#menuright {
	position: absolute;
	height: 138px;
	width: 250px;
	left: 657px;
	top: 60px;
	text-align: left;
	z-index:500;
}

#scrittaleft {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 48px;
	top: 235px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	z-index:600;
	text-align: right;
	line-height: 14px;
}

#scrittaright {
	position: absolute;
	height: 30px;
	width: 250px;
	left: 646px;
	top: 235px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	z-index:600;
}

.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	padding: 0;
	margin:0;
	display: inline;
	list-style-type: none;	
}

.menu li {
	
}

.menu a {
	color: #888;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}

.menu a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	
}

.menu .select {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	
}

.ulmain {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding:0;

}

.ulmain li {
margin: 5px 0 0 0;
padding: 0;
}


#dati {
	font-size:12px;
	position: absolute;
	height: 20px;
	width: 900px;
	left: 50px;
	top: 460px;
	text-align:left;
	z-index:1000;
}

.tooltip {
	display:none;
	width:200px;
	z-index:1000000;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:5px;
		font-size:12px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
		text-align:left;

}

