@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	color: #CC9933;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: 500;
	text-align: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link, a:visited, a:active {
	color: #CC9933; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
select {
	background-color: #000000;
	color: #CC9933;
}
option {
	background-color: #333333;
}
/* Classi */
.botton {
	background-color: #000000;
	color: #CC9933;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	vertical-align: baseline;
	margin-top: 5px;
	margin-right: 5px;
	border: 2px outset #CC9933;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}
.sect {
	display: none;
	text-align: justify;
	margin-top: 10px;
}
.subSect {
	text-align: left;
	margin: 5px 0px 5px 0px;
	border: dotted 1px #CC9933;
	padding: 5px;
}
.subList {
	margin-left: 15px;
	margin-right: 15px;
}
.subInt {
	text-align: justify;
	margin: 5px 5px 5px 0px;
	border: dotted 1px #CC9933;
	padding: 5px;
}
.imgLink {
	vertical-align: middle;
	cursor: pointer;
}
.intestazione{
	font-weight: bold;
	text-decoration: underline;
}
.insert {
	background-color: #000000;
	color: #CC9933;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	width: 100px;
	height: 14pt;
	vertical-align: middle;
	margin: auto 0px 2px auto;
	border: 1px dashed #CC9933;
	padding: 2px 5px 2px 5px;
	
}
.lato {
	float: left;
	width: 50%;
}
.iscrizione {
	text-align: justify;
}
.titolo {
	background-color: #5B4120;
	color: #F4DBAA;	
}
.inner {
	background-color: #F4DBAA;
}
.addText {
	clear: both;
	height: 150px;
	overflow: auto;
}
/* Id */
#container {
	width: 750px;
	margin: auto;
	border: dashed 1px #CC9933;
	padding: 5px;
}
#header {
	margin-bottom: 20px;
	border-top: dashed 1px #CC9933;
	border-right: dashed 1px #CC9933;
	border-left: dashed 1px #CC9933;
}
#navSx {
	float: left;
	width: 240px;
	text-align: left;
	padding: 5px 5px 5px 0px;
}
#navDx {
	float: right;
	width: 200px;
	text-align: left;
	padding: 5px 0px 5px 5px;
}
#navIn {
	text-align: center;
	padding: 5px 200px 5px 245px;
}
#footer {
	clear: both;
	margin-top: 15px;
}
#captcha {
	margin-bottom: 3px;
	border: dashed 1px #CC9933;
	vertical-align: middle;
}
#mapExt {
	float: right;
	margin: 5px;
	border: dotted 1px #CC9933;
}
#sezSx {
	float: left;
	text-align: left;
	width: 240px;
	padding: 5px 5px 5px 0px;
}
#sezIn {
	text-align: center;
	padding: 5px 200px 5px 245px;
}
#sezDx {
	float: right;
	text-align: left;
	width: 200px;
	padding: 5px 0px 5px 5px;
}
#recSx {
	float: left;
	text-align: right;
	width: 250px;
	padding: 35px 5px 5px 0px;
}
#recDx {
	text-align: justify;
	padding: 5px 5px 5px 255px;
}
#sfondo {
	background-color: #BD966B;
	background-image: url(../immagini/main/sfondo.jpg);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #5B4120;
	margin-top: 2px;
}
#trisSx {
	float: left;
	text-align: left;
	width: 240px;
	padding: 5px 5px 5px 0px;
}
#trisCen {
	text-align: center;
	padding: 5px 200px 5px 245px;
}
#trisDx {
	float: right;
	text-align: left;
	width: 200px;
	padding: 5px 0px 5px 5px;
}
