/*###################### Stili generali TAG #############################*/

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: auto;
	background: url(img/pat.gif) top left repeat;
}

input {font-size: 10px;}

hr {width: 98%;height: 1px;border: 1px solid #000;}

li {list-style: square inside;}

ul {margin: 0px;padding: 0px;}

.titolo {font-family: Arial;font-size: 18px;font-weight: bold;}

/*###################### Formattazione table ############################################*/

div#scheletro {
	width: 800px;
	height: 500px;
	margin: auto;
	margin-top: 20px;
}

div#start {
	width: 350px;
	height: 500px;
	background: #800000;
	border: 6px solid #FFF;
	float: left;
}

div#start span {
	display: block;
	color: #FFF;
	line-height: 16px;
	text-align: justify;
	padding: 10px;
}

div#start2 {
	width: 350px;
	height: 500px;
	margin-left: 10px;
	background: #FFF;
	border: 6px solid #fff;
	text-align: left;
	float: left;
}

div#chisiamo {
	padding: 6px;
	line-height: 16px;
	text-align: justify;
}

div#cosafacciamo {
	padding: 6px;
	line-height: 16px;
}

div#menu {
	padding: 6px;
	line-height: 16px;
	text-align: justify;
	display: none;
}

div#dovesiamo {
	margin-top: 180px;
	padding: 6px;
	color: #FFF;
	text-align: left;
}

div#developed {
	text-align: left;
	padding: 10px;
	color: #ccc;
	font-size: 10px;
	clear: both;
}

/*@@@@@@@@@@@@@ eXtrassssssss @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

div.closer {clear: both;}

/*######## Link ###############################*/

a.bianco:link, a.bianco:visited {color: #FFF;text-decoration: none;}
a.bianco:hover, a.bianco:active {text-decoration: underline;}

a.bordato:link, a.bordato:visited {color: #800000;text-decoration: none;border-bottom: 1px dotted #800000;cursor: help;}
a.bordato:hover, a.bordato:active {color: #000;border-bottom: 1px dotted #000;}

a.bordatoB:link, a.bordatoB:visited {color: #FFF;text-decoration: none;border-bottom: 1px dotted #FFF;cursor: help;}
a.bordatoB:hover, a.bordatoB:active {color: #000;border-bottom: 1px dotted #000;}

a.nero:link, a.nero:visited {color: #000;text-decoration: none;}
a.nero:hover, a.nero:active {text-decoration: underline;}

a.arancio:link, a.arancio:visited {color: #FF3300;text-decoration: none;}
a.arancio:hover, a.arancio:active {text-decoration: underline;}

/*################################################*/