body {
	margin: 0px auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	}

h1 {
	font-size: 140%;
	color:#cc0000;
	margin:0px;
	}

h2 {
	font-size:130%;
	margin:0px;
	color:#cc0000;
	}

h3 {
	font-size:120%;
	margin:0px;
	}

a { color: #cc0000; }
a:hover { color: #FFFFFF; background: #cc0000; }

li a { color: #cc0000; }
li a:hover { color: #FFFFFF; background: #cc0000; }

/**************************** HEADER *****************************/

.header {
	background-color: #FFFFFF;
	color: #cc0000;
	border-bottom: 1px dashed #FFFFFF;
	margin: 0px auto;
	text-align:center;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	}
	
	.header h2 {
		margin:0px;
		font-size:100%;
		}

.top {
	background: #000000;
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	margin: 0px auto;
	text-align:center;
	}
	.top img {
		width:auto;
		height:auto;
		border:0px;
		}

.menu {
	/*background-color: #FFFFFF;*/
	color:#cc0000;
	vertical-align: middle;
	border-bottom: 1px dashed #FFFFFF;
	margin: 0px auto;
	text-align: left;
	width:730px;
	}
	.menu a{
		color:#cc0000;
		text-decoration: underline;
		}
	.menu a:hover{
		text-decoration: none;
		}

.menu_sx {
	/*background-color: #FF0000;*/
	color:#cc0000;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	display:inline;
	margin-right: 30px;
	/*border: 1px dashed #000000;*/
	text-align: left;
	width:200px;
	}

	.menu_sx ul {
		margin:0;
		padding:0;
		list-style-type: none;
		}
	
	.menu_sx li a, .menu_sx li a:link, .navlist li a:visited {
		display: block;
		padding-left:10px;
		padding-right:10px;
		padding-top:3px;
		padding-bottom:3px;
		width: 180px;
		background:#000000;
		border-bottom: 1px solid #FFFFFF;
		text-align: left;
		color: #EEEEEE;
		text-decoration: none;
		}

	.menu_sx li a:hover {
		background: #cc0000;
		color: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		padding-left:10px;
		padding-right:10px;
		padding-top:3px;
		padding-bottom:3px;
		}

	.menu_sx .navlist2 {
		font-size:12px;
		}
		.menu_sx .navlist2 li, .navlist2 li a, .navlist2 li a:visited {
			display: block;
			color: #000000;
			text-decoration: none;
			font-size:12px;
			margin-left:10px;
			}


.argomento {
	border-bottom: 1px dashed #999999;
	padding-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size: 100%;
	color:#000000;
	}

/**************************** CONTENT *****************************/

.container {
	/*background-color: #000000;*/
	border-bottom: #FFFFFF 1px dashed;
	margin:0px auto;
	margin-bottom:10px;
	text-align:center;
	width:730px;
	}

.content {
	/*background-color: #FFFFFF;*/
	border: 1px dashed #7b0000; /*rosso*/
	margin-top: 10px;
	width: 710px;
	padding: 10px;
	min-height: 250px;
	height: auto !important;
	clear:both;
	text-align:left;
	}

.content_dx {
	/*background-color: #FFFFFF;*/
	/*border: 1px dashed #7b0000;*/
	margin-top: 10px;
	margin-bottom: 10px;
	width: 498px;
	min-height: 250px;
	height: auto !important;
	text-align:left;
	float:left;
	display: inline;
	}

.img {
	margin:0px auto;
	text-align:center;
	padding-top:5px;
	}

.bottom-div {
	background-color: #000000;
	width: 100%;
	min-height: 110px;
	height: auto !important;
	clear:both;
	}
	.bottom-div a {	color:#cc0000; text-decoration: underline; }
	.bottom-div a:hover { text-decoration: none; color:#FFFFFF; }
	.bottom-div img { float:left; padding:10px; padding-right:40px; border:0px; }

.bottom-div-top {
	float:left;
	width:50%;
	/*background-color: #b9b49f;*/
	padding:10px;
	}

.bottom-div-bottom {
	float:left;
	width:50%;
	/*background-color: #b9b49f;*/
	padding:10px;
	color:#cc0000;
	}

.form { border:1px solid #999999; padding:3px; }
input { font-size: 100%; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif, Tahoma; width:230px; }
select { font-size: 100%; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif, Tahoma; width:230px; }
textarea { font-size: 100%; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif, Tahoma; width:230px; }
.didascalie { font-size: 90%; color:#666666; }
.submit { background-color: #cc0000; color:#FFFFFF; padding:2px; width:80px; }

#googlemap iframe {
	width:488px; 
	height:250px; 
	backgroung-color:#f2f2f2;
	border:1px solid #999999;
	padding:5px;
	z-index:2; 
	font-size:12px;
	}

/**************************** FOOTER *****************************/

.footer {
	background-color: #000000;
	border-bottom: 1px dashed #FFFFFF;
	border-top: 1px dashed #FFFFFF;
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	font-size:95%;
	}
	.footer a {
		color:#cc0000;
		text-decoration: underline;
		}
	.footer a:hover {
		text-decoration: none;
		color:#FFFFFF;
		}
