/* CAPITANI MINUTERIE */

html{
	text-align: center;
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	background: #FFF url(../images/background_html_2.png) no-repeat top right;			
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;

}

#MainWrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;	
}
img, div, a, input { behavior: url(include/iepngfix.htc) }

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #555;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #000;
	outline: none;
}

#Interface {
	width: 940px;
	height: 420px;
	padding: 0px 20px 20px 20px;
	margin: auto;
	background: url(../images/header_bg.png) no-repeat top center;
}
#Interface.Short {
	height: 80px;
	background-position: bottom;
}
#MainPic {
	width: 940px;
	height: 340px;
	overflow: hidden;
	margin: 0px;
}
#Logo {
	width: 300px;
	padding: 15px 0px 10px 20px;
	float: left;
}
#Interface ul {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}
#Interface li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#Interface li a, #Interface li a:link, #Interface li a:active, #Interface li a:visited  {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin: 5px 10px 0px 0px;
	float: left;
	border-left: dotted 2px #FFF;
}
#Interface li a:hover {
	color: #004494;
}
#Interface li a.on, #Interface li a.on:link, #Interface li a.on:active, #Interface li a.on:visited, #Interface li a.on:hover  {
	color: #004494;

}

#Lingue {
	width: 60px;
	padding: 5px;
	height: 15px;
	margin: 28px 10px 0px 0px;
	float: left;
	display: none;
}
#Lingue a, #Lingue a:link, #Lingue a:active, #Lingue a:visited {
	width: 17px;
	height: 11px;
	margin: 0px 0px 0px 5px;
	padding: 2px;
	background: #fff;
	float: right;
}
#Lingue a:hover, #Lingue a.on {
	margin: 0px 0px 0px 5px;
	padding: 2px;
	background: #004494;
}

h1 {
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	color: #004494;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	border-bottom: dotted 1px #666;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 3px;
}
p {
	/*padding: 10px 10px 10px 300px;
	width: 500px;*/
	color: #111;
	margin: 0px;
	line-height: 18px;
}
.colonna_sx {
	width: 300px;
	float:left;
	margin: 5px 20px 0px 20px;
	text-align: right;
}
.colonna_dx {
	margin-top: 5px;
	width: 620px;
	float: left;
	text-align: left;
	/*font-size: 12px;*/
}
.colonna_dx_form {
	margin-top: 5px;
	width: 380px;
	float: left;
	/*font-size: 12px;*/
}
#mappa {
	float: left;
	width: 220px;
	height: 300px;
	margin-top: 20px;
	margin-left: 15px;
}
table.form {
	font-size: 12px;	
}
input.txt {
	border: none;
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 3px;
	width: 180px;
}
textarea.txt {
	border: none;
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 3px;
	width: 370px;
	height: 80px;
}

#Footer {
	clear: both;
	padding-top: 50px;
	padding-left: 50px;
	color: #555;
	padding-bottom: 20px;
}


