/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; /*attenzione*/
}

ul {
	list-style: none;
    padding-left: 10px;
}

ol {
    list-style: decimal;
    padding-left: 25px;
}

li strong {
    font-weight: normal;
    color: #267f00;
}

p {
    margin: 0 0 10px 0;
    text-indent: 25px;
}
	
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
}

h1 {
    margin: 0 0 10px 0;
}

h2 {
    
}

h3 {
    font-size: 20px;
    margin: 45px 0 10px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px dotted #cccccc;
}

h4 {
    font-size: 16px;
    margin: 25px 0 10px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px dotted #cccccc;
}

h5 {
    font-weight: bold;
    margin: 10px 0 2px 0;
}


img {
    vertical-align: baseline;
}


.hide {
	display: none;
}

.clear {
	clear: both;
}

.active {
	color: #7f0700;
	font-weight: bold;
}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #ff6600;
}
	
a:hover {
	text-decoration: underline;
	color: #cc0000;
}

/*globali*/
#wrapper {
}

#header {
}

#contenitore-principale {
}

#contenuti {
    padding: 10px;
}

#footer {
}

#menu {
}

#menu li {
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #ff6600;
}

#menu a:hover {
	color: #cc0000;
}

#sottomenu {
}

#sottomenu a:link, #sottomenu a:visited, #sottomenu a:active {
}

#sottomenu a:hover {
}

#sottomenu .active {
}
 
/*TABELLLE*/
table {
	width: 100%;
}

table, th, td {
	border: 1px solid #c5c5c5;
	border-collapse: collapse;
	color: #000;
	vertical-align: middle;
}

td,th {
	padding: 10px 6px;
	text-align: center;
}

/* form */
form {
	margin: 30px 0px 30px 20px;
}

form label {
	display: block;
	float: left; 
	width: 100px;
	text-transform: uppercase; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-weight: bold;
}

form input {
	margin-bottom: 10px;
	width: 296px;
	background-color: #6e5516;
	border: none;
	height: 20px;
	color: #fff;
}

.invia {
	width: 65px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #6e5516;
	text-transform: uppercase;
	color: #6e5516;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer !important;	
	margin: 50px 0px 0px 330px;
}

form select {
	margin: 0px 0px 10px 0px;
	color: #6e5516;
}

textarea {
	border: 1px solid #c7bdbc;
	color: #6e5516;
	margin: 0 0 0 110px;
	width: 285px;
	padding: 5px;
}

/*pager*/

#pager {
   text-align: left;
   margin: 20px 0px 20px 20px;
}

#pager li {
   display: inline;
}

#pager a {
   font-size: 10px;
   background: #FFF;
   display: inline;
   font-weight: normal;
   padding: 2px 7px;
   text-decoration: none;
   margin-right: 3px;
   border: 1px solid #cccccc;
}

#pager .active {
   color: #ffffff;
   background: #ff6600;
}

#pager a:visited, #nav .navnumero a:active {
   color: #dddddd;
}

#pager a:hover {
   border: 1px solid #cc0000;
}

/* personalizzate */

.important {
    color: #cc0000;
    padding: 0;
    margin: 0;
}

.required {
    color: #cc0000;
}
